New: Add picto on tab titles

This commit is contained in:
Laurent Destailleur 2009-08-07 00:57:48 +00:00
parent cdb05cf99b
commit 4d3ea53ed7
3 changed files with 5 additions and 5 deletions

View File

@ -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 "<form name='update' action=\"fiche.php\" method=\"post\">\n";
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
@ -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<EFBFBD>placement
*/
if ($_GET["action"] == 'delete')
{

View File

@ -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;

View File

@ -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