summaryrefslogtreecommitdiffstats
path: root/iptables-editchain-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'iptables-editchain-html.lsp')
-rw-r--r--iptables-editchain-html.lsp16
1 files changed, 0 insertions, 16 deletions
diff --git a/iptables-editchain-html.lsp b/iptables-editchain-html.lsp
deleted file mode 100644
index 3648a39..0000000
--- a/iptables-editchain-html.lsp
+++ /dev/null
@@ -1,16 +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 == "editchain" then
- form.value.table.readonly = true
- form.value.table.type = "text"
- form.value.chain.readonly = true
- end
- local order = {"table", "chain", "policy"}
- htmlviewfunctions.displayform(form, order)
-%>