diff --git a/admin-dev/themes/default/template/controllers/groups/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/groups/helpers/form/form.tpl index 466ca7512..619577fed 100644 --- a/admin-dev/themes/default/template/controllers/groups/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/groups/helpers/form/form.tpl @@ -28,16 +28,14 @@ {block name="label"} {if $input['type'] == 'modules'}
-
- +
{elseif $input['type'] == 'group_discount_category'}
-
- + {$smarty.block.parent}
{else} - + {$smarty.block.parent} {/if} {/block} @@ -162,15 +160,18 @@ $('#category_reduction_fancybox').val('0.00'); } -
- {l s='Add a category discount'} - + +
+ {l s='Add a category discount'} +
{foreach $input['values'] key=key item=category } @@ -178,17 +179,18 @@
{$category.path} {l s='Discount: %d%%' sprintf=$category.reduction} - + + +
@@ -209,61 +211,43 @@ }).disableSelection(); }); - - - - - - - - - - - - - - - - - - - -
- {$input['label']['auth_modules']} - - {$input['label']['unauth_modules']} -
-
    -
  • - {foreach $input['values']['auth_modules'] key=key item=module } -
  • - - - {$module->displayName} - -
  • - - {/foreach} -
-
-
    -
  • - {foreach $input['values']['unauth_modules'] key=key item=module } -
  • - - - {$module->displayName} - -
  • - {/foreach} -
-
- - - - - -
+ +
+
+
+ +
    + {foreach $input['values']['auth_modules'] key=key item=module } +
  • + + + {$module->displayName} + +
  • + + {/foreach} +
+ + +
+ +
+ +
    + {foreach $input['values']['unauth_modules'] key=key item=module } +
  • + + + {$module->displayName} + +
  • + {/foreach} +
+ + +
+
+
{else} {$smarty.block.parent} diff --git a/admin-dev/themes/default/template/controllers/groups/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/groups/helpers/view/view.tpl index eceafdb0c..e01e2c39a 100755 --- a/admin-dev/themes/default/template/controllers/groups/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/groups/helpers/view/view.tpl @@ -29,13 +29,14 @@