summaryrefslogtreecommitdiffstats
path: root/dhcp-edithost-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-edithost-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-edithost-html.lsp')
-rw-r--r--dhcp-edithost-html.lsp14
1 files changed, 0 insertions, 14 deletions
diff --git a/dhcp-edithost-html.lsp b/dhcp-edithost-html.lsp
deleted file mode 100644
index ce679f2..0000000
--- a/dhcp-edithost-html.lsp
+++ /dev/null
@@ -1,14 +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
- if page_info.action == "edithost" then
- form.value.host.readonly = true
- end
- local order = {"host", "mac", "ip"}
- htmlviewfunctions.displayform(form, order)
-%>