diff --git a/admin-dev/themes/default/template/controllers/import/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/import/helpers/form/form.tpl index c7a0b5f45..c4fdbcfad 100644 --- a/admin-dev/themes/default/template/controllers/import/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/import/helpers/form/form.tpl @@ -38,6 +38,17 @@ {l s='Import'} +
+ +
+
+ + --> + +
+ +
+ + + +

+ {l s="You can also use a file that you already have uploaded."} + {l s="Show history / FTP"}. +

+
+ + + + -
-

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

-

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

-
- -
-

{l s='Importing Supply Order Details will reset products ordered, if there are any.'}

-
- - {if !count($files_to_import)} -
-

{l s='There is no CSV file available. Please upload one using the \'Upload\' button above.'}

- -
- {/if} + @@ -436,13 +570,13 @@ $('#file-selectbutton').click(function(e){ $('#file').trigger('click'); }); - $('#file-name').click(function(e){ + $('#filename').click(function(e){ $('#file').trigger('click'); }); $('#file').change(function(e){ var val = $(this).val(); var file = val.split(/[\\/]/); - $('#file-name').val(file[file.length-1]); + $('#filename').val(file[file.length-1]); }); });