summaryrefslogtreecommitdiffstats
path: root/openntpd-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:29:21 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:29:21 +0000
commit7e4ee0dd94ad37c10cd722916935822d79eea4fc (patch)
treee922e271714fd7e0cb350ad47d540b67a152c0db /openntpd-config-html.lsp
parentfb75da980e3c877575571108f0cc6747ba8f7b67 (diff)
downloadacf-openntpd-7e4ee0dd94ad37c10cd722916935822d79eea4fc.tar.bz2
acf-openntpd-7e4ee0dd94ad37c10cd722916935822d79eea4fc.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 'openntpd-config-html.lsp')
-rw-r--r--openntpd-config-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/openntpd-config-html.lsp b/openntpd-config-html.lsp
index 8033857..2cd2cb3 100644
--- a/openntpd-config-html.lsp
+++ b/openntpd-config-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info, session = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
<% if viewlibrary and viewlibrary.dispatch_component then
@@ -10,5 +10,5 @@ end %>
<%
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
local order = { "setstimeonstartup", "listen", "server", "servers" }
- displayform(form, order)
+ htmlviewfunctions.displayform(form, order)
%>