mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-16 23:19:53 -04:00
Revert to pre-r19217 which means the label is no longer first (but its consistent again with the upstream code)
This commit is contained in:
@@ -68,7 +68,7 @@ class Form_Checkbox_Core extends Form_Input {
|
||||
$label = ' '.ltrim($label);
|
||||
}
|
||||
|
||||
return '<label>'.$label.form::input($data).'</label>';
|
||||
return '<label>'.form::input($data).$label.'</label>';
|
||||
}
|
||||
|
||||
protected function load_value()
|
||||
|
||||
Reference in New Issue
Block a user