From 0c1169a686f05301db756839b6a09a4ca5879770 Mon Sep 17 00:00:00 2001 From: Benjamin Perche Date: Thu, 17 Jul 2014 08:22:09 +0200 Subject: [PATCH] =?UTF-8?q?Add=20description=20on=20tables=20=09modifi?= =?UTF-8?q?=C3=A9:=20=20=20=20=20=20=20=20=20templates/backOffice/default/?= =?UTF-8?q?export-page.html=20=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20t?= =?UTF-8?q?emplates/backOffice/default/export.html=20=09modifi=C3=A9:=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20templates/backOffice/default/import.htm?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/backOffice/default/export-page.html | 3 +-- templates/backOffice/default/export.html | 8 +++++++- templates/backOffice/default/import.html | 8 +++++++- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/templates/backOffice/default/export-page.html b/templates/backOffice/default/export-page.html index e5496ec78..803192881 100644 --- a/templates/backOffice/default/export-page.html +++ b/templates/backOffice/default/export-page.html @@ -36,10 +36,9 @@
- {intl l='Export: '}{$TITLE} + {intl l='Export'}: {$TITLE}
-
{form_hidden_fields form=$form}
diff --git a/templates/backOffice/default/export.html b/templates/backOffice/default/export.html index 5d41464ec..9fa6b46ff 100644 --- a/templates/backOffice/default/export.html +++ b/templates/backOffice/default/export.html @@ -62,7 +62,7 @@ {intl l="ID"} - + {if $export_order == "alpha"} {elseif $export_order == "alpha_reverse"} @@ -72,6 +72,9 @@ {intl l="Name"} + + {intl l="Description"} + {if $export_order == "manual"} @@ -96,6 +99,9 @@ {$TITLE} + + {$DESCRIPTION} + diff --git a/templates/backOffice/default/import.html b/templates/backOffice/default/import.html index d8b2aa6cb..8f44e31af 100644 --- a/templates/backOffice/default/import.html +++ b/templates/backOffice/default/import.html @@ -55,11 +55,14 @@ {intl l="ID"} - + {intl l="Name"} + + {intl l="Description"} + {intl l="Position"} @@ -79,6 +82,9 @@ {$TITLE} + + {$DESCRIPTION} +