summaryrefslogtreecommitdiffstats
path: root/dnscache-listdomains-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:10:15 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:10:15 +0000
commit7a58a33cdd8bb51e1b7a9f52ad1dbf87221642b2 (patch)
tree1448b3d36f2c113ad6f4a9afd7be9032e2c18ce8 /dnscache-listdomains-html.lsp
parent50ed5582285517bde0901c479e61abf81806a8a0 (diff)
downloadacf-dnscache-7a58a33cdd8bb51e1b7a9f52ad1dbf87221642b2.tar.bz2
acf-dnscache-7a58a33cdd8bb51e1b7a9f52ad1dbf87221642b2.tar.xz
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
Diffstat (limited to 'dnscache-listdomains-html.lsp')
-rw-r--r--dnscache-listdomains-html.lsp6
1 files changed, 3 insertions, 3 deletions
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) %>
<h1>Configuration</h1>
<h2>Edit/View DNS server entries</h2>