mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Merge branch '5.14' into 5
This commit is contained in:
commit
10fc452c8d
@ -162,7 +162,7 @@ class EditableLiteralField extends EditableFormField
|
||||
parent::updateFormField($field);
|
||||
|
||||
if ($this->HideLabel) {
|
||||
$this->ExtraClass .= ' nolabel';
|
||||
$field->addExtraClass('nolabel');
|
||||
} else {
|
||||
$field->setTitle($this->Title);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user