Removed “today” button of expire date input in poll creation form

This commit is contained in:
Marcos García de La Fuente 2014-01-05 18:46:04 +01:00
parent 33ec281424
commit adcc4090b0

View File

@ -184,7 +184,7 @@ if (!GETPOST('champdatefin')) {
$champdatefin = -1;
}
print $form->select_date($champdatefin,'champdatefin','','','',"add",1,1);
print $form->select_date($champdatefin,'champdatefin','','','',"add",1,0);
print '</tr>'."\n";
print '</table>'."\n";