summaryrefslogtreecommitdiffstats
path: root/tcpproxy-listsmtpfiles-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-listsmtpfiles-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-listsmtpfiles-html.lsp')
-rw-r--r--tcpproxy-listsmtpfiles-html.lsp2
1 files changed, 1 insertions, 1 deletions
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 %>
</TD>
<TD style="white-space:nowrap;"><%= html.html_escape(file) %></TD>