Added tips for users on where to manage user's quotas : Fix #1398
This commit is contained in:
parent
7a49d30792
commit
619ae940f3
|
@ -26,7 +26,8 @@ if (isset($error) && $error) {
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<p>
|
<p>
|
||||||
<?php __("This page shows the space and service count of your AlternC server and each AlternC accounts."); ?>
|
<?php __("This page shows the space and service count of your AlternC server and each AlternC accounts.");
|
||||||
|
echo "<br /><br />"; __('If you want to manage them, go to "Administration -> Manage the Alternc accounts" menu'); ?>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<?php printf(_("Sizes are shown as %s"),($mode==0 || $mode==4)?_("MB."):_("% of the total.")); ?>
|
<?php printf(_("Sizes are shown as %s"),($mode==0 || $mode==4)?_("MB."):_("% of the total.")); ?>
|
||||||
|
|
Loading…
Reference in New Issue