diff --git a/htdocs/telephonie/distributeurs/index.php b/htdocs/telephonie/distributeurs/index.php index c810792b4c847a60b422fee80033836195825ffb..3993259b86a5e2fced922e521a45c8bbadb83950 100644 --- a/htdocs/telephonie/distributeurs/index.php +++ b/htdocs/telephonie/distributeurs/index.php @@ -46,7 +46,7 @@ print '<tr><td width="50%" valign="top">'; print '<table class="border" width="100%" cellspacing="0" cellpadding="4">'; print '<tr class="liste_titre">'; -print '<td>Distributeur</td><td>Dur�e avan.</td><td>% Avance</td><td>% Pr�l�v</td><td>% Autre</td></tr>'; +print '<td>Distributeur</td>'; $sql = "SELECT d.nom, d.rowid, d.avance_pourcent, d.rem_pour_prev, d.rem_pour_autr, d.avance_duree"; @@ -74,10 +74,7 @@ if ($resql) print "<tr $bc[$var]>"; print '<td><a href="distributeur.php?id='.$row[1].'">'.$row[0].'</a></td>'; - print '<td>'.$row[5].'</td>'; - print '<td>'.$row[2].'</td>'; - print '<td>'.$row[3].'</td>'; - print '<td>'.$row[4].'</td>'; + print '</tr>'; $i++; } @@ -89,15 +86,9 @@ else } print '</table><br />'; - - - - print '</td><td width="50%" valign="top"> </td></tr>'; print '</table></div>'; - - /* ************************************************************************** */ /* */ /* Barre d'action */