diff --git a/templates/backOffice/default/export.html b/templates/backOffice/default/export.html index a0e6ece4c..5f307c9fe 100644 --- a/templates/backOffice/default/export.html +++ b/templates/backOffice/default/export.html @@ -10,89 +10,86 @@ {block name="check-access"}view{/block} {block name="main-content"} +
-
-
+
-
+ - + {module_include location='tools_top'} - {module_include location='tools_top'} + {loop name="export-category" type="export-category"} + {if $LOOP_COUNT % 3} +
+ {/if} - {loop name="export-category" type="export-category"} - {if $LOOP_COUNT % 3} -
- {/if} - -
-
- - {if $LOOP_COUNT % 3}
- {/if} - {/loop} - {module_include location='configuration_bottom'} -
+ {if $LOOP_COUNT % 3} +
+ {/if} + {/loop} + + {module_include location='configuration_bottom'}
- +
{/block}