diff --git a/admin-dev/themes/default/template/controllers/shop/content.tpl b/admin-dev/themes/default/template/controllers/shop/content.tpl index 5027ddf26..c567de15c 100644 --- a/admin-dev/themes/default/template/controllers/shop/content.tpl +++ b/admin-dev/themes/default/template/controllers/shop/content.tpl @@ -27,15 +27,12 @@ {include file="toolbar.tpl" toolbar_btn=$toolbar_btn toolbar_scroll=$toolbar_scroll title=$title} {/if} -
-
{l s='Multistore tree'}
- {include file="controllers/shop/tree.tpl" selected_tree_id=$selected_tree_id} -
-
{$content}
- - \ No newline at end of file +
+
+
+

{l s='Multistore tree'}

+ {include file="controllers/shop/tree.tpl" selected_tree_id=$selected_tree_id} +
+
+
{$content}
+
\ No newline at end of file diff --git a/admin-dev/themes/default/template/controllers/shop/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/shop/helpers/form/form.tpl index abda912fd..180737c1d 100644 --- a/admin-dev/themes/default/template/controllers/shop/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/shop/helpers/form/form.tpl @@ -27,10 +27,15 @@ {block name="input"} {if $input.type == 'theme'} {foreach $input.values as $theme} -
- {$theme->name}
- {$theme->directory}
- id == $fields_value.id_theme_checked}checked="checked"{/if} /> +
+
+ +
+
+ {$theme->directory} +
{/foreach}
 
@@ -65,50 +70,55 @@ {block name="other_fieldsets"} {if isset($form_import)} -

-
{l s='Import data from another shop'} - {foreach $form_import as $key => $field} - {if $key == 'radio'} - -
- - - - - - -
- {elseif $key == 'select'} -
- -
- -
-
- {elseif $key == 'allcheckbox'} -
- -
-
    - {foreach $field.values as $key => $label} -
  • {$label}
  • - {/foreach} -
-
+
+

{l s='Import data from another shop'}

+ {foreach $form_import as $key => $field} +
+ {if $key == 'radio'} + +
+ + + + + + + +
+ {elseif $key == 'select'} +
+ +
+
- {elseif $key == 'submit'} -
- -
- {/if} - {/foreach} -
+
+ {elseif $key == 'allcheckbox'} +
+ +
+ {foreach $field.values as $key => $label} +

{$label}

+ {/foreach} +
+
+ {elseif $key == 'submit'} +
+ +
+ {/if} +
+ {/foreach} + {/if} {/block} diff --git a/admin-dev/themes/default/template/controllers/shop/helpers/list/list_action_delete.tpl b/admin-dev/themes/default/template/controllers/shop/helpers/list/list_action_delete.tpl index 649b9df26..755709843 100644 --- a/admin-dev/themes/default/template/controllers/shop/helpers/list/list_action_delete.tpl +++ b/admin-dev/themes/default/template/controllers/shop/helpers/list/list_action_delete.tpl @@ -28,5 +28,5 @@ {elseif isset($confirm)} onclick="if (confirm('{$confirm}')){ return true; } else { event.stopPropagation(); event.preventDefault();};" {/if} title="{$action}"> - {$action} + {$action} \ No newline at end of file diff --git a/admin-dev/themes/default/template/helpers/options/options.tpl b/admin-dev/themes/default/template/helpers/options/options.tpl index 1a1224cfa..a0839e907 100644 --- a/admin-dev/themes/default/template/helpers/options/options.tpl +++ b/admin-dev/themes/default/template/helpers/options/options.tpl @@ -75,7 +75,7 @@ {/if} {block name="label"} {if isset($field['title']) && isset($field['hint'])} -