mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 15:31:41 +02:00
Checkbox alignment fix
This commit is contained in:
@@ -605,7 +605,7 @@ class e_form
|
||||
* @param array or str
|
||||
* @example $frm->datepicker('my_field',time(),'type=date');
|
||||
* @example $frm->datepicker('my_field',time(),'type=datetime&inline=1');
|
||||
* @example $frm->datepicker('my_field',time(),'type=date&dateformat=yy-mm-dd');
|
||||
* @example $frm->datepicker('my_field',time(),'type=date&dateformat=yyyy-mm-dd');
|
||||
*
|
||||
* @url http://trentrichardson.com/examples/timepicker/
|
||||
*/
|
||||
@@ -1825,7 +1825,6 @@ class e_form
|
||||
break;
|
||||
|
||||
case 'checkbox':
|
||||
$def_options['class'] = 'checkbox';
|
||||
unset($def_options['size'], $def_options['selected']);
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user