summaryrefslogtreecommitdiffstats
path: root/dnscache-editdomain-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dnscache-editdomain-html.lsp')
-rw-r--r--dnscache-editdomain-html.lsp12
1 files changed, 0 insertions, 12 deletions
diff --git a/dnscache-editdomain-html.lsp b/dnscache-editdomain-html.lsp
deleted file mode 100644
index e3a7c0e..0000000
--- a/dnscache-editdomain-html.lsp
+++ /dev/null
@@ -1,12 +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
- form.value.domain.readonly = true
- local order = { "domain", "iplist" }
- htmlviewfunctions.displayform(form, order)
-%>