diff options
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) -%> |