This commit is contained in:
Laurent Destailleur
2010-12-28 00:10:13 +00:00
parent a718555a77
commit a9d1484712
2 changed files with 7 additions and 7 deletions

View File

@@ -214,7 +214,7 @@ else
// $head[$h][1] = $langs->trans("Info"); // $head[$h][1] = $langs->trans("Info");
// $h++; // $h++;
dol_fiche_head($head, $hselected, $langs->trans("Cheques")); dol_fiche_head($head, $hselected, $langs->trans("Cheques"),0,'payment');
/* /*
* Confirmation de la suppression du bordereau * Confirmation de la suppression du bordereau

View File

@@ -445,12 +445,12 @@ function dolibarr_fiche_head($links, $active='0', $title='', $notab=0)
} }
/** /**
* \brief Show tab header of a card * Show tab header of a card
* \param links Array of tabs * @param links Array of tabs
* \param active Active tab name * @param active Active tab name
* \param title Title * @param title Title
* \param notab 0=Add tab header, 1=no tab header * @param notab 0=Add tab header, 1=no tab header
* \param picto Add a picto on tab titel * @param picto Add a picto on tab titel
*/ */
function dol_fiche_head($links, $active='0', $title='', $notab=0, $picto='') function dol_fiche_head($links, $active='0', $title='', $notab=0, $picto='')
{ {