diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-10-28 03:21:24 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-10-28 03:21:24 +0000 |
commit | fb7f65d60670cf322429daaa263fc847476a865d (patch) | |
tree | d454481357cba42c967db258592f1ce1398cd95a /iptables-editchain-html.lsp | |
parent | e9d1dabb876d1644d83a7961a593af4e15eef9b5 (diff) | |
download | acf-iptables-fb7f65d60670cf322429daaa263fc847476a865d.tar.bz2 acf-iptables-fb7f65d60670cf322429daaa263fc847476a865d.tar.xz |
Removed unneeded views by updating CFE for autoview
Diffstat (limited to 'iptables-editchain-html.lsp')
-rw-r--r-- | iptables-editchain-html.lsp | 16 |
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) -%> |