Remove export form in the exports list

modifié:         templates/backOffice/default/export.html
This commit is contained in:
Benjamin Perche
2014-07-10 14:36:26 +02:00
parent ae468d71b6
commit 7bd741edd1

View File

@@ -11,7 +11,6 @@
{block name="main-content"}
{form name="thelia.admin.export"}
<form id="export-form" method="post" {form_enctype form=$form} class="clearfix">
<div class="configuration">
@@ -94,8 +93,6 @@
</div>
</div>
</form>
{/form}
{/block}