diff --git a/web/CXM_form_field.anubis b/web/CXM_form_field.anubis index e1111cc..b3b9ded 100644 --- a/web/CXM_form_field.anubis +++ b/web/CXM_form_field.anubis @@ -434,7 +434,7 @@ public define CXM_Form_Field // ////////////////////////////////////////////////////////// public define HTML_In_Form - mf_format_form_field + cxm_format_form_field ( CXM_Form_Field ff ) = @@ -547,7 +547,7 @@ public define HTML_In_Form ]), one_line_fields(fields) then table([nude],[row([], - map((CXM_Form_Field ff2) |-> cell([],mf_format_form_field(ff2)),fields))]) + map((CXM_Form_Field ff2) |-> cell([],cxm_format_form_field(ff2)),fields))]) , @@ -566,7 +566,7 @@ public define HTML_In_Form partial(p_content) then partial(p_content), input_with_help(input, help_title, help_text, width) then sequence([ - mf_format_form_field(input), + cxm_format_form_field(input), html_tooltip(force_String(help_title), help_text, width), ]), @@ -603,7 +603,7 @@ public define HTML_In_Form sequence([ literal(""), literal(if length(legend) > 0 then "" + legend + "" else ""), - sequence( map((CXM_Form_Field ff) |-> div([class("form_field")], mf_format_form_field(ff)), fields) ), + sequence( map((CXM_Form_Field ff) |-> div([class("form_field")], cxm_format_form_field(ff)), fields) ), literal("")]). public define HTML_In_Form -- libgit2 0.21.4