Add description on tables
modifié: templates/backOffice/default/export-page.html modifié: templates/backOffice/default/export.html modifié: templates/backOffice/default/import.html
This commit is contained in:
@@ -55,11 +55,14 @@
|
||||
{intl l="ID"}
|
||||
</a>
|
||||
</th>
|
||||
<th class="col-md-8">
|
||||
<th class="col-md-2">
|
||||
<a href="{url path="/admin/import"}?{if $url_category}{$url_category}&{/if}import_order=alpha{if $import_order == "alpha"}_reverse{/if}">
|
||||
{intl l="Name"}
|
||||
</a>
|
||||
</th>
|
||||
<th class="col-md-6">
|
||||
{intl l="Description"}
|
||||
</th>
|
||||
<th class="col-md-2">
|
||||
<a href="{url path="/admin/import"}?{if $url_category}{$url_category}&{/if}import_order=manual{if $import_order == "manual"}_reverse{/if}">
|
||||
{intl l="Position"}
|
||||
@@ -79,6 +82,9 @@
|
||||
<td>
|
||||
<a href="{$URL}">{$TITLE}</a>
|
||||
</td>
|
||||
<td>
|
||||
{$DESCRIPTION}
|
||||
</td>
|
||||
<td>
|
||||
<a href="{url path="/admin/import/position/up/{if $url_category}?{$url_category}{/if}{$ID}"}">
|
||||
<span class="glyphicon glyphicon-arrow-up"></span>
|
||||
|
||||
Reference in New Issue
Block a user