standardization, internationalisation
This commit is contained in:
parent
a827a9ee6d
commit
046affcd0d
@ -533,7 +533,7 @@ if ($step == 3 && $datatoimport)
|
|||||||
if ($separator) $param .= '&separator='.urlencode($separator);
|
if ($separator) $param .= '&separator='.urlencode($separator);
|
||||||
if ($enclosure) $param .= '&enclosure='.urlencode($enclosure);
|
if ($enclosure) $param .= '&enclosure='.urlencode($enclosure);
|
||||||
|
|
||||||
$liste = $objmodelimport->liste_modeles($db);
|
$list = $objmodelimport->liste_modeles($db);
|
||||||
|
|
||||||
llxHeader('', $langs->trans("NewImport"), 'EN:Module_Imports_En|FR:Module_Imports|ES:Módulo_Importaciones');
|
llxHeader('', $langs->trans("NewImport"), 'EN:Module_Imports_En|FR:Module_Imports|ES:Módulo_Importaciones');
|
||||||
|
|
||||||
@ -731,7 +731,7 @@ if ($step == 3 && $datatoimport)
|
|||||||
if ($step == 4 && $datatoimport)
|
if ($step == 4 && $datatoimport)
|
||||||
{
|
{
|
||||||
$model = $format;
|
$model = $format;
|
||||||
$liste = $objmodelimport->liste_modeles($db);
|
$list = $objmodelimport->liste_modeles($db);
|
||||||
|
|
||||||
// Create classe to use for import
|
// Create classe to use for import
|
||||||
$dir = DOL_DOCUMENT_ROOT."/core/modules/import/";
|
$dir = DOL_DOCUMENT_ROOT."/core/modules/import/";
|
||||||
@ -1264,7 +1264,7 @@ if ($step == 5 && $datatoimport)
|
|||||||
}
|
}
|
||||||
|
|
||||||
$model = $format;
|
$model = $format;
|
||||||
$liste = $objmodelimport->liste_modeles($db);
|
$list = $objmodelimport->liste_modeles($db);
|
||||||
|
|
||||||
// Create classe to use for import
|
// Create classe to use for import
|
||||||
$dir = DOL_DOCUMENT_ROOT."/core/modules/import/";
|
$dir = DOL_DOCUMENT_ROOT."/core/modules/import/";
|
||||||
@ -1703,7 +1703,7 @@ if ($step == 6 && $datatoimport)
|
|||||||
}
|
}
|
||||||
|
|
||||||
$model = $format;
|
$model = $format;
|
||||||
$liste = $objmodelimport->liste_modeles($db);
|
$list = $objmodelimport->liste_modeles($db);
|
||||||
$importid = GETPOST("importid", 'alphanohtml');
|
$importid = GETPOST("importid", 'alphanohtml');
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user