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.lsp14
1 files changed, 6 insertions, 8 deletions
diff --git a/lbu-config-html.lsp b/lbu-config-html.lsp
index 05ecad3..52d9d77 100644
--- a/lbu-config-html.lsp
+++ b/lbu-config-html.lsp
@@ -8,14 +8,12 @@ htmlviewfunctions = require("htmlviewfunctions")
viewlibrary.dispatch_component("status")
end %>
-<h1>Config</h1>
<%
- local order = { "LBU_MEDIA", "ENCRYPTION", "DEFAULT_CIPHER", "PASSWORD" }
- htmlviewfunctions.displayform(form, order, nil, page_info, 2)
+htmlviewfunctions.displayitem(form, page_info)
- if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("editincluded")
- viewlibrary.dispatch_component("editexcluded")
- viewlibrary.dispatch_component("listbackups")
- end
+if viewlibrary and viewlibrary.dispatch_component then
+ viewlibrary.dispatch_component("editincluded")
+ viewlibrary.dispatch_component("editexcluded")
+ viewlibrary.dispatch_component("listbackups")
+end
%>