summaryrefslogtreecommitdiffstats
path: root/lbu-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-07-04 14:54:19 +0000
committerTed Trask <ttrask01@yahoo.com>2008-07-04 14:54:19 +0000
commita0f64cff3dfc675ed5ea641c10be72c842b693d5 (patch)
treed49c25941ade8d3463141fde095a077b48fc29e1 /lbu-config-html.lsp
parente36290cc32c9d9a7b70e1ce09127517be7aadf9a (diff)
downloadacf-alpine-conf-a0f64cff3dfc675ed5ea641c10be72c842b693d5.tar.bz2
acf-alpine-conf-a0f64cff3dfc675ed5ea641c10be72c842b693d5.tar.xz
Modified lbu to use controllerfunctions, modelfunctions, and common lsp files. Moved basicstatus->status and status->listchanges.
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1276 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'lbu-config-html.lsp')
-rw-r--r--lbu-config-html.lsp9
1 files changed, 4 insertions, 5 deletions
diff --git a/lbu-config-html.lsp b/lbu-config-html.lsp
index 6749785..5072423 100644
--- a/lbu-config-html.lsp
+++ b/lbu-config-html.lsp
@@ -9,11 +9,10 @@ io.write("</span>")
--]]
?>
-<?
- if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("basicstatus")
- end
-?>
+<? if viewlibrary and viewlibrary.dispatch_component then
+ viewlibrary.dispatch_component("status")
+end ?>
+
<H1>Config</H1>
<?
local order = { "LBU_MEDIA", "ENCRYPTION", "DEFAULT_CIPHER", "PASSWORD" }