';
@@ -875,7 +874,7 @@ if ($step == 4 && $datatoexport)
$hselected = $h;
$h++;
- print dol_get_fiche_head($head, $hselected, $langs->trans("NewExport"), -2);
+ print dol_get_fiche_head($head, $hselected, '', -2);
print '
';
print '
';
@@ -1134,7 +1133,7 @@ if ($step == 5 && $datatoexport)
$hselected = $h;
$h++;
- print dol_get_fiche_head($head, $hselected, $langs->trans("NewExport"), -2);
+ print dol_get_fiche_head($head, $hselected, '', -2);
/*
* Confirmation suppression fichier
diff --git a/htdocs/imports/import.php b/htdocs/imports/import.php
index 60134ab9b95..fbb17e15280 100644
--- a/htdocs/imports/import.php
+++ b/htdocs/imports/import.php
@@ -392,8 +392,7 @@ if ($step == 1 || !$datatoimport)
$head = import_prepare_head($param, 1);
- print dol_get_fiche_head($head, 'step1', $langs->trans("NewImport"), -1);
-
+ print dol_get_fiche_head($head, 'step1', '', -1);
print '
'.$langs->trans("SelectImportDataSet").'
';
@@ -454,7 +453,7 @@ if ($step == 2 && $datatoimport)
$head = import_prepare_head($param, 2);
- print dol_get_fiche_head($head, 'step2', $langs->trans("NewImport"), -2);
+ print dol_get_fiche_head($head, 'step2', '', -2);
print '
';
print '
';
@@ -540,7 +539,7 @@ if ($step == 3 && $datatoimport)
$head = import_prepare_head($param, 3);
- print dol_get_fiche_head($head, 'step3', $langs->trans("NewImport"), -2);
+ print dol_get_fiche_head($head, 'step3', '', -2);
/*
* Confirm delete file
@@ -835,7 +834,7 @@ if ($step == 4 && $datatoimport)
$head = import_prepare_head($param, 4);
- print dol_get_fiche_head($head, 'step4', $langs->trans("NewImport"), -2);
+ print dol_get_fiche_head($head, 'step4', '', -2);
print '
';
print '
';
@@ -1306,7 +1305,7 @@ if ($step == 5 && $datatoimport)
print '
'; // step 5
print '
'; // step 5
- print dol_get_fiche_head($head, 'step5', $langs->trans("NewImport"), -2);
+ print dol_get_fiche_head($head, 'step5', '', -2);
print '
';
print '
';
@@ -1730,7 +1729,7 @@ if ($step == 6 && $datatoimport)
$head = import_prepare_head($param, 6);
- print dol_get_fiche_head($head, 'step6', $langs->trans("NewImport"), -1);
+ print dol_get_fiche_head($head, 'step6', '', -1);
print '
';
print '
';