Esmith::FormMagick::Panel::quota
Jump to navigation
Jump to search
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