diff options
Diffstat (limited to 'dhcp-editsubnet-html.lsp')
-rw-r--r-- | dhcp-editsubnet-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp-editsubnet-html.lsp b/dhcp-editsubnet-html.lsp index 25b3882..c458e19 100644 --- a/dhcp-editsubnet-html.lsp +++ b/dhcp-editsubnet-html.lsp @@ -6,7 +6,7 @@ require("viewfunctions") <% form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action if page_info.action == "editsubnet" then - form.value.subnet.contenteditable = false + form.value.subnet.readonly = true end local order = {"subnet", "netmask", "leaserangestart", "leaserangeend", "unknownclients", "domainname", "domainnameservers", "routers", "defleasetime", "maxleasetime"} displayform(form, order) |