diff options
| author | spiderr <spider@viovio.com> | 2013-04-06 16:18:58 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-06 16:18:58 -0400 |
| commit | feb824313ab6374e36cc4786c386ea95664e8c0f (patch) | |
| tree | 205db4f50e678a592d5571563c10153bd5eccf7e | |
| parent | 5bcfa3ba112456ea570c614eb0c52884264919d5 (diff) | |
| download | quota-feb824313ab6374e36cc4786c386ea95664e8c0f.tar.gz quota-feb824313ab6374e36cc4786c386ea95664e8c0f.tar.bz2 quota-feb824313ab6374e36cc4786c386ea95664e8c0f.zip | |
major clean up for Smarty 3.0 and another pass at cleaning the top menus
| -rw-r--r-- | templates/admin_quota.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/admin_quota.tpl b/templates/admin_quota.tpl index 9146dd5..9e54db6 100644 --- a/templates/admin_quota.tpl +++ b/templates/admin_quota.tpl @@ -3,7 +3,7 @@ {form legend="Assign Quota to Groups"} <input type="hidden" name="page" value="{$page}" /> - {formfeedback error=`$errors.group`} + {formfeedback error=$errors.group} <div class="control-group"> {formlabel label="Group" for=""} @@ -47,7 +47,7 @@ <input type="hidden" name="page" value="{$page}" /> <input type="hidden" name="quota_id" value="{$gQuota->mQuotaId}" /> <div class="control-group"> - {formfeedback error=`$errors.title`} + {formfeedback error=$errors.title} {formlabel label="Quota Title" for="title"} {forminput} <input size="40" type="text" name="title" id="title" value="{$gQuota->mInfo.title|escape}" /> @@ -55,7 +55,7 @@ {/forminput} </div> <div class="control-group"> - {formfeedback error=`$errors.disk_usage`} + {formfeedback error=$errors.disk_usage} {formlabel label="Disk Usage" for="disk_usage"} {forminput} <input size="10" type="text" name="disk_usage" id="disk_usage" value="{$gQuota->mInfo.disk_usage/1000000}" /> @@ -63,7 +63,7 @@ {/forminput} </div> <div class="control-group"> - {formfeedback error=`$errors.monthly_transfer`} + {formfeedback error=$errors.monthly_transfer} {formlabel label="Monthly Transfer" for="monthly_transfer"} {forminput} <input size="10" type="text" name="monthly_transfer" id="monthly_transfer" value="{$gQuota->mInfo.monthly_transfer/1000000}" /> |
