New: Add picto on tab titles
This commit is contained in:
parent
cdb05cf99b
commit
4d3ea53ed7
@ -184,7 +184,7 @@ else
|
|||||||
$head[$h][0] = DOL_URL_ROOT."/compta/deplacement/fiche.php?id=$deplacement->id";
|
$head[$h][0] = DOL_URL_ROOT."/compta/deplacement/fiche.php?id=$deplacement->id";
|
||||||
$head[$h][1] = $langs->trans("Card");
|
$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 "<form name='update' action=\"fiche.php\" method=\"post\">\n";
|
||||||
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
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][0] = DOL_URL_ROOT."/compta/deplacement/fiche.php?id=$deplacement->id";
|
||||||
$head[$h][1] = $langs->trans("Card");
|
$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')
|
if ($_GET["action"] == 'delete')
|
||||||
{
|
{
|
||||||
|
|||||||
@ -560,7 +560,7 @@ else
|
|||||||
$h++;
|
$h++;
|
||||||
}
|
}
|
||||||
|
|
||||||
dol_fiche_head($head, $hselected, $langs->trans("Sending"));
|
dol_fiche_head($head, $hselected, $langs->trans("Sending"), 0, 'sending');
|
||||||
|
|
||||||
if ($mesg) print $mesg;
|
if ($mesg) print $mesg;
|
||||||
|
|
||||||
|
|||||||
@ -396,7 +396,7 @@ else
|
|||||||
$hselected = $h;
|
$hselected = $h;
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
dol_fiche_head($head, $hselected, $langs->trans("Sending"));
|
dol_fiche_head($head, $hselected, $langs->trans("Sending"), 0, 'sending');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Confirmation de la suppression
|
* Confirmation de la suppression
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user