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.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcpproxy-editsmtpentry-html.lsp b/tcpproxy-editsmtpentry-html.lsp
index 148a24e..807b211 100644
--- a/tcpproxy-editsmtpentry-html.lsp
+++ b/tcpproxy-editsmtpentry-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
<H1><%= html.html_escape(form.label) %></H1>
@@ -7,5 +7,5 @@ require("viewfunctions")
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"}
- displayform(form, order)
+ htmlviewfunctions.displayform(form, order)
%>