From d386b8ad2c8ba00d22f64fdc3539aa258a06e82f Mon Sep 17 00:00:00 2001 From: totoro Date: Sat, 13 Jul 2019 14:13:12 +0200 Subject: [PATCH] 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) --- web/CXM_form.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/CXM_form.anubis b/web/CXM_form.anubis index fcc5495..bac8730 100644 --- a/web/CXM_form.anubis +++ b/web/CXM_form.anubis @@ -740,7 +740,7 @@ public define HTML_In_Form else if field is br then format_CXM_Form_Field(field, lwa, _class, b_with_label) else if field is text_area(options, _label, id, wan, default, w, height, mand) then - div([], format_CXM_Form_Field(field, lwa, _class, b_with_label)) + div([class(_class)], format_CXM_Form_Field(field, lwa, _class, b_with_label)) else div([class(_class)], format_CXM_Form_Field(field, lwa, _class, b_with_label)) , fields)) -- libgit2 0.21.4