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:
@@ -62,7 +62,7 @@
|
||||
{intl l="ID"}
|
||||
</a>
|
||||
</th>
|
||||
<th class="col-md-8">
|
||||
<th class="col-md-2">
|
||||
{if $export_order == "alpha"}
|
||||
<i class="glyphicon glyphicon-chevron-up"></i>
|
||||
{elseif $export_order == "alpha_reverse"}
|
||||
@@ -72,6 +72,9 @@
|
||||
{intl l="Name"}
|
||||
</a>
|
||||
</th>
|
||||
<th class="col-md-6">
|
||||
{intl l="Description"}
|
||||
</th>
|
||||
<th class="col-md-2">
|
||||
{if $export_order == "manual"}
|
||||
<i class="glyphicon glyphicon-chevron-up"></i>
|
||||
@@ -96,6 +99,9 @@
|
||||
<td>
|
||||
<a href="#category_{$category_title}" class="btn-show-export-modal" data-id="{$ID}" data-url="{$URL}">{$TITLE}</a>
|
||||
</td>
|
||||
<td>
|
||||
{$DESCRIPTION}
|
||||
</td>
|
||||
<td>
|
||||
<a href="{url path="/admin/export/position/up/{if $url_category}?{$url_category}{/if}{$ID}#category_{$category_title}"}">
|
||||
<span class="glyphicon glyphicon-arrow-up"></span>
|
||||
|
||||
Reference in New Issue
Block a user