Browse Source

Look and fell v13

Laurent Destailleur 4 years ago
parent
commit
40ae1808de
2 changed files with 11 additions and 13 deletions
  1. 5 6
      htdocs/exports/export.php
  2. 6 7
      htdocs/imports/import.php

+ 5 - 6
htdocs/exports/export.php

@@ -429,8 +429,7 @@ if ($step == 1 || !$datatoexport)
 	$hselected = $h;
 	$h++;
 
-	print dol_get_fiche_head($head, $hselected, $langs->trans("NewExport"), -1);
-
+	print dol_get_fiche_head($head, $hselected, '', -1);
 
 	print '<div class="opacitymedium">'.$langs->trans("SelectExportDataSet").'</div><br>';
 
@@ -492,7 +491,7 @@ if ($step == 2 && $datatoexport)
 	$hselected = $h;
 	$h++;
 
-	print dol_get_fiche_head($head, $hselected, $langs->trans("NewExport"), -2);
+	print dol_get_fiche_head($head, $hselected, '', -2);
 
 	print '<div class="fichecenter">';
 	print '<div class="underbanner clearboth"></div>';
@@ -688,7 +687,7 @@ if ($step == 3 && $datatoexport)
 	$hselected = $h;
 	$h++;
 
-	print dol_get_fiche_head($head, $hselected, $langs->trans("NewExport"), -2);
+	print dol_get_fiche_head($head, $hselected, '', -2);
 
 	print '<div class="fichecenter">';
 	print '<div class="underbanner clearboth"></div>';
@@ -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 '<div class="fichecenter">';
 	print '<div class="underbanner clearboth"></div>';
@@ -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

+ 6 - 7
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 '<div class="opacitymedium">'.$langs->trans("SelectImportDataSet").'</div><br>';
 
@@ -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 '<div class="underbanner clearboth"></div>';
 	print '<div class="fichecenter">';
@@ -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 '<div class="underbanner clearboth"></div>';
 	print '<div class="fichecenter">';
@@ -1306,7 +1305,7 @@ if ($step == 5 && $datatoimport)
 	print '<input type="hidden" name="step" value="5">'; // step 5
 	print '<input type="hidden" name="action" value="launchsimu">'; // step 5
 
-	print dol_get_fiche_head($head, 'step5', $langs->trans("NewImport"), -2);
+	print dol_get_fiche_head($head, 'step5', '', -2);
 
 	print '<div class="underbanner clearboth"></div>';
 	print '<div class="fichecenter">';
@@ -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 '<div class="underbanner clearboth"></div>';
 	print '<div class="fichecenter">';