forked from Wavyzz/dolibarr
Bugfix TD supplmentaire
This commit is contained in:
@@ -110,6 +110,7 @@ if ($result)
|
|||||||
|
|
||||||
print_barre_liste("Contrats", $page, "liste.php", $urladd, $sortfield, $sortorder, '', $num);
|
print_barre_liste("Contrats", $page, "liste.php", $urladd, $sortfield, $sortorder, '', $num);
|
||||||
print"\n<!-- debut table -->\n";
|
print"\n<!-- debut table -->\n";
|
||||||
|
print '<form action="liste.php" method="GET">'."\n";
|
||||||
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
|
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
|
||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
|
|
||||||
@@ -123,7 +124,6 @@ if ($result)
|
|||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
|
|
||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
print '<form action="liste.php" method="GET">';
|
|
||||||
print '<td><input type="text" name="search_ligne" value="'. $_GET["search_ligne"].'" size="10"></td>';
|
print '<td><input type="text" name="search_ligne" value="'. $_GET["search_ligne"].'" size="10"></td>';
|
||||||
print '<td><input type="text" name="search_client" value="'. $_GET["search_client"].'" size="10"></td>';
|
print '<td><input type="text" name="search_client" value="'. $_GET["search_client"].'" size="10"></td>';
|
||||||
print '<td><input type="text" name="search_client_agence" value="'. $_GET["search_client_agence"].'" size="10"></td>';
|
print '<td><input type="text" name="search_client_agence" value="'. $_GET["search_client_agence"].'" size="10"></td>';
|
||||||
@@ -131,9 +131,6 @@ if ($result)
|
|||||||
|
|
||||||
|
|
||||||
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 '</form>';
|
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
$var=True;
|
$var=True;
|
||||||
@@ -161,6 +158,7 @@ if ($result)
|
|||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
print "</table>";
|
print "</table>";
|
||||||
|
print '</form>';
|
||||||
$db->free();
|
$db->free();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user