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-listsmtpfiles-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcpproxy-listsmtpfiles-html.lsp') diff --git a/tcpproxy-listsmtpfiles-html.lsp b/tcpproxy-listsmtpfiles-html.lsp index 3760a66..da3818b 100644 --- a/tcpproxy-listsmtpfiles-html.lsp +++ b/tcpproxy-listsmtpfiles-html.lsp @@ -19,7 +19,7 @@ require("htmlviewfunctions") <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/editsmtpfile?filename="..file.."&redir="..page_info.orig_action, label="Edit "} %> <% end %> <% if viewlibrary.check_permission("delsmtpfile") then %> - <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/delsmtpfile?filename="..file, label="Delete "} %> + <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/delsmtpfile?submit=true&filename="..file, label="Delete "} %> <% end %> <%= html.html_escape(file) %> -- cgit v1.2.3