Qual: Suppression de la fonction print_select_date au profit de son doublon (la methode select_date).

Trad: Traduction des mois
This commit is contained in:
Laurent Destailleur
2005-03-28 13:52:40 +00:00
parent 7cc91aa8d4
commit 211ef32be9
25 changed files with 233 additions and 240 deletions

View File

@@ -244,7 +244,7 @@ if ($_GET["action"] == 'create')
print '<textarea name="note" wrap="soft" cols="60" rows="8"></textarea></td></tr>';
print '<tr><td>'.$langs->trans("Date").' :</td><td>';
$html->select_date()
$html->select_date();
print "</td></tr>";
print '<tr><td>'.$langs->trans("Ref").' :</td><td>Provisoire</td></tr>';