From 37a61d7a8f2538b1fcb0f9b636345c84d74d5cf6 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 10 Apr 2014 04:59:37 +0000 Subject: Changes to use new htmlviewfunctions functions --- lbu-config-html.lsp | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'lbu-config-html.lsp') 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 %> -

Config

<% - 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 %> -- cgit v1.2.3