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-status-html.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lbu-status-html.lsp') diff --git a/lbu-status-html.lsp b/lbu-status-html.lsp index dc76c8c..932ced1 100644 --- a/lbu-status-html.lsp +++ b/lbu-status-html.lsp @@ -1,5 +1,5 @@ <% local view, viewlibrary, pageinfo, session = ... -require("viewfunctions") +require("htmlviewfunctions") %>

System Info

@@ -11,11 +11,11 @@ else view.value.committed.value = "WARNING!\nUntil you commit, you will lose your changes at next reboot/shutdown!" end view.value.committed.type = "string" -displayitem(view.value.committed) +htmlviewfunctions.displayitem(view.value.committed) for name,value in pairs(view.value) do if name ~= "committed" then - displayitem(value) + htmlviewfunctions.displayitem(value) end end %> -- cgit v1.2.3