diff options
| author | Christian Fowler <spider@viovio.com> | 2006-07-06 23:56:43 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-07-06 23:56:43 +0000 |
| commit | 4cbc79bea940b5c2bc7ac2d8a5e7f3561c10a6e8 (patch) | |
| tree | e3a8e91c2aa78a703e05accabeb77d850bcb057c /templates | |
| parent | 1efde2958dc642b5aa75b5d823079bd8e7cab095 (diff) | |
| download | users-4cbc79bea940b5c2bc7ac2d8a5e7f3561c10a6e8.tar.gz users-4cbc79bea940b5c2bc7ac2d8a5e7f3561c10a6e8.tar.bz2 users-4cbc79bea940b5c2bc7ac2d8a5e7f3561c10a6e8.zip | |
rename assignuser.tpl to standard, add display of quota info if package is present
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_assign_user.tpl (renamed from templates/assignuser.tpl) | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/templates/assignuser.tpl b/templates/admin_assign_user.tpl index a7fe633..c86031c 100644 --- a/templates/assignuser.tpl +++ b/templates/admin_assign_user.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_users/templates/Attic/assignuser.tpl,v 1.6 2006/04/12 21:31:05 sylvieg Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_users/templates/admin_assign_user.tpl,v 1.1 2006/07/06 23:56:43 spiderr Exp $ *} {strip} <div class="floaticon">{bithelp}</div> <div class="floaticon"><a href="{$smarty.const.USERS_PKG_URL}admin/index.php">{biticon ipackage=liberty iname=back iexplain="back to users"}</a></div> @@ -34,6 +34,16 @@ {/forminput} </div> + {if $gBitSystem->isPackageActive('quota')} + {include_php file="`$smarty.const.QUOTA_PKG_PATH`quota_inc.php"} + <div class="row"> + {formlabel label="Quota"} + {forminput} + {$usage} / {$quota}MB ( {$quotaPercent}% ) + {/forminput} + </div> + {/if} + <div class="row"> {formlabel label="Groups"} {forminput} |
