Nomme les boutons submit

This commit is contained in:
Rodolphe Quiedeville 2007-04-17 08:50:54 +00:00
parent 83403949c9
commit eccb6be948
6 changed files with 11 additions and 10 deletions

View File

@ -412,7 +412,7 @@ else
if ($contrat->fetch($_GET["id"]) == 0) if ($contrat->fetch($_GET["id"]) == 0)
{ {
$result = 1; $result = 1;
} }
} }

View File

@ -1,5 +1,5 @@
<?PHP <?PHP
/* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2004-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
@ -39,7 +39,7 @@ print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
print '<tr class="liste_titre"><td>Recherche ligne</td>'; print '<tr class="liste_titre"><td>Recherche ligne</td>';
print "</tr>\n"; print "</tr>\n";
print "<tr $bc[1]>"; print "<tr $bc[1]>";
print '<td>Numéro <input name="search_ligne" size="12"><input type="submit"></td></tr>'; print '<td>Numéro <input name="search_ligne" size="12"><input type="submit" value="'.$langs->trans("Search").'"></td></tr>';
print '</table></form><br />'; print '</table></form><br />';
print '<form method="GET" action="'.DOL_URL_ROOT.'/telephonie/contrat/liste.php">'; print '<form method="GET" action="'.DOL_URL_ROOT.'/telephonie/contrat/liste.php">';
@ -47,7 +47,7 @@ print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
print '<tr class="liste_titre"><td>Recherche contrat</td>'; print '<tr class="liste_titre"><td>Recherche contrat</td>';
print "</tr>\n"; print "</tr>\n";
print "<tr $bc[1]>"; print "<tr $bc[1]>";
print '<td>Numéro <input name="search_contrat" size="12"></td></tr>'; print '<td>Numéro <input name="search_contrat" size="12"><input type="submit" value="'.$langs->trans("Search").'"></td></tr>';
print '</table></form><br />'; print '</table></form><br />';
print '<form method="GET" action="'.DOL_URL_ROOT.'/telephonie/client/liste.php">'; print '<form method="GET" action="'.DOL_URL_ROOT.'/telephonie/client/liste.php">';
@ -55,7 +55,7 @@ print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
print '<tr class="liste_titre"><td>Recherche client</td>'; print '<tr class="liste_titre"><td>Recherche client</td>';
print "</tr>\n"; print "</tr>\n";
print "<tr $bc[1]>"; print "<tr $bc[1]>";
print '<td>Nom <input name="search_client" size="12"><input type="submit"></td></tr>'; print '<td>Nom <input name="search_client" size="12"><input type="submit" value="'.$langs->trans("Search").'"></td></tr>';
print '</table></form>'; print '</table></form>';
print '<br />'; print '<br />';

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
@ -144,7 +144,7 @@ print '</td><td><select name="perms">';
print '<option value="0">Aucun</option>'; print '<option value="0">Aucun</option>';
print '<option value="1">Lecture</option>'; print '<option value="1">Lecture</option>';
print '<option value="2">Lecture/Ecriture</option>'; print '<option value="2">Lecture/Ecriture</option>';
print '<td><input type="submit"></td>'; print '<td><input type="submit" value="'.$langs->trans("Search").'"></td>';
print "</tr>\n"; print "</tr>\n";
print "</form>\n"; print "</form>\n";
print "</table>\n"; print "</table>\n";

View File

@ -36,6 +36,7 @@ if ($_POST["action"] == 'add_prefix')
llxHeader(); llxHeader();
/* /*
* Mode Liste * Mode Liste
* *

View File

@ -153,7 +153,7 @@ if ($auth_write)
print '<tr><td>Cout connexion</td>'; print '<tr><td>Cout connexion</td>';
print '<td><input type="text" name="fixe" value="0"></td></tr>'; print '<td><input type="text" name="fixe" value="0"></td></tr>';
print '<tr><td colspan="2"><input type="submit"></td></tr>'; print '<tr><td colspan="2"><input type="submit" value="'.$langs->trans("Save").'"></td></tr>';
print '</table></form>'; print '</table></form>';
} }

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
@ -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>';