summaryrefslogtreecommitdiffstats
path: root/tinydns-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:59:46 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:59:46 +0000
commit4f4f76cfc6b94576ea6726fdf8fa3ba55d3562f8 (patch)
tree78efab927b97e5cb0bb6b6ab9d71b9750bf2cf3f /tinydns-config-html.lsp
parent5889c64ccb04e1a1027d6cc7a4e748d095725397 (diff)
downloadacf-tinydns-4f4f76cfc6b94576ea6726fdf8fa3ba55d3562f8.tar.bz2
acf-tinydns-4f4f76cfc6b94576ea6726fdf8fa3ba55d3562f8.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 'tinydns-config-html.lsp')
-rwxr-xr-xtinydns-config-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tinydns-config-html.lsp b/tinydns-config-html.lsp
index bcbe58a..8fce9e5 100755
--- a/tinydns-config-html.lsp
+++ b/tinydns-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><%= html.html_escape(form.label) %></h1>
<%
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
- displayform(form)
+ htmlviewfunctions.displayform(form)
%>