Continue import export management
modifié: core/lib/Thelia/Config/Resources/loop.xml nouveau fichier: core/lib/Thelia/Core/Template/Loop/ImportExportCategory.php nouveau fichier: core/lib/Thelia/Core/Template/Loop/ImportExportType.php nouveau fichier: core/lib/Thelia/Form/ExportForm.php modifié: core/lib/Thelia/Model/Base/ImportExportType.php modifié: core/lib/Thelia/Model/Base/ImportExportTypeQuery.php modifié: core/lib/Thelia/Model/Map/ImportExportTypeTableMap.php modifié: local/config/schema.xml modifié: setup/thelia.sql modifié: templates/backOffice/default/export.html
This commit is contained in:
@@ -27,31 +27,45 @@
|
||||
|
||||
{module_include location='tools_top'}
|
||||
|
||||
{include file='includes/export-form-definition.html' form=$form}
|
||||
<div class="row">
|
||||
{loop name="import-export-category" type="import-export-category"}
|
||||
{if $LOOP_COUNT % 3}
|
||||
<div class="row">
|
||||
{/if}
|
||||
|
||||
<div class="col-md-4">
|
||||
<div class="menu-list-table general-block-decorator">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-condensed">
|
||||
<caption>{intl l='Customer export'}</caption>
|
||||
|
||||
{module_include location='tools_col1_top'}
|
||||
|
||||
{loop name="auth-export" type="auth" role="ADMIN" resource="admin.export.customer.newsletter" access="VIEW"}
|
||||
<tr>
|
||||
<td><a href="{url path='/admin/export/customer/newsletter'}">{intl l="newsletter subscribers"}</a></td>
|
||||
</tr>
|
||||
{/loop}
|
||||
|
||||
{module_include location='tools_col1_bottom'}
|
||||
</table>
|
||||
<div class="col-md-4">
|
||||
<div class="menu-list-table general-block-decorator">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-condensed">
|
||||
<caption>
|
||||
<!-- add up and down arrows -->
|
||||
{$TITLE}
|
||||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-md-10">
|
||||
{intl l="Name"}
|
||||
</th>
|
||||
<th class="col-md-2">
|
||||
{intl l="Position"}
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="{url path="/admin/export"}/">n</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{module_include location='configuration_bottom'}
|
||||
</div>
|
||||
{if $LOOP_COUNT % 3}
|
||||
</div>
|
||||
{/if}
|
||||
{/loop}
|
||||
|
||||
{module_include location='configuration_bottom'}
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user