From 4d3ea53ed7fc1fdcda7c4caa8a14e66ef39441e8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 7 Aug 2009 00:57:48 +0000 Subject: [PATCH] New: Add picto on tab titles --- htdocs/compta/deplacement/fiche.php | 6 +++--- htdocs/expedition/fiche.php | 2 +- htdocs/livraison/fiche.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/compta/deplacement/fiche.php b/htdocs/compta/deplacement/fiche.php index a6b4718d9b3..83e6dbb32da 100644 --- a/htdocs/compta/deplacement/fiche.php +++ b/htdocs/compta/deplacement/fiche.php @@ -184,7 +184,7 @@ else $head[$h][0] = DOL_URL_ROOT."/compta/deplacement/fiche.php?id=$deplacement->id"; $head[$h][1] = $langs->trans("Card"); - dol_fiche_head($head, $hselected, $langs->trans("TripCard")); + dol_fiche_head($head, $hselected, $langs->trans("TripCard"), 0, 'trip'); print "
\n"; print ''; @@ -232,10 +232,10 @@ else $head[$h][0] = DOL_URL_ROOT."/compta/deplacement/fiche.php?id=$deplacement->id"; $head[$h][1] = $langs->trans("Card"); - dol_fiche_head($head, $hselected, $langs->trans("TripCard")); + dol_fiche_head($head, $hselected, $langs->trans("TripCard"), 0, 'trip'); /* - * Confirmation de la suppression du déplacement + * Confirmation de la suppression du d�placement */ if ($_GET["action"] == 'delete') { diff --git a/htdocs/expedition/fiche.php b/htdocs/expedition/fiche.php index 18ab98062b1..728e74c6d70 100644 --- a/htdocs/expedition/fiche.php +++ b/htdocs/expedition/fiche.php @@ -560,7 +560,7 @@ else $h++; } - dol_fiche_head($head, $hselected, $langs->trans("Sending")); + dol_fiche_head($head, $hselected, $langs->trans("Sending"), 0, 'sending'); if ($mesg) print $mesg; diff --git a/htdocs/livraison/fiche.php b/htdocs/livraison/fiche.php index c5d6101a0c9..a2087b50301 100644 --- a/htdocs/livraison/fiche.php +++ b/htdocs/livraison/fiche.php @@ -396,7 +396,7 @@ else $hselected = $h; $h++; - dol_fiche_head($head, $hselected, $langs->trans("Sending")); + dol_fiche_head($head, $hselected, $langs->trans("Sending"), 0, 'sending'); /* * Confirmation de la suppression