summaryrefslogtreecommitdiffstats
path: root/squid-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-08-15 12:19:10 +0000
committerTed Trask <ttrask01@yahoo.com>2012-08-15 12:19:10 +0000
commit45c433efa5adeccede96d58ef197342f0d2ac303 (patch)
tree2dfaddc9a467a79fd94802a2ff2a4e15c135b56d /squid-listfiles-html.lsp
parent32c545ad480d8c21d1ea8d1aacf6cd5647cee48d (diff)
downloadacf-squid-45c433efa5adeccede96d58ef197342f0d2ac303.tar.bz2
acf-squid-45c433efa5adeccede96d58ef197342f0d2ac303.tar.xz
Removed redirect_to_referrer calls
Diffstat (limited to 'squid-listfiles-html.lsp')
-rw-r--r--squid-listfiles-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/squid-listfiles-html.lsp b/squid-listfiles-html.lsp
index 7287e99..873c654 100644
--- a/squid-listfiles-html.lsp
+++ b/squid-listfiles-html.lsp
@@ -23,7 +23,7 @@ end %>
<%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/editfile?filename="..file.."&redir="..page_info.orig_action, label="Edit "} %>
<% end %>
<% if viewlibrary.check_permission("deletefile") then %>
- <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/deletefile?filename="..file, label="Delete "} %>
+ <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/deletefile?submit=true&filename="..file, label="Delete "} %>
<% end %>
</TD>
<TD style="white-space:nowrap;"><%= html.html_escape(file) %></TD>