diff options
Diffstat (limited to 'dhcp-editsubnet-html.lsp')
-rw-r--r-- | dhcp-editsubnet-html.lsp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dhcp-editsubnet-html.lsp b/dhcp-editsubnet-html.lsp deleted file mode 100644 index 8654069..0000000 --- a/dhcp-editsubnet-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 == "editsubnet" then - form.value.subnet.readonly = true - end - local order = {"subnet", "netmask", "leaserangestart", "leaserangeend", "unknownclients", "domainname", "domainnameservers", "routers", "defleasetime", "maxleasetime"} - htmlviewfunctions.displayform(form, order) -%> |