summaryrefslogtreecommitdiffstats
path: root/dnscache-config-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-config-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-config-html.lsp')
-rw-r--r--dnscache-config-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dnscache-config-html.lsp b/dnscache-config-html.lsp
index 4b9c75a..c5234ca 100644
--- a/dnscache-config-html.lsp
+++ b/dnscache-config-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info, session = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
<% if viewlibrary and viewlibrary.dispatch_component then
@@ -9,5 +9,5 @@ end %>
<H1>Config</H1>
<%
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
- displayform(form)
+ htmlviewfunctions.displayform(form)
%>