summaryrefslogtreecommitdiffstats
path: root/tcpproxy-listsmtpentries-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-08-15 15:18:17 +0000
committerTed Trask <ttrask01@yahoo.com>2012-08-15 15:18:17 +0000
commite42362126dc747578a9a2537b6e5ebc4dac99acf (patch)
tree7beda155ec6759da0c6549835afd8ff233cff619 /tcpproxy-listsmtpentries-html.lsp
parent52300c938f0a6f832ad0e30e1c5cad1d7338f16c (diff)
downloadacf-tcpproxy-e42362126dc747578a9a2537b6e5ebc4dac99acf.tar.bz2
acf-tcpproxy-e42362126dc747578a9a2537b6e5ebc4dac99acf.tar.xz
Removed calls to redirect_to_referrer and fixed smtpstatus
Diffstat (limited to 'tcpproxy-listsmtpentries-html.lsp')
-rw-r--r--tcpproxy-listsmtpentries-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpproxy-listsmtpentries-html.lsp b/tcpproxy-listsmtpentries-html.lsp
index 60f3532..11155c9 100644
--- a/tcpproxy-listsmtpentries-html.lsp
+++ b/tcpproxy-listsmtpentries-html.lsp
@@ -20,7 +20,7 @@ require("htmlviewfunctions")
<%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/editsmtpentry?ipaddr="..(interface.ipaddr or interface.interface).."&redir="..page_info.orig_action, label="Edit "} %>
<% end %>
<% if viewlibrary.check_permission("delsmtpentry") then %>
- <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/delsmtpentry?ipaddr="..(interface.ipaddr or interface.interface), label="Delete "} %>
+ <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/delsmtpentry?submit=true&ipaddr="..(interface.ipaddr or interface.interface), label="Delete "} %>
<% end %>
</TD>
<TD style="padding-right:20px;white-space:nowrap;"><%= html.html_escape(interface.interface) %></TD>