From c30dff60d19ed1016b5a2eecd3ca568db5ce2806 Mon Sep 17 00:00:00 2001 From: totoro Date: Sat, 19 Dec 2015 19:19:12 +0100 Subject: [PATCH] remove not need function and include files --- web/CXM_form_field.anubis | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/web/CXM_form_field.anubis b/web/CXM_form_field.anubis index b3b9ded..1b9a72e 100644 --- a/web/CXM_form_field.anubis +++ b/web/CXM_form_field.anubis @@ -15,16 +15,16 @@ read calexium_lib/web/CXM_making_a_web_site.anubis read calexium_lib/web/CXM_multihost_http_server.anubis read calexium_lib/web/CXM_dojo.anubis -read app_constants.anubis + read app_constants.anubis read app_version.anubis read web_pages/common/language_management.anubis read web_pages/common/web_widgets.anubis read calexium_lib/web/widgets/css_helper.anubis read tools/base_tools.anubis read utils.anubis -read types/app_web_types.anubis + read types/app_web_types.anubis -define Text_Option + define Text_Option menu_state_to_class ( MenuState state @@ -39,14 +39,14 @@ define Text_Option disabled then class("item_disabled") }. -public define HTML_Off_Form + public define HTML_Off_Form menu_title ( String view_text ) = literal("

" + view_text + "

"). -public define HTML_Off_Form + public define HTML_Off_Form menu_entry ( String view_text, @@ -59,7 +59,7 @@ public define HTML_Off_Form action, [])). -public define HTML_Off_Form + public define HTML_Off_Form menu_entry ( String view_text, @@ -72,7 +72,7 @@ public define HTML_Off_Form else menu_entry(view_text, action, none). -public define HTML_Off_Form + public define HTML_Off_Form sub_menu_entry ( String view_text, @@ -86,14 +86,14 @@ public define HTML_Off_Form menu_entry(view_text, action, sub). -public define HTML_Off_Form + public define HTML_Off_Form step_title ( String view_text ) = literal("

" + view_text + "

"). -public define HTML_Off_Form + public define HTML_Off_Form step_entry ( String view_text, -- libgit2 0.21.4