From 4412b0a27cfe8b521c6b6e83e7e3d4daf60c75e2 Mon Sep 17 00:00:00 2001 From: totoro Date: Thu, 10 Dec 2015 13:48:53 +0100 Subject: [PATCH] forgot to rename few function from mf_format_form_field to cxm_format_form_field --- web/CXM_form_field.anubis | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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