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:
@@ -36,10 +36,9 @@
|
|||||||
<div class="general-block-decorator">
|
<div class="general-block-decorator">
|
||||||
|
|
||||||
<div class="title title-without-tabs">
|
<div class="title title-without-tabs">
|
||||||
{intl l='Export: '}{$TITLE}
|
{intl l='Export'}: {$TITLE}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<form action="{$URL}" method="post" {form_enctype form=$form}>
|
<form action="{$URL}" method="post" {form_enctype form=$form}>
|
||||||
{form_hidden_fields form=$form}
|
{form_hidden_fields form=$form}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
{intl l="ID"}
|
{intl l="ID"}
|
||||||
</a>
|
</a>
|
||||||
</th>
|
</th>
|
||||||
<th class="col-md-8">
|
<th class="col-md-2">
|
||||||
{if $export_order == "alpha"}
|
{if $export_order == "alpha"}
|
||||||
<i class="glyphicon glyphicon-chevron-up"></i>
|
<i class="glyphicon glyphicon-chevron-up"></i>
|
||||||
{elseif $export_order == "alpha_reverse"}
|
{elseif $export_order == "alpha_reverse"}
|
||||||
@@ -72,6 +72,9 @@
|
|||||||
{intl l="Name"}
|
{intl l="Name"}
|
||||||
</a>
|
</a>
|
||||||
</th>
|
</th>
|
||||||
|
<th class="col-md-6">
|
||||||
|
{intl l="Description"}
|
||||||
|
</th>
|
||||||
<th class="col-md-2">
|
<th class="col-md-2">
|
||||||
{if $export_order == "manual"}
|
{if $export_order == "manual"}
|
||||||
<i class="glyphicon glyphicon-chevron-up"></i>
|
<i class="glyphicon glyphicon-chevron-up"></i>
|
||||||
@@ -96,6 +99,9 @@
|
|||||||
<td>
|
<td>
|
||||||
<a href="#category_{$category_title}" class="btn-show-export-modal" data-id="{$ID}" data-url="{$URL}">{$TITLE}</a>
|
<a href="#category_{$category_title}" class="btn-show-export-modal" data-id="{$ID}" data-url="{$URL}">{$TITLE}</a>
|
||||||
</td>
|
</td>
|
||||||
|
<td>
|
||||||
|
{$DESCRIPTION}
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="{url path="/admin/export/position/up/{if $url_category}?{$url_category}{/if}{$ID}#category_{$category_title}"}">
|
<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>
|
<span class="glyphicon glyphicon-arrow-up"></span>
|
||||||
|
|||||||
@@ -55,11 +55,14 @@
|
|||||||
{intl l="ID"}
|
{intl l="ID"}
|
||||||
</a>
|
</a>
|
||||||
</th>
|
</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}">
|
<a href="{url path="/admin/import"}?{if $url_category}{$url_category}&{/if}import_order=alpha{if $import_order == "alpha"}_reverse{/if}">
|
||||||
{intl l="Name"}
|
{intl l="Name"}
|
||||||
</a>
|
</a>
|
||||||
</th>
|
</th>
|
||||||
|
<th class="col-md-6">
|
||||||
|
{intl l="Description"}
|
||||||
|
</th>
|
||||||
<th class="col-md-2">
|
<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}">
|
<a href="{url path="/admin/import"}?{if $url_category}{$url_category}&{/if}import_order=manual{if $import_order == "manual"}_reverse{/if}">
|
||||||
{intl l="Position"}
|
{intl l="Position"}
|
||||||
@@ -79,6 +82,9 @@
|
|||||||
<td>
|
<td>
|
||||||
<a href="{$URL}">{$TITLE}</a>
|
<a href="{$URL}">{$TITLE}</a>
|
||||||
</td>
|
</td>
|
||||||
|
<td>
|
||||||
|
{$DESCRIPTION}
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="{url path="/admin/import/position/up/{if $url_category}?{$url_category}{/if}{$ID}"}">
|
<a href="{url path="/admin/import/position/up/{if $url_category}?{$url_category}{/if}{$ID}"}">
|
||||||
<span class="glyphicon glyphicon-arrow-up"></span>
|
<span class="glyphicon glyphicon-arrow-up"></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user