Commit 005810654d5a3b0c56b34dc621cd36269f54b29e

Authored by totoro
1 parent 3090b4f8

try to add label for checkbox

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
view/view_table_renderer.anubis
... ... @@ -945,7 +945,7 @@ public define List(CXM_Form_Field)
945 945 text_area([],no_label, html_Id(id), wan(c_name), init(not_null_String(value)), narrow, (Int)5, mandatory), help_line(help, _T)],
946 946  
947 947 boolean(s_name, c_name, value, help) then
948   - [checkboxr([],no_label, html_Id(""), wan(c_name), value, mandatory), help_line(help, _T)],
  948 + [checkboxr([],label(_T(s_name), no_help)/*no_label*/, html_Id(""), wan(c_name), value, mandatory), help_line(help, _T)],
949 949 integer(s_name, c_name, value, help) then
950 950 [input(no_label, wan(c_name), init(abs_to_decimal(value)), small, mandatory), help_line(help, _T)],
951 951 float(s_name, c_name, value, help) then
... ...