From 8ba14caa082f7b1195db58f96375f6240630200c Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:28:54 +0000 Subject: Started work on updating for acf-core-0.15 Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries --- opennhrp-editinterface-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opennhrp-editinterface-html.lsp') diff --git a/opennhrp-editinterface-html.lsp b/opennhrp-editinterface-html.lsp index 924f6db..b389f9d 100644 --- a/opennhrp-editinterface-html.lsp +++ b/opennhrp-editinterface-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info = ... -require("viewfunctions") +require("htmlviewfunctions") %> @@ -23,5 +23,5 @@ require("viewfunctions") <% form.value.interface.readonly = true local option = {"interface", "type", "map"} - displayform(form, option, nil, page_info) + htmlviewfunctions.displayform(form, option, nil, page_info) %> -- cgit v1.2.3