summaryrefslogtreecommitdiffstats
path: root/freeswitch-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-07-30 12:40:45 +0000
committerTed Trask <ttrask01@yahoo.com>2012-07-30 12:40:45 +0000
commita039e5778e805607f562847ab103600f0efc30ec (patch)
tree544ef149c736e4ff6856ad81f612e5f9ebdb5ffa /freeswitch-listfiles-html.lsp
parent3d3db834c28e2366a711587619d82bc7cab9b522 (diff)
downloadacf-freeswitch-a039e5778e805607f562847ab103600f0efc30ec.tar.bz2
acf-freeswitch-a039e5778e805607f562847ab103600f0efc30ec.tar.xz
Removed redirect_to_referrer and updates for handle_form
Diffstat (limited to 'freeswitch-listfiles-html.lsp')
-rw-r--r--freeswitch-listfiles-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/freeswitch-listfiles-html.lsp b/freeswitch-listfiles-html.lsp
index 126bbc4..a6cc926 100644
--- a/freeswitch-listfiles-html.lsp
+++ b/freeswitch-listfiles-html.lsp
@@ -25,7 +25,7 @@ end %>
<%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/editfile?filename="..v.filename.."&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="..v.filename, label="Delete "} %>
+ <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/deletefile?submit=true&filename="..v.filename, label="Delete "} %>
<% end %>
</TD>
<TD style="padding-right:20px;white-space:nowrap;text-align:left;"><%= html.html_escape(v.filename) %></TD>