summaryrefslogtreecommitdiffstats
path: root/dhcp-settings-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-28 22:54:12 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-28 22:54:12 +0000
commitb04b36cd657d16df2fb2030871790d394bf93cde (patch)
treecb58ebf020543787d8e76d471e9524544d1dcd3d /dhcp-settings-html.lsp
parentc52675a5dde0e1eb7e8483fd15fe71ba96168611 (diff)
downloadacf-dhcp-b04b36cd657d16df2fb2030871790d394bf93cde.tar.bz2
acf-dhcp-b04b36cd657d16df2fb2030871790d394bf93cde.tar.xz
Removed unneeded views by updating CFE for autoview
Diffstat (limited to 'dhcp-settings-html.lsp')
-rw-r--r--dhcp-settings-html.lsp10
1 files changed, 0 insertions, 10 deletions
diff --git a/dhcp-settings-html.lsp b/dhcp-settings-html.lsp
deleted file mode 100644
index 5528831..0000000
--- a/dhcp-settings-html.lsp
+++ /dev/null
@@ -1,10 +0,0 @@
-<% local form, viewlibrary, page_info = ... %>
-<% require("htmlviewfunctions") %>
-<% html = require("acf.html") %>
-
-<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"}
- htmlviewfunctions.displayform(form, order)
-%>