diff --git a/admin-dev/themes/default/template/import/form.tpl b/admin-dev/themes/default/template/import/form.tpl index bc23d94c5..d2d586c5f 100644 --- a/admin-dev/themes/default/template/import/form.tpl +++ b/admin-dev/themes/default/template/import/form.tpl @@ -145,14 +145,15 @@ - {if count($files_to_import)}
+ {if count($files_to_import)} + {/if}   Uplaod {l s='Upload'}
@@ -192,12 +193,15 @@
-
+

{l s='Note that the category import does not support categories of the same name.'}

{l s='Note that you can have serveral products with the same reference.'}

- {else} -
+
+

{l s='Importing Supply Order Details will first reset the products ordered.'}

+
+ {if !count($files_to_import)} +
{l s='There is no CSV file available, please upload one using the form above.'}

{l s='You can read informations on CSV import at:'} http://www.prestashop.com/wiki/Troubleshooting_6/

@@ -228,13 +232,26 @@