From feb824313ab6374e36cc4786c386ea95664e8c0f Mon Sep 17 00:00:00 2001 From: spiderr Date: Sat, 6 Apr 2013 16:18:58 -0400 Subject: major clean up for Smarty 3.0 and another pass at cleaning the top menus --- templates/admin_quota.tpl | 8 ++++---- 1 file 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"} - {formfeedback error=`$errors.group`} + {formfeedback error=$errors.group}
{formlabel label="Group" for=""} @@ -47,7 +47,7 @@
- {formfeedback error=`$errors.title`} + {formfeedback error=$errors.title} {formlabel label="Quota Title" for="title"} {forminput} @@ -55,7 +55,7 @@ {/forminput}
- {formfeedback error=`$errors.disk_usage`} + {formfeedback error=$errors.disk_usage} {formlabel label="Disk Usage" for="disk_usage"} {forminput} @@ -63,7 +63,7 @@ {/forminput}
- {formfeedback error=`$errors.monthly_transfer`} + {formfeedback error=$errors.monthly_transfer} {formlabel label="Monthly Transfer" for="monthly_transfer"} {forminput} -- cgit v1.3