Mise jour liste
This commit is contained in:
parent
f9712f04e7
commit
c6db207d18
@ -131,6 +131,17 @@ if ($result)
|
||||
print_liste_field_titre($langs->trans("Created"),"prospects.php","s.datec","","","align=\"center\"",$sortfield);
|
||||
print '<td colspan="4"> </td>';
|
||||
print "</tr>\n";
|
||||
|
||||
print '<form method="get" action="prospects.php">';
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td valign="right">';
|
||||
print '<input type="text" name="search_nom" value="'.$_GET["search_nom"].'">';
|
||||
print '</td><td>';
|
||||
print '<input type="text" name="search_ville" value="'.$_GET["search_nom"].'">';
|
||||
print "</td><td> </td>";
|
||||
print "<td> </td><td> </td><td> </td><td> </td><td> </td><td> </td>";
|
||||
print "</tr>\n";
|
||||
|
||||
$var=true;
|
||||
|
||||
while ($i < min($num,$conf->liste_limit))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user