From 14a52b1711e4ffa117ea3415c68d9e60fa26ec69 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 00:31:13 +0000 Subject: Updated for viewfunctions changed to htmlviewfunctions --- lbu-config-html.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lbu-config-html.lsp') diff --git a/lbu-config-html.lsp b/lbu-config-html.lsp index 10b0dd1..6a720d1 100644 --- a/lbu-config-html.lsp +++ b/lbu-config-html.lsp @@ -1,8 +1,8 @@ <% local form, viewlibrary, page_info, session = ... -require("viewfunctions") +require("htmlviewfunctions") %> -<% displaycommandresults({"editincluded", "editexcluded", "selectbackup"}, session, true) %> +<% htmlviewfunctions.displaycommandresults({"editincluded", "editexcluded", "selectbackup"}, session, true) %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") @@ -11,7 +11,7 @@ end %>

Config

<% local order = { "LBU_MEDIA", "ENCRYPTION", "DEFAULT_CIPHER", "PASSWORD" } - displayform(form, order) + htmlviewfunctions.displayform(form, order) if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("editincluded") -- cgit v1.2.3