summaryrefslogtreecommitdiffstats
path: root/squid-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:58:05 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:58:05 +0000
commita041164aca00a7a365674361390a26ffa00d8242 (patch)
tree481f2ee446ca6671c60012d865d1ece6d7941e59 /squid-config-html.lsp
parentcbd7207fdf7f206aa9574e2169fe79891805777d (diff)
downloadacf-squid-a041164aca00a7a365674361390a26ffa00d8242.tar.bz2
acf-squid-a041164aca00a7a365674361390a26ffa00d8242.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 'squid-config-html.lsp')
-rw-r--r--squid-config-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/squid-config-html.lsp b/squid-config-html.lsp
index 750718b..30203e8 100644
--- a/squid-config-html.lsp
+++ b/squid-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 = {"httpports", "accesslog", "diskcache", "authmethod"}
- displayform(form, order)
+ htmlviewfunctions.displayform(form, order)
%>