From 3806eb35d3dc6ad5849c7d532f4e9ea8fe2e4362 Mon Sep 17 00:00:00 2001 From: spiderr Date: Tue, 2 Apr 2013 01:46:36 -0400 Subject: bootstrap updates convert class=row to class=control-group --- templates/admin_quota.tpl | 14 +++++++------- templates/quota_inc.tpl | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/templates/admin_quota.tpl b/templates/admin_quota.tpl index 28df14d..c19a525 100644 --- a/templates/admin_quota.tpl +++ b/templates/admin_quota.tpl @@ -5,14 +5,14 @@ {formfeedback error=`$errors.group`} -
+
{formlabel label="Group" for=""} {forminput} {tr}Quota{/tr} {/forminput}
{foreach item=grp key=groupId from=$systemGroups} -
+
{formlabel label=$grp.group_name for=""} {forminput} {$groupQuota.$groupId} @@ -20,7 +20,7 @@
{/foreach} -
+
{/form} @@ -46,7 +46,7 @@ {form legend="Edit `$editLabel`"} -
+
{formfeedback error=`$errors.title`} {formlabel label="Quota Title" for="title"} {forminput} @@ -54,7 +54,7 @@ {formhelp note="This title is used to identify the quota limitations when you assign them to users and groups."} {/forminput}
-
+
{formfeedback error=`$errors.disk_usage`} {formlabel label="Disk Usage" for="disk_usage"} {forminput} @@ -62,7 +62,7 @@ {formhelp note="Please enter the desired value in MegaBytes."} {/forminput}
-
+
{formfeedback error=`$errors.monthly_transfer`} {formlabel label="Monthly Transfer" for="monthly_transfer"} {forminput} @@ -71,7 +71,7 @@ {/forminput}
-
+
 
diff --git a/templates/quota_inc.tpl b/templates/quota_inc.tpl index 19ff33d..f991629 100644 --- a/templates/quota_inc.tpl +++ b/templates/quota_inc.tpl @@ -5,21 +5,21 @@ {else} {formfeedback error=$errors.disk_quota} -
+
{formlabel label="Your disk quota"} {forminput} {formfeedback note="$quota MB"} {/forminput}
-
+
{formlabel label="Your current usage"} {forminput} {formfeedback note="$usage MB ( `$quotaPercent`% )"} {/forminput}
-
+
{$quotaPercent}%
-- cgit v1.3