Trad: Traduction de toutes les chaines "Recherche" et "Chercher"

This commit is contained in:
Laurent Destailleur 2005-01-30 01:28:01 +00:00
parent 0544e120b5
commit ee96cd2fe6
34 changed files with 60 additions and 50 deletions

View File

@ -137,7 +137,7 @@ print '<form action="liste.php" method="post">';
print '<input type="hidden" name="action" value="search">'; print '<input type="hidden" name="action" value="search">';
print '<table class="noborder" cellspacing="0" cellpadding="3">'; print '<table class="noborder" cellspacing="0" cellpadding="3">';
print '<tr class="liste_titre">'; print '<tr class="liste_titre">';
print "<td>Rechercher un adhérent</td>"; print '<td>'.$langs->trans("SearchAMember").'</td>';
print "</tr>\n"; print "</tr>\n";
print "<tr $bc[$var]>"; print "<tr $bc[$var]>";
@ -145,7 +145,7 @@ print '<td>';
print $langs->trans("Lastname").'/'.$langs->trans("Firstname").' <input type="text" name="search" class="flat" size="20">'; print $langs->trans("Lastname").'/'.$langs->trans("Firstname").' <input type="text" name="search" class="flat" size="20">';
print '&nbsp; <input class="flat" type="submit" value="'.$langs->trans("Search").'">'; print '&nbsp; <input class="button" type="submit" value="'.$langs->trans("Search").'">';
print '</td></tr>'; print '</td></tr>';
print "</table></form>"; print "</table></form>";

View File

@ -93,9 +93,9 @@ if ($conf->propal->enabled) {
$var=false; $var=false;
print '<form method="post" action="propal.php">'; print '<form method="post" action="propal.php">';
print '<table class="noborder" width="100%">'; print '<table class="noborder" width="100%">';
print '<tr class="liste_titre"><td colspan="2">Rechercher une proposition</td></tr>'; print '<tr class="liste_titre"><td colspan="2">'.$langs->trans("SearchAProposal").'</td></tr>';
print '<tr '.$bc[$var].'><td>'; print '<tr '.$bc[$var].'><td>';
print $langs->trans("Ref").' : <input type="text" name="sf_ref">&nbsp;<input type="submit" value="'.$langs->trans("Search").'" class="flat"></td></tr>'; print $langs->trans("Ref").' : <input type="text" name="sf_ref">&nbsp;<input type="submit" value="'.$langs->trans("Search").'" class="button"></td></tr>';
print "</table></form><br>\n"; print "</table></form><br>\n";
} }
@ -106,9 +106,9 @@ if ($conf->contrat->enabled) {
$var=false; $var=false;
print '<form method="post" action="'.DOL_URL_ROOT.'/contrat/liste.php">'; print '<form method="post" action="'.DOL_URL_ROOT.'/contrat/liste.php">';
print '<table class="noborder" width="100%">'; print '<table class="noborder" width="100%">';
print '<tr class="liste_titre"><td colspan="2">Rechercher un contrat</td></tr>'; print '<tr class="liste_titre"><td colspan="2">'.$langs->trans("SearchAContract").'</td></tr>';
print '<tr '.$bc[$var].'><td>'; print '<tr '.$bc[$var].'><td>';
print $langs->trans("Ref").' : <input type="text" name="search_contract">&nbsp;<input type="submit" value="'.$langs->trans("Search").'" class="flat"></td></tr>'; print $langs->trans("Ref").' : <input type="text" name="search_contract">&nbsp;<input type="submit" value="'.$langs->trans("Search").'" class="button"></td></tr>';
print "</table></form><br>\n"; print "</table></form><br>\n";
} }

View File

@ -58,9 +58,9 @@ if ($conf->propal->enabled)
{ {
print '<form method="post" action="propal.php">'; print '<form method="post" action="propal.php">';
print '<table border="0" cellspacing="0" cellpadding="3" width="100%">'; print '<table border="0" cellspacing="0" cellpadding="3" width="100%">';
print '<tr class="liste_titre"><td colspan="2">Rechercher une proposition</td></tr>'; print '<tr class="liste_titre"><td colspan="2">'.$langs->trans("SearchAProposal").'</td></tr>';
print "<tr $bc[1]><td>"; print "<tr $bc[1]><td>";
print $langs->trans("Ref").' : <input type="text" name="sf_ref"><input type="submit" value="'.$langs->trans("Search").'" class="flat"></td></tr>'; print $langs->trans("Ref").' : <input type="text" name="sf_ref"><input type="submit" value="'.$langs->trans("Search").'" class="button"></td></tr>';
print "</table></form><br>\n"; print "</table></form><br>\n";
} }

View File

@ -87,9 +87,9 @@ print '<tr><td valign="top" width="30%">';
print '<form method="post" action="facture.php">'; print '<form method="post" action="facture.php">';
print '<table class="noborder" width="100%">'; print '<table class="noborder" width="100%">';
print "<tr class=\"liste_titre\">"; print "<tr class=\"liste_titre\">";
print '<td colspan="2">Rechercher une facture</td></tr>'; print '<td colspan="2">'.$langs->trans("SearchABill").'</td></tr>';
print "<tr $bc[0]><td>"; print "<tr $bc[0]><td>";
print $langs->trans("Ref").' : <input type="text" name="sf_ref">&nbsp;<input type="submit" value="'.$langs->trans("Search").'" class="flat"></td></tr>'; print $langs->trans("Ref").' : <input type="text" name="sf_ref">&nbsp;<input type="submit" value="'.$langs->trans("Search").'" class="button"></td></tr>';
print "</table></form><br>"; print "</table></form><br>";

View File

@ -61,9 +61,9 @@ print '<tr><td valign="top" width="30%">';
print '<form method="post" action="facture.php">'; print '<form method="post" action="facture.php">';
print '<table class="noborder" width="100%">'; print '<table class="noborder" width="100%">';
print "<tr class=\"liste_titre\">"; print "<tr class=\"liste_titre\">";
print '<td colspan="2">Rechercher une facture</td></tr>'; print '<td colspan="2">'.$langs->trans("SearchABill").'</td></tr>';
print "<tr $bc[0]><td>"; print "<tr $bc[0]><td>";
print $langs->trans("Ref").' : <input type="text" name="sf_ref">&nbsp;<input type="submit" value="'.$langs->trans("Search").'" class="flat"></td></tr>'; print $langs->trans("Ref").' : <input type="text" name="sf_ref">&nbsp;<input type="submit" value="'.$langs->trans("Search").'" class="button"></td></tr>';
print "</table></form><br>"; print "</table></form><br>";

View File

@ -61,9 +61,9 @@ print '<tr><td valign="top" width="30%">';
print '<form method="post" action="facture.php">'; print '<form method="post" action="facture.php">';
print '<table class="noborder" width="100%">'; print '<table class="noborder" width="100%">';
print "<tr class=\"liste_titre\">"; print "<tr class=\"liste_titre\">";
print '<td colspan="2">Rechercher une facture</td></tr>'; print '<td colspan="2">'.$langs->trans("SearchABill").'</td></tr>';
print "<tr $bc[0]><td>"; print "<tr $bc[0]><td>";
print $langs->trans("Ref").' : <input type="text" name="sf_ref">&nbsp;<input type="submit" value="'.$langs->trans("Search").'" class="flat"></td></tr>'; print $langs->trans("Ref").' : <input type="text" name="sf_ref">&nbsp;<input type="submit" value="'.$langs->trans("Search").'" class="button"></td></tr>';
print "</table></form><br>"; print "</table></form><br>";

View File

@ -93,7 +93,7 @@ if ($result)
print '<form action="bons.php" method="GET">'; print '<form action="bons.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="submit" value="Chercher"></td>'; print '<td><input type="submit" class="button" value="'.$langs->trans("Search").'"></td>';
print '<td>&nbsp;</td>'; print '<td>&nbsp;</td>';

View File

@ -87,13 +87,13 @@ if ( $db->query($sql) )
print '<table class="noborder" width="100%">'; print '<table class="noborder" width="100%">';
print '<tr class="liste_titre">'; print '<tr class="liste_titre">';
print '<td>Facture</td><td>Société</td><td>Date demande</td>'; print '<td>'.$langs->trans("Bill").'</td><td>'.$langs->trans("Company").'</td><td>Date demande</td>';
print '<td>Emetteur</td></tr>'; print '<td>Emetteur</td></tr>';
print '<form action="demandes.php" method="GET">'; print '<form action="demandes.php" method="GET">';
print '<tr class="liste_titre"><td>-</td><td>'; print '<tr class="liste_titre"><td>-</td><td>';
print '<input type="text" name="search_societe" size="12" value="'.$GET["search_societe"].'">&nbsp;'; print '<input type="text" name="search_societe" size="12" value="'.$GET["search_societe"].'">&nbsp;';
print '<input type="submit" value="Chercher"></td>'; print '<input type="submit" class="button" value="'.$langs->trans("Search").'"></td>';
print '<td colspan="2">&nbsp;</td></tr>'; print '<td colspan="2">&nbsp;</td></tr>';
print '</form>'; print '</form>';

View File

@ -93,7 +93,7 @@ if ($result)
print '<form action="liste.php" method="GET">'; 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="submit" value="Chercher"></td>'; print '<td><input type="submit" class="button" value="'.$langs->trans("Search").'"></td>';
print '<td>&nbsp;</td>'; print '<td>&nbsp;</td>';

View File

@ -40,9 +40,9 @@ print '<tr><td valign="top" width="30%">';
print '<form method="post" action="liste.php">'; print '<form method="post" action="liste.php">';
print '<table class="noborder" cellspacing="0" cellpadding="3" width="100%">'; print '<table class="noborder" cellspacing="0" cellpadding="3" width="100%">';
print '<tr class="liste_titre"><td colspan="2">Rechercher une expédition</td></tr>'; print '<tr class="liste_titre"><td colspan="2">'.$langs->trans("SearchASending").'</td></tr>';
print "<tr $bc[1]><td>"; print "<tr $bc[1]><td>";
print $langs->trans("Ref").' : <input type="text" name="sf_ref"> <input type="submit" value="'.$langs->trans("Search").'" class="flat"></td></tr>'; print $langs->trans("Ref").' : <input type="text" name="sf_ref"> <input type="submit" value="'.$langs->trans("Search").'" class="button"></td></tr>';
print "</table></form>\n"; print "</table></form>\n";
/* /*

View File

@ -31,14 +31,10 @@ require("../main.inc.php");
require("../commande/commande.class.php"); require("../commande/commande.class.php");
require("./expedition.class.php"); require("./expedition.class.php");
$form_search = '<form method="post" action="liste.php">
Rechercher une expédition<br>
<input class="flat" type="text" name="sf_ref" size="10">&nbsp;<input type="submit" value="go" class="flat">
</form>';
function llxHeader($head = "", $title="", $help_url='', $form_search='', $author='') function llxHeader($head = "", $title="", $help_url='')
{ {
global $user, $conf, $form_search, $langs; global $user, $conf, $langs;
/* /*
* *
@ -48,10 +44,10 @@ function llxHeader($head = "", $title="", $help_url='', $form_search='', $author
$menu = new Menu(); $menu = new Menu();
$menu->add(DOL_URL_ROOT."/commande/", "Commandes"); $menu->add(DOL_URL_ROOT."/commande/", $langs->trans("Orders"));
$menu->add(DOL_URL_ROOT."/expedition/", "Expeditions"); $menu->add(DOL_URL_ROOT."/expedition/", $langs->trans("Sendings"));
$menu->add_submenu(DOL_URL_ROOT."/expedition/liste.php", "Liste"); $menu->add_submenu(DOL_URL_ROOT."/expedition/liste.php", $langs->trans("List"));
$menu->add(DOL_URL_ROOT."/expedition/stats/", $langs->trans("Statistics")); $menu->add(DOL_URL_ROOT."/expedition/stats/", $langs->trans("Statistics"));

View File

@ -61,8 +61,8 @@ Module70Name=Intervention
Module70Desc=Interventions' management Module70Desc=Interventions' management
Module75Name=Trips Module75Name=Trips
Module75Desc=Trips' management Module75Desc=Trips' management
Module80Name=Shipping Module80Name=Sendings
Module80Desc=Shippings' management Module80Desc=Sendings' management
Module85Name=Banks and cash Module85Name=Banks and cash
Module85Desc=Management of bank or cash accounts Module85Desc=Management of bank or cash accounts
Module86Name=Store Module86Name=Store

View File

@ -11,6 +11,7 @@ ClassifyPayed=Classify 'Payed'
ClassifyCanceled=Classify 'Abandonned' ClassifyCanceled=Classify 'Abandonned'
CreateBill=Create Bill CreateBill=Create Bill
AddBill=Add bill AddBill=Add bill
SearchABill=Search a bill
Send=Send Send=Send
SendRemind=Send reminder SendRemind=Send reminder
DoPaiement=Do payment DoPaiement=Do payment

View File

@ -6,4 +6,5 @@ ContractStatusRunning=Running
ContractStatusClosed=Closed ContractStatusClosed=Closed
Contracts=Contracts Contracts=Contracts
Contract=Contract Contract=Contract
AddContract=Add contract AddContract=Add contract
SearchAContract=Search a contract

View File

@ -9,4 +9,5 @@ MembersListResiliated=List of resiliated members
DateAbonment=Abonment date DateAbonment=Abonment date
NewMember=New member NewMember=New member
MembersTypes=Members types MembersTypes=Members types
MembersAttribute=Members attributes MembersAttribute=Members attributes
SearchAMember=Search a member

View File

@ -26,6 +26,8 @@ WarehouseOpened=Warehouse opened
WarehouseClosed=Warehouse closed WarehouseClosed=Warehouse closed
Stock=Stock Stock=Stock
Stocks=Stocks Stocks=Stocks
Movement=Movement
Movements=Movements
OnSell=On sell OnSell=On sell
NotOnSell=Out of Sell NotOnSell=Out of Sell
UpdatePrice=Update price UpdatePrice=Update price

View File

@ -10,3 +10,4 @@ AddProp=Add proposal
ConfirmDeleteProp=Are you sure you want to delete this commercial proposal ? ConfirmDeleteProp=Are you sure you want to delete this commercial proposal ?
LastPropals=Last %s proposals LastPropals=Last %s proposals
AllPropals=All proposals AllPropals=All proposals
SearchAProposal=Search a proposal

View File

@ -14,6 +14,8 @@ ConfirmDisableUser=Are you sure you want to disable user %s ?
ConfirmDisableUser=Are you sure you want to delete group %s ? ConfirmDisableUser=Are you sure you want to delete group %s ?
NewUser=New user NewUser=New user
CreateUser=Create user CreateUser=Create user
SearchAGroup=Search a group
SearchAUser=Search a user
ErrorGroupAlreadyExists=Group %s already exists. ErrorGroupAlreadyExists=Group %s already exists.
ErrorLoginAlreadyExists=Login %s already exists. ErrorLoginAlreadyExists=Login %s already exists.
LoginNotDefined=Login is not defined. LoginNotDefined=Login is not defined.

View File

@ -11,6 +11,7 @@ ClassifyPayed=Classer 'Pay
ClassifyCanceled=Classer 'Abandonnée' ClassifyCanceled=Classer 'Abandonnée'
CreateBill=Créer Facture CreateBill=Créer Facture
AddBill=Créer facture AddBill=Créer facture
SearchABill=Rechercher une facture
Send=Envoyer Send=Envoyer
SendRemind=Envoyer rappel SendRemind=Envoyer rappel
DoPaiement=Émettre paiement DoPaiement=Émettre paiement

View File

@ -6,4 +6,5 @@ ContractStatusRunning=En service
ContractStatusClosed=Clôturé ContractStatusClosed=Clôturé
Contracts=Contrats Contracts=Contrats
Contract=Contrat Contract=Contrat
AddContract=Créer contrat AddContract=Créer contrat
SearchAContract=Rechercher un contrat

View File

@ -9,4 +9,5 @@ MembersListResiliated=Liste des adh
DateAbonment=Date cotisation DateAbonment=Date cotisation
NewMember=Nouvel adhérent NewMember=Nouvel adhérent
MembersTypes=Types d'adhérents MembersTypes=Types d'adhérents
MembersAttributes=Attributs adhérents MembersAttributes=Attributs adhérents
SearchAMember=Rechercher un membre

View File

@ -28,6 +28,8 @@ WarehouseOpened=Entrep
WarehouseClosed=Entrepôt fermé WarehouseClosed=Entrepôt fermé
Stock=Stock Stock=Stock
Stocks=Stocks Stocks=Stocks
Movement=Mouvement
Movements=Mouvements
OnSell=En vente OnSell=En vente
NotOnSell=Hors vente NotOnSell=Hors vente
UpdatePrice=Changer le prix UpdatePrice=Changer le prix

View File

@ -10,3 +10,4 @@ AddProp=Cr
ConfirmDeleteProp=Etes-vous sûr de vouloir effacer cette proposition commerciale ? ConfirmDeleteProp=Etes-vous sûr de vouloir effacer cette proposition commerciale ?
LastPropals=Les %s dernieres propales LastPropals=Les %s dernieres propales
AllPropals=Toutes les propales AllPropals=Toutes les propales
SearchAProposal=Rechercher une propale

View File

@ -14,6 +14,8 @@ ConfirmDisableUser=Etes-vous s
ConfirmDisableGroup=Etes-vous sûr de vouloir supprimer le groupe %s ? ConfirmDisableGroup=Etes-vous sûr de vouloir supprimer le groupe %s ?
NewUser=Nouvel utilisateur NewUser=Nouvel utilisateur
CreateUser=Créer l'utilisateur CreateUser=Créer l'utilisateur
SearchAGroup=Recherche un groupe
SearchAUser=Recherche un utilisateur
ErrorLoginAlreadyExists=Le login %s existe déjà. ErrorLoginAlreadyExists=Le login %s existe déjà.
ErrorGroupAlreadyExists=Le groupe %s existe déjà. ErrorGroupAlreadyExists=Le groupe %s existe déjà.
LoginNotDefined=Le login n'est pas défini. LoginNotDefined=Le login n'est pas défini.

View File

@ -101,7 +101,7 @@ if ($result)
print '<tr class="liste_titre">'; print '<tr class="liste_titre">';
print '<form action="liste.php" method="GET">'; print '<form action="liste.php" method="GET">';
print '<td><input type="text" name="search_client" value="'. $_GET["search_client"].'" size="12"></td>'; print '<td><input type="text" name="search_client" value="'. $_GET["search_client"].'" size="12"></td>';
print '<td><input type="submit" value="Chercher"></td><td>&nbsp;</td>'; print '<td><input type="submit" class="button" value="'.$langs->trans("Search").'"></td><td>&nbsp;</td>';
print '</form>'; print '</form>';
print '</tr>'; print '</tr>';

View File

@ -125,7 +125,7 @@ if ($result)
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_facture" value="'. $_GET["search_client_facture"].'" size="10"></td>'; print '<td><input type="text" name="search_client_facture" value="'. $_GET["search_client_facture"].'" size="10"></td>';
print '<td><input type="submit" value="Chercher"></td>'; print '<td><input type="submit" class="button" value="'.$langs->trans("Search").'""></td>';
print '<td>&nbsp;</td>'; print '<td>&nbsp;</td>';

View File

@ -106,7 +106,7 @@ if ($result)
print '<td><input type="text" name="search_client" size="20" value="'.$_GET["search_client"].'"></td>'; print '<td><input type="text" name="search_client" size="20" value="'.$_GET["search_client"].'"></td>';
print '<td><input type="text" name="search_ligne" size="20" value="'.$_GET["search_ligne"].'"></td>'; print '<td><input type="text" name="search_ligne" size="20" value="'.$_GET["search_ligne"].'"></td>';
print '<td><input type="submit" value="Chercher"></td>'; print '<td><input type="submit" class="button" value="'.$langs->trans("Search").'"></td>';
print '<td>&nbsp;</td>'; print '<td>&nbsp;</td>';
print '<td>&nbsp;</td>'; print '<td>&nbsp;</td>';

View File

@ -102,7 +102,7 @@ if ($result)
print '<td>&nbsp;</td>'; print '<td>&nbsp;</td>';
print '<td align="center"><input type="text" name="numero" value="'. $_GET["numero"].'" size="12"></td>'; print '<td align="center"><input type="text" name="numero" value="'. $_GET["numero"].'" size="12"></td>';
print '<td><input type="submit" value="Chercher"></td>'; print '<td><input type="submit" class="button" value="'.$langs->trans("Search").'"></td>';

View File

@ -135,9 +135,7 @@ if ($result)
print '<td><input type="text" name="search_client" value="'. $_GET["search_client"].'" size="20"></td>'; print '<td><input type="text" name="search_client" value="'. $_GET["search_client"].'" size="20"></td>';
print '<td><input type="text" name="search_client_facture" value="'. $_GET["search_client_facture"].'" size="20"></td>'; print '<td><input type="text" name="search_client_facture" value="'. $_GET["search_client_facture"].'" size="20"></td>';
print '<td><input type="submit" value="Chercher"></td>'; print '<td><input type="submit" class="button" value="'.$langs->trans("Search").'"></td>';
print '<td>&nbsp;</td>'; print '<td>&nbsp;</td>';

View File

@ -126,7 +126,7 @@ if ($result)
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_facture" value="'. $_GET["search_client_facture"].'" size="10"></td>'; print '<td><input type="text" name="search_client_facture" value="'. $_GET["search_client_facture"].'" size="10"></td>';
print '<td><input type="submit" value="Chercher"></td>'; print '<td><input type="submit" class="button" value="'.$langs->trans("Search").'"></td>';
print '<td>&nbsp;</td>'; print '<td>&nbsp;</td>';

View File

@ -116,7 +116,7 @@ if ($result)
print '<form action="listecommande.php" method="GET">'; print '<form action="listecommande.php" method="GET">';
print '<td><input type="text" name="search_ligne" value="'. $_GET["search_ligne"].'" size="12"></td>'; print '<td><input type="text" name="search_client" value="'. $_GET["search_client"].'" size="20"></td>'; print '<td><input type="text" name="search_ligne" value="'. $_GET["search_ligne"].'" size="12"></td>'; print '<td><input type="text" name="search_client" value="'. $_GET["search_client"].'" size="20"></td>';
print '<td><input type="submit" value="Chercher"></td>'; print '<td><input type="submit" class="button" value="'.$langs->trans("Search").'"></td>';
print '<td>&nbsp;</td>'; print '<td>&nbsp;</td>';
print '<td>&nbsp;</td>'; print '<td>&nbsp;</td>';

View File

@ -119,7 +119,7 @@ print '<tr class="liste_titre">';
print '<form action="numdata.php" method="GET">'; print '<form action="numdata.php" method="GET">';
print '<td><input type="text" name="search_ligne" value="'. $_GET["search_ligne"].'" size="12"></td>'; print '<td><input type="text" name="search_client" value="'. $_GET["search_client"].'" size="20"></td>'; print '<td><input type="text" name="search_ligne" value="'. $_GET["search_ligne"].'" size="12"></td>'; print '<td><input type="text" name="search_client" value="'. $_GET["search_client"].'" size="20"></td>';
print '<td><input type="submit" value="Chercher"></td>'; print '<td><input type="submit" class="button" value="'.$langs->trans("Search").'"></td>';
print '</form>'; print '</form>';
print '</tr>'; print '</tr>';

View File

@ -126,7 +126,7 @@ if ($result)
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_facture" value="'. $_GET["search_client_facture"].'" size="10"></td>'; print '<td><input type="text" name="search_client_facture" value="'. $_GET["search_client_facture"].'" size="10"></td>';
print '<td><input type="submit" value="Chercher"></td>'; print '<td><input type="submit" class="button" value="'.$langs->trans("Search").'"></td>';
print '<td>&nbsp;</td>'; print '<td>&nbsp;</td>';

View File

@ -50,9 +50,9 @@ print '<tr><td valign="top" width="30%">';
$var=false; $var=false;
print '<form method="post" action="'.DOL_URL_ROOT.'/user/index.php">'; print '<form method="post" action="'.DOL_URL_ROOT.'/user/index.php">';
print '<table class="noborder" width="100%">'; print '<table class="noborder" width="100%">';
print '<tr class="liste_titre"><td colspan="2">Rechercher un utilisateur</td></tr>'; print '<tr class="liste_titre"><td colspan="2">'.$langs->trans("SearchAUser").'</td></tr>';
print '<tr '.$bc[$var].'><td>'; print '<tr '.$bc[$var].'><td>';
print $langs->trans("Ref").' : <input type="text" name="sf_ref">&nbsp;<input type="submit" value="'.$langs->trans("Search").'" class="flat"></td></tr>'; print $langs->trans("Ref").' : <input type="text" name="sf_ref">&nbsp;<input type="submit" value="'.$langs->trans("Search").'" class="button"></td></tr>';
print "</table></form><br>\n"; print "</table></form><br>\n";
/* /*
@ -61,9 +61,9 @@ print '<tr><td valign="top" width="30%">';
$var=false; $var=false;
print '<form method="post" action="'.DOL_URL_ROOT.'/user/group/index.php">'; print '<form method="post" action="'.DOL_URL_ROOT.'/user/group/index.php">';
print '<table class="noborder" width="100%">'; print '<table class="noborder" width="100%">';
print '<tr class="liste_titre"><td colspan="2">Rechercher un groupe</td></tr>'; print '<tr class="liste_titre"><td colspan="2">'.$langs->trans("SearchAGroup").'</td></tr>';
print '<tr '.$bc[$var].'><td>'; print '<tr '.$bc[$var].'><td>';
print $langs->trans("Ref").' : <input type="text" name="search_contract">&nbsp;<input type="submit" value="'.$langs->trans("Search").'" class="flat"></td></tr>'; print $langs->trans("Ref").' : <input type="text" name="search_contract">&nbsp;<input type="submit" value="'.$langs->trans("Search").'" class="button"></td></tr>';
print "</table></form><br>\n"; print "</table></form><br>\n";