Difference between revisions of "Esmith::FormMagick::Panel::quota"
From SME Server
Jump to navigationJump to search (Created page with "=== NAME === esmith::FormMagick::Panel::quota - useful panel functions<br /> In a root terminal you can do the command below if you want to display the up-to-date content p...") |
(No difference)
|
Latest revision as of 18:27, 3 January 2014
NAME
esmith::FormMagick::Panel::quota - useful panel functions
In a root terminal you can do the command below if you want to display the up-to-date content
perldoc esmith::FormMagick::Panel::quota
SYNOPSIS
use esmith::FormMagick::Panel::quota; my $panel = esmith::FormMagick::Panel::quota->new(); $panel->display();
DESCRIPTION
new
Exactly as for esmith::FormMagick
showInitial
Display the contents of the initial page
modifyUser
Display the modify user form for the specified user
performModifyUser
Perform the modifications requested by the Modify page
toMB ($kb)
Utility function to convert KB to MB
toMBNoDecimalPlaces ($kb)
Utility function to convert KB to MB with no decimal places
toKB ($mb)
Utility function to convert MB to KB. Utility to convert GB to KB