From 11c07a531623555ac1eee039056f25e7edfc7d5f Mon Sep 17 00:00:00 2001 From: totoro Date: Sun, 29 Dec 2019 23:39:56 +0100 Subject: [PATCH] Some unnecessary spaces removed . Nothing significant. --- view/view_table_renderer.anubis | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/view/view_table_renderer.anubis b/view/view_table_renderer.anubis index e844b74..9e53887 100644 --- a/view/view_table_renderer.anubis +++ b/view/view_table_renderer.anubis @@ -808,11 +808,11 @@ public define List(CXM_Form_Field) [input(label(_T(s_name), no_help), wan(c_name), init(float_to_string(value, 5)), small, mandatory), help_line(help, _T)], choices_int(s_name, c_name, value, select, help) then [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)], - date(s_name, c_name, value, help) then + date(s_name, c_name, value, help) then [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)], - time(s_name, c_name, value, help) then + time(s_name, c_name, value, help) then [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)], - datetime(s_name, c_name, value, help) then + datetime(s_name, c_name, value, help) then [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)], color( s_name, c_name, value, help) then [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)], -- libgit2 0.21.4