Skip to content
Snippets Groups Projects
Commit c8b2f29f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Look: Modifications ethétiques mineures

parent bdb2becb
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ if ($result) ...@@ -113,7 +113,7 @@ if ($result)
print '<input type="text" class="flat" name="search_nom" value="'.stripslashes($_GET["search_nom"]).'">'; print '<input type="text" class="flat" name="search_nom" value="'.stripslashes($_GET["search_nom"]).'">';
print '</td><td valign="right">&nbsp;'; print '</td><td valign="right">&nbsp;';
print '</td><td valign="right">'; print '</td><td valign="right">';
print '<input type="text" class="flat" name="search_code" value="'.$_GET["search_code"].'">'; print '<input type="text" class="flat" name="search_code" value="'.$_GET["search_code"].'" size="8">';
print '</td><td>&nbsp;</td><td align="center"><input class="button" type="submit" value="'.$langs->trans("Search").'">'; print '</td><td>&nbsp;</td><td align="center"><input class="button" type="submit" value="'.$langs->trans("Search").'">';
print "</td>"; print "</td>";
print "</tr>\n"; print "</tr>\n";
......
...@@ -99,10 +99,10 @@ Next=Suivant ...@@ -99,10 +99,10 @@ Next=Suivant
Cards=Fiches Cards=Fiches
Card=Fiche Card=Fiche
Date=Date Date=Date
DateCreation=Date de création DateCreation=Date création
DateModification=Date de modification DateModification=Date modification
DateValidation=Date de validation DateValidation=Date validation
DateClosing=Date de clôture DateClosing=Date clôture
DateDue=Date échéance DateDue=Date échéance
DateValue=Date valeur DateValue=Date valeur
Year=Année Year=Année
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment