Commit 11c07a531623555ac1eee039056f25e7edfc7d5f

Authored by David RENÉ
1 parent 41432311

Some unnecessary spaces removed . Nothing significant.

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
view/view_table_renderer.anubis
... ... @@ -808,11 +808,11 @@ public define List(CXM_Form_Field)
808 808 [input(label(_T(s_name), no_help), wan(c_name), init(float_to_string(value, 5)), small, mandatory), help_line(help, _T)],
809 809 choices_int(s_name, c_name, value, select, help) then
810 810 [selector_c([],label(_T(s_name), no_help), html_Id(""), wan(c_name), 1, select.get(db, no_referer, ""), success(init(to_String(value))), mandatory), help_line(help, _T)],
811   - date(s_name, c_name, value, help) then
  811 + date(s_name, c_name, value, help) then
812 812 [input([class("datepicker")], label(_T(s_name), no_help), html_Id(c_name), wan(c_name), init(not_null_String(value)), small, non_mandatory), help_line(help, _T)],
813   - time(s_name, c_name, value, help) then
  813 + time(s_name, c_name, value, help) then
814 814 [input([class("timepicker")], label(_T(s_name), no_help), html_Id(c_name), wan(c_name), init(not_null_String(value)), small, non_mandatory), help_line(help, _T)],
815   - datetime(s_name, c_name, value, help) then
  815 + datetime(s_name, c_name, value, help) then
816 816 [input([class("datetimepicker")], label(_T(s_name), no_help), html_Id(c_name), wan(c_name), init(not_null_String(value)), custom(18), mandatory), help_line(help, _T)],
817 817 color( s_name, c_name, value, help) then
818 818 [input([class("jscolor"), style("background-color: #"+value+";")], label(_T(s_name), no_help), wan(c_name), init(not_null_String(value)), narrow, mandatory), help_line(help, _T)],
... ...