Fix: Tag du bouton de recherche mal ferm + traduction.
This commit is contained in:
parent
102fb8d4ce
commit
0285122da3
@ -155,9 +155,9 @@ if ($result)
|
|||||||
|
|
||||||
print '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
print_liste_field_titre($langs->trans("Lastname"),"contact.php","lower(p.name)", $begin,"&type=$type");
|
print_liste_field_titre($langs->trans("Lastname"),"contact.php","lower(p.name)", $begin,"&type=$type","",$sortfield);
|
||||||
print_liste_field_titre($langs->trans("Firstname"),"contact.php","lower(p.firstname)", $begin,"&type=$type");
|
print_liste_field_titre($langs->trans("Firstname"),"contact.php","lower(p.firstname)", $begin,"&type=$type","",$sortfield);
|
||||||
print_liste_field_titre($langs->trans("Company"),"contact.php","lower(s.nom)", $begin,"&type=$type");
|
print_liste_field_titre($langs->trans("Company"),"contact.php","lower(s.nom)", $begin,"&type=$type","",$sortfield);
|
||||||
print '<td>'.$langs->trans("Email").'</td>';
|
print '<td>'.$langs->trans("Email").'</td>';
|
||||||
print '<td>'.$langs->trans("Phone").'</td>';
|
print '<td>'.$langs->trans("Phone").'</td>';
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
@ -168,7 +168,7 @@ if ($result)
|
|||||||
print '<td><input name="search_prenom" size="12" value="'.$_GET["search_prenom"].'"></td>';
|
print '<td><input name="search_prenom" size="12" value="'.$_GET["search_prenom"].'"></td>';
|
||||||
print '<td><input name="search_societe" size="12" value="'.$_GET["search_societe"].'"></td>';
|
print '<td><input name="search_societe" size="12" value="'.$_GET["search_societe"].'"></td>';
|
||||||
print '<td> </td>';
|
print '<td> </td>';
|
||||||
print '<td><input type="submit"</td>';
|
print '<td><input type="submit" value='.$langs->trans("Search").'></td>';
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
print '</form>';
|
print '</form>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user