summaryrefslogtreecommitdiffstats
path: root/lbu-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 00:31:13 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 00:31:13 +0000
commit14a52b1711e4ffa117ea3415c68d9e60fa26ec69 (patch)
treec52eee4e8d4ddae8708212415245bbdf90d2a3a3 /lbu-config-html.lsp
parent6051b3a43d38af1758b88620d7320a3482a23ae6 (diff)
downloadacf-alpine-conf-14a52b1711e4ffa117ea3415c68d9e60fa26ec69.tar.bz2
acf-alpine-conf-14a52b1711e4ffa117ea3415c68d9e60fa26ec69.tar.xz
Updated for viewfunctions changed to htmlviewfunctions
Diffstat (limited to 'lbu-config-html.lsp')
-rw-r--r--lbu-config-html.lsp6
1 files changed, 3 insertions, 3 deletions
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 %>
<H1>Config</H1>
<%
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")