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.lsp11
1 files changed, 11 insertions, 0 deletions
diff --git a/tcpproxy-editsmtpentry-html.lsp b/tcpproxy-editsmtpentry-html.lsp
new file mode 100644
index 0000000..61579d4
--- /dev/null
+++ b/tcpproxy-editsmtpentry-html.lsp
@@ -0,0 +1,11 @@
+<% local form, viewlibrary, page_info = ...
+require("viewfunctions")
+%>
+
+<H1><%= form.label %></H1>
+<%
+ form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
+ form.value.ipaddr.contenteditable = false
+ local order = {"ipaddr"}
+ displayform(form, order)
+%>