Bugfix HTML
This commit is contained in:
parent
45c5a31686
commit
b5775d962a
@ -1,5 +1,5 @@
|
|||||||
<?PHP
|
<?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
|
* 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
|
||||||
@ -106,7 +106,6 @@ if ($resql)
|
|||||||
|
|
||||||
print '<td align="center">Date</td>';
|
print '<td align="center">Date</td>';
|
||||||
print '<td>Fournisseur</td>';
|
print '<td>Fournisseur</td>';
|
||||||
|
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
|
|
||||||
print '<tr class="liste_titre">';
|
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><input type="submit" class="button" value="'.$langs->trans("Search").'"></td>';
|
||||||
|
|
||||||
print '<td> </td>';
|
|
||||||
print '<td> </td>';
|
print '<td> </td>';
|
||||||
print '</form>';
|
print '</form>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
|
|
||||||
$var=True;
|
$var=True;
|
||||||
|
|
||||||
$ligne = new LigneTel($db);
|
|
||||||
|
|
||||||
while ($i < min($num,$conf->liste_limit))
|
while ($i < min($num,$conf->liste_limit))
|
||||||
{
|
{
|
||||||
$obj = $db->fetch_object($resql);
|
$obj = $db->fetch_object($resql);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user