New: Add now button on date selector

This commit is contained in:
Laurent Destailleur 2010-03-26 21:39:12 +00:00
parent 3ce3c74ba7
commit a9f316035a

View File

@ -209,7 +209,7 @@ if ($_GET["action"] == 'create')
print "<tr>";
print '<td class="fieldrequired">'.$langs->trans("Date").'</td><td>';
print $html->select_date($datec,'','','','','add');
print $html->select_date($datec?$datec:-1,'','','','','add',1,1);
print '</td></tr>';
print "<tr>";