From 8c34a091b4b7663ddef57ccb20cdff909c29bd54 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 18 Mar 2020 19:24:11 +0100 Subject: [PATCH] Fix import --- htdocs/admin/import.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/htdocs/admin/import.php b/htdocs/admin/import.php index 3ead31ab0f3..37c9b205424 100644 --- a/htdocs/admin/import.php +++ b/htdocs/admin/import.php @@ -72,6 +72,10 @@ $h++; dol_fiche_head($head, 'setup', $langs->trans("ImportArea"), -1, "technic"); +print '
'; +print ''; +print ''; +print ''; print ''; print ''; @@ -80,19 +84,15 @@ print ''; print ''."\n"; print ''; -print ''; -print ''; -print ''; -print ''; - -print ''; -print '"; +print ''; +print '"; print ''; print ''; -print ''; print '
 
'.$langs->trans("ImportCsvSeparator").''."global->IMPORT_CSV_SEPARATOR_TO_USE."\">'.$langs->trans("ImportCsvSeparator").' ('.$langs->trans("ByDefault").')'."global->IMPORT_CSV_SEPARATOR_TO_USE) ? ',' : $conf->global->IMPORT_CSV_SEPARATOR_TO_USE)."\">
'; +print ''; + dol_fiche_end(); // End of page