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.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpproxy-editsmtpentry-html.lsp b/tcpproxy-editsmtpentry-html.lsp
index 7c242ab..4d5c816 100644
--- a/tcpproxy-editsmtpentry-html.lsp
+++ b/tcpproxy-editsmtpentry-html.lsp
@@ -5,7 +5,7 @@ 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
+ form.value.ipaddr.readonly = true
local order = {"ipaddr", "server", "addressonly", "domain", "optionalserver", "optionalrewritelist", "senderlistfile", "rcptlistfile"}
displayform(form, order)
%>