Commit d386b8ad2c8ba00d22f64fdc3539aa258a06e82f
1 parent
7e1cc96e
the restore to text area the class removed long time ago. Without the class the …
…text area was aligned to left, this is means mixed with label column (this was not beautiful)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
web/CXM_form.anubis
| ... | ... | @@ -740,7 +740,7 @@ public define HTML_In_Form |
| 740 | 740 | else if field is br then |
| 741 | 741 | format_CXM_Form_Field(field, lwa, _class, b_with_label) |
| 742 | 742 | else if field is text_area(options, _label, id, wan, default, w, height, mand) then |
| 743 | - div([], format_CXM_Form_Field(field, lwa, _class, b_with_label)) | |
| 743 | + div([class(_class)], format_CXM_Form_Field(field, lwa, _class, b_with_label)) | |
| 744 | 744 | else |
| 745 | 745 | div([class(_class)], format_CXM_Form_Field(field, lwa, _class, b_with_label)) |
| 746 | 746 | , fields)) | ... | ... |