summaryrefslogtreecommitdiffstats
path: root/tcpproxy-editsmtpentry-html.lsp
diff options
context:
space:
mode:
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)
-%>