fixed: Thingy: Setting the size of a field has no effect
This commit is contained in:
parent
9f69e54e77
commit
96b7047d22
3 changed files with 15 additions and 1 deletions
|
|
@ -1327,7 +1327,7 @@ sub www_editThing {
|
|||
$formElement = $self->getFormElement($field);
|
||||
}
|
||||
if ($field->{subtext}){
|
||||
$formElement .= '<span class="formSubtext">'.$field->{subtext}.'</span>';
|
||||
$formElement .= '<br /><span class="formSubtext">'.$field->{subtext}.'</span>';
|
||||
}
|
||||
|
||||
$fieldsHTML .= "<li class='list1' id='$field->{fieldId}'>"
|
||||
|
|
@ -1690,6 +1690,7 @@ sub www_editFieldSave {
|
|||
possibleValues=>$self->session->form->process("possibleValues"),
|
||||
subtext=>$self->session->form->process("subtext"),
|
||||
status=>$self->session->form->process("status"),
|
||||
size=>$self->session->form->process("size"),
|
||||
width=>$self->session->form->process("width"),
|
||||
height=>$self->session->form->process("height"),
|
||||
vertical=>$self->session->form->process("vertical"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue