From a039e5778e805607f562847ab103600f0efc30ec Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 30 Jul 2012 12:40:45 +0000 Subject: Removed redirect_to_referrer and updates for handle_form --- freeswitch-listfiles-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'freeswitch-listfiles-html.lsp') 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 %> <%= html.html_escape(v.filename) %> -- cgit v1.2.3