diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-10-28 22:54:12 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-10-28 22:54:12 +0000 |
commit | b04b36cd657d16df2fb2030871790d394bf93cde (patch) | |
tree | cb58ebf020543787d8e76d471e9524544d1dcd3d /dhcp-edithost-html.lsp | |
parent | c52675a5dde0e1eb7e8483fd15fe71ba96168611 (diff) | |
download | acf-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.lsp | 14 |
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) -%> |