diff options
Diffstat (limited to 'weblog-viewweblog-html.lsp')
-rw-r--r-- | weblog-viewweblog-html.lsp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/weblog-viewweblog-html.lsp b/weblog-viewweblog-html.lsp index fe1f74d..4df704e 100644 --- a/weblog-viewweblog-html.lsp +++ b/weblog-viewweblog-html.lsp @@ -268,8 +268,8 @@ end %> <% if #data.value.log.value == 0 then %> <p>No results, try adjusting search parameters</p> <% end %> -<DT>Download Options</DT> -<% if page_info.action == "viewweblog" then %> + +<% if viewlibrary.check_permission("downloadweblog") then %> <form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/downloadweblog") %>" method="POST"> <input type="hidden" name="activelog" value="<%= html.html_escape(data.value.activelog.value) %>" > <input type="hidden" name="starttime" value="<%= html.html_escape(data.value.starttime.value) %>" > @@ -283,7 +283,7 @@ end %> <input type="hidden" name="sortby" value="<%= html.html_escape(data.value.sortby.value) %>" > <input type="hidden" name="urisearch" value="<%= html.html_escape(data.value.urisearch.value) %>" > <input type="hidden" name="selected" value="<%= html.html_escape(data.value.selected.value) %>" > -<DD><input class="submit" type="submit" name="Download" value="Export List"></DD> +<DT>Download log</DT><DD><input class="submit" type="submit" name="Download" value="Download"></DD> </form> <% end %> </DL> |