summaryrefslogtreecommitdiffstats
path: root/tcpproxy-editsmtpentry-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-27 02:31:33 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-27 02:31:33 +0000
commitef148d5564043f3dc843baa0d16de1e0cd254895 (patch)
tree669377396aadd13f3f36520a78332f4a7016d120 /tcpproxy-editsmtpentry-html.lsp
parentcfb46a43f349b722216924a6a42196d25ddcae42 (diff)
downloadacf-tcpproxy-ef148d5564043f3dc843baa0d16de1e0cd254895.tar.bz2
acf-tcpproxy-ef148d5564043f3dc843baa0d16de1e0cd254895.tar.xz
Removed unneeded views by updating CFE for autoview
Diffstat (limited to 'tcpproxy-editsmtpentry-html.lsp')
-rw-r--r--tcpproxy-editsmtpentry-html.lsp12
1 files changed, 0 insertions, 12 deletions
diff --git a/tcpproxy-editsmtpentry-html.lsp b/tcpproxy-editsmtpentry-html.lsp
deleted file mode 100644
index c70c916..0000000
--- a/tcpproxy-editsmtpentry-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.ipaddr.readonly = true
- local order = {"ipaddr", "server", "addressonly", "domain", "optionalserver", "optionalrewritelist", "senderlistfile", "rcptlistfile"}
- htmlviewfunctions.displayform(form, order)
-%>