Ajout onglet CDR

This commit is contained in:
Rodolphe Quiedeville 2005-02-08 16:39:06 +00:00
parent 1c3dc80ef8
commit 185c4e737a

View File

@ -59,7 +59,7 @@ if ($_GET["action"] == 'desactive')
} }
} }
llxHeader("","","Fiche Fournisseur"); llxHeader("","Telephonie - Fournisseur");
if ($cancel == $langs->trans("Cancel")) if ($cancel == $langs->trans("Cancel"))
{ {
@ -137,10 +137,14 @@ if ($_GET["id"] > 0)
*/ */
$h = 0; $h = 0;
$head[$h][0] = DOL_URL_ROOT."/telephonie/fournisseur/fiche.php?id=".$fourn->id; $head[$h][0] = DOL_URL_ROOT."/telephonie/fournisseur/fiche.php?id=".$fourn->id;
$head[$h][1] = $langs->trans("Contrat"); $head[$h][1] = $langs->trans("Fiche");
$hselected = $h; $hselected = $h;
$h++; $h++;
$head[$h][0] = DOL_URL_ROOT."/telephonie/fournisseur/cdr.php?id=".$fourn->id;
$head[$h][1] = $langs->trans("CDR");
$h++;
dolibarr_fiche_head($head, $hselected, 'Fournisseur : '.$fourn->nom); dolibarr_fiche_head($head, $hselected, 'Fournisseur : '.$fourn->nom);
print '<table class="border" width="100%" cellspacing="0" cellpadding="4">'; print '<table class="border" width="100%" cellspacing="0" cellpadding="4">';