{* * $Revision: 1.5 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}
{g->text text="This system will let you assign disk space quotas to users. By creating a group quota, any users in that group will be assigned that quota. If a user belongs to more than one group, the highest quota of all the groups will be assigned. Although, if you create a user quota that will override any group quotas."}
{g->text one="There is %d group quota in the system." many="There are %d total group quotas in the system." count=$AdminQuotas.totalGroupCount arg1=$AdminQuotas.totalGroupCount}
| {g->text text="Group Name"} | {g->text text="Quota"} | {g->text text="Action"} |
|---|---|---|
| {$group.groupName} | {$group.quotaSize} {$group.quotaUnit} | {g->text text="edit"} {g->text text="delete"} |
{g->text one="There is %d user quota in the system." many="There are %d total user quotas in the system." count=$AdminQuotas.totalUserCount arg1=$AdminQuotas.totalUserCount}
| {g->text text="Username"} | {g->text text="Quota"} | {g->text text="Action"} |
|---|---|---|
| {$user.userName} | {$user.quotaSize} {$user.quotaUnit} | {g->text text="edit"} {g->text text="delete"} |