Libelle bouton submit

This commit is contained in:
Rodolphe Quiedeville 2007-04-17 08:45:29 +00:00
parent 2006d16842
commit 83403949c9
2 changed files with 3 additions and 3 deletions

View File

@ -135,7 +135,7 @@ if ($resql)
print '<td>&nbsp;</td>'; print '<td>&nbsp;</td>';
print '<td>&nbsp;</td>'; print '<td>&nbsp;</td>';
print '<td>&nbsp;</td>'; print '<td>&nbsp;</td>';
print '<td><input type="submit"></td>'; print '<td><input type="submit" value="'.$langs->trans("Search").'"></td>';
print '</form>'; print '</form>';
print '</tr>'; print '</tr>';

View File

@ -1,5 +1,5 @@
<?PHP <?PHP
/* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2005-2007 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
@ -118,7 +118,7 @@ if ($resql)
print '<input type="hidden" name="type" value="'.$_GET["type"].'">'; print '<input type="hidden" name="type" value="'.$_GET["type"].'">';
print '<td><input type="text" name="search_prefix" size="10" value="'.$_GET["search_prefix"].'"></td>'; print '<td><input type="text" name="search_prefix" size="10" value="'.$_GET["search_prefix"].'"></td>';
print '<td><input type="text" name="search_libelle" size="20" value="'.$_GET["search_libelle"].'"></td>'; print '<td><input type="text" name="search_libelle" size="20" value="'.$_GET["search_libelle"].'"></td>';
print '<td><input type="submit"></td>'; print '<td><input type="submit" value="'.$langs->trans("Search").'"></td>';
print '</form>'; print '</form>';
print '</tr>'; print '</tr>';