summaryrefslogtreecommitdiffstats
path: root/samba-listshares-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'samba-listshares-html.lsp')
-rw-r--r--samba-listshares-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samba-listshares-html.lsp b/samba-listshares-html.lsp
index e118a70..a3332f7 100644
--- a/samba-listshares-html.lsp
+++ b/samba-listshares-html.lsp
@@ -21,7 +21,7 @@ require("htmlviewfunctions")
<%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/editshare?name="..share.name.."&redir="..page_info.orig_action, label="Edit "} %>
<% end %>
<% if viewlibrary.check_permission("deleteshare") then %>
- <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/deleteshare?name="..share.name, label="Delete "} %>
+ <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/deleteshare?submit=true&name="..share.name, label="Delete "} %>
<% end %>
</TD>
<TD style="padding-right:20px;white-space:nowrap;"><%= html.html_escape(share.name) %></TD>