From bd1b64c3116bb6d90fd0d04e23d5827884d36312 Mon Sep 17 00:00:00 2001 From: Benjamin Perche Date: Thu, 10 Jul 2014 14:39:52 +0200 Subject: [PATCH] =?UTF-8?q?delete=20html=20form=20=09modifi=C3=A9:=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20templates/backOffice/default/export.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/backOffice/default/export.html | 135 +++++++++++------------ 1 file changed, 66 insertions(+), 69 deletions(-) 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}