summaryrefslogtreecommitdiffstats
path: root/dnscache-editdomain-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-28 22:47:00 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-28 22:47:00 +0000
commit7554600e61d382491bac78b6aaff7d25b20b54bc (patch)
tree271afe862b5feb7874a3760c6de99e24d6e1e97d /dnscache-editdomain-html.lsp
parentc5b939079a71dc6a0d16cf0b4d2fba8fa6d11d9b (diff)
downloadacf-dnscache-7554600e61d382491bac78b6aaff7d25b20b54bc.tar.bz2
acf-dnscache-7554600e61d382491bac78b6aaff7d25b20b54bc.tar.xz
Removed unneeded views by updating CFE for autoview
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)
-%>