Bugfix HTML

This commit is contained in:
Rodolphe Quiedeville 2006-02-09 13:04:14 +00:00
parent 45c5a31686
commit b5775d962a

View File

@ -1,5 +1,5 @@
<?PHP
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
/* Copyright (C) 2004-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
*
* 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
@ -106,7 +106,6 @@ if ($resql)
print '<td align="center">Date</td>';
print '<td>Fournisseur</td>';
print "</tr>\n";
print '<tr class="liste_titre">';
@ -115,16 +114,12 @@ if ($resql)
print '<td><input type="submit" class="button" value="'.$langs->trans("Search").'"></td>';
print '<td>&nbsp;</td>';
print '<td>&nbsp;</td>';
print '</form>';
print '</tr>';
$var=True;
$ligne = new LigneTel($db);
while ($i < min($num,$conf->liste_limit))
{
$obj = $db->fetch_object($resql);