From 7a58a33cdd8bb51e1b7a9f52ad1dbf87221642b2 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:10:15 +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 --- dnscache-listdomains-html.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dnscache-listdomains-html.lsp') diff --git a/dnscache-listdomains-html.lsp b/dnscache-listdomains-html.lsp index 347738b..993e58c 100644 --- a/dnscache-listdomains-html.lsp +++ b/dnscache-listdomains-html.lsp @@ -1,9 +1,9 @@ <% local data, viewlibrary, page_info, session = ... -require("viewfunctions") +require("htmlviewfunctions") %> -<% displaycommandresults({"editdomain", "deletedomain"}, session) %> -<% displaycommandresults({"createdomain"}, session, true) %> +<% htmlviewfunctions.displaycommandresults({"editdomain", "deletedomain"}, session) %> +<% htmlviewfunctions.displaycommandresults({"createdomain"}, session, true) %>

Configuration

Edit/View DNS server entries

-- cgit v1.2.3