Modification de les gestion des onglets

This commit is contained in:
Rodolphe Quiedeville 2005-02-16 13:24:50 +00:00
parent 9325bf487b
commit 6be228fc3b

View File

@ -1,5 +1,5 @@
<?PHP <?PHP
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -34,13 +34,7 @@ llxHeader('','Telephonie - Statistiques - Lignes');
* *
*/ */
$h = 0; include "./onglets.php";
$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/lignes/index.php';
$head[$h][1] = "Global";
$hselected = $h;
$h++;
dolibarr_fiche_head($head, $hselected, "Lignes"); dolibarr_fiche_head($head, $hselected, "Lignes");
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">'; print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';