From 0b47dbca21396a87fe52640e95291d58fb54cf2b Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Thu, 21 Nov 2013 09:46:27 +0100 Subject: [PATCH] // Adding footer to customer requiered fields --- .../template/helpers/required_fields.tpl | 56 ++++++++++--------- 1 file changed, 31 insertions(+), 25 deletions(-) diff --git a/admin-dev/themes/default/template/helpers/required_fields.tpl b/admin-dev/themes/default/template/helpers/required_fields.tpl index 4440b6a5d..6352f2eee 100644 --- a/admin-dev/themes/default/template/helpers/required_fields.tpl +++ b/admin-dev/themes/default/template/helpers/required_fields.tpl @@ -33,30 +33,36 @@
{l s='Select the fields you would like to be required for this section.'}
- - - - - - - - - {foreach $table_fields as $field} - {if !in_array($field, $required_class_fields)} - - - - - {/if} - {/foreach} - -
- - {l s='Field Name'}
- - - {$field} -
- +
+ + + + + + + + + {foreach $table_fields as $field} + {if !in_array($field, $required_class_fields)} + + + + + {/if} + {/foreach} + +
+ + {l s='Field Name'}
+ + + {$field} +
+
+ \ No newline at end of file