mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-18 07:39:54 -04:00
Put the checkbox back inside the <label> so that clicking on the text selects the checkbox.
This commit is contained in:
@@ -68,7 +68,7 @@ class Form_Checkbox_Core extends Form_Input {
|
||||
$label = ' '.ltrim($label);
|
||||
}
|
||||
|
||||
return '<label>'.$label.'</label>'.form::input($data);
|
||||
return '<label>'.$label.form::input($data).'</label>';
|
||||
}
|
||||
|
||||
protected function load_value()
|
||||
|
||||
Reference in New Issue
Block a user