From e42362126dc747578a9a2537b6e5ebc4dac99acf Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 15 Aug 2012 15:18:17 +0000 Subject: Removed calls to redirect_to_referrer and fixed smtpstatus --- tcpproxy-listsmtpentries-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcpproxy-listsmtpentries-html.lsp') 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 %> <%= html.html_escape(interface.interface) %> -- cgit v1.2.3