From 4f4f76cfc6b94576ea6726fdf8fa3ba55d3562f8 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:59:46 +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 --- tinydns-listfiles-html.lsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tinydns-listfiles-html.lsp') diff --git a/tinydns-listfiles-html.lsp b/tinydns-listfiles-html.lsp index a2ce083..47a1695 100644 --- a/tinydns-listfiles-html.lsp +++ b/tinydns-listfiles-html.lsp @@ -1,9 +1,9 @@ <% local form, viewlibrary, page_info, session = ... -require("viewfunctions") +require("htmlviewfunctions") %> -<% displaycommandresults({"delete", "edit", "editfile"}, session) %> -<% displaycommandresults({"newfile", "startstop"}, session, true) %> +<% htmlviewfunctions.displaycommandresults({"delete", "edit", "editfile"}, session) %> +<% htmlviewfunctions.displaycommandresults({"newfile", "startstop"}, session, true) %>

Configuration

Edit/View existing Domains

@@ -40,7 +40,7 @@ require("viewfunctions")

Create new Domain

<% newfileform.action = page_info.script .. page_info.prefix .. page_info.controller .. "/newfile" - displayform(newfileform) + htmlviewfunctions.displayform(newfileform) end %> <% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("startstop") then -- cgit v1.2.3