summaryrefslogtreecommitdiffstats
path: root/dhcp-settings-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:05:25 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:05:25 +0000
commit1804387d97472d4d7151b2622d8c8f75192092de (patch)
treeb717d02ddfc0c51819c4570b1da9ce4a2a6e1895 /dhcp-settings-html.lsp
parent631b2333cf21f1ead47eb5761e06eab19ddf91b8 (diff)
downloadacf-dhcp-1804387d97472d4d7151b2622d8c8f75192092de.tar.bz2
acf-dhcp-1804387d97472d4d7151b2622d8c8f75192092de.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 'dhcp-settings-html.lsp')
-rw-r--r--dhcp-settings-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcp-settings-html.lsp b/dhcp-settings-html.lsp
index 3b1344a..f9d97bd 100644
--- a/dhcp-settings-html.lsp
+++ b/dhcp-settings-html.lsp
@@ -1,9 +1,9 @@
<% local form, viewlibrary, page_info = ... %>
-<% require("viewfunctions") %>
+<% require("htmlviewfunctions") %>
<h1><%= html.html_escape(form.label) %></h1>
<%
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
local order = {"domainname", "domainnameservers", "dnsupdatestyle", "defleasetime", "maxleasetime"}
- displayform(form, order)
+ htmlviewfunctions.displayform(form, order)
%>