summaryrefslogtreecommitdiffstats
path: root/lbu-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'lbu-config-html.lsp')
-rw-r--r--lbu-config-html.lsp4
1 files changed, 3 insertions, 1 deletions
diff --git a/lbu-config-html.lsp b/lbu-config-html.lsp
index 4b8212d..d138553 100644
--- a/lbu-config-html.lsp
+++ b/lbu-config-html.lsp
@@ -1,4 +1,4 @@
-<% local form, viewlibrary = ...
+<% local form, viewlibrary, page_info, session = ...
require("viewfunctions")
%>
<%
@@ -9,6 +9,8 @@ io.write("</span>")
--]]
%>
+<% displaycommandresults({"editincluded", "editexcluded", "selectbackup"}, session, true) %>
+
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
end %>