Removed “today” button of expire date input in poll creation form
This commit is contained in:
parent
33ec281424
commit
adcc4090b0
@ -184,7 +184,7 @@ if (!GETPOST('champdatefin')) {
|
|||||||
$champdatefin = -1;
|
$champdatefin = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
print $form->select_date($champdatefin,'champdatefin','','','',"add",1,1);
|
print $form->select_date($champdatefin,'champdatefin','','','',"add",1,0);
|
||||||
|
|
||||||
print '</tr>'."\n";
|
print '</tr>'."\n";
|
||||||
print '</table>'."\n";
|
print '</table>'."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user