From ef5c82c78eecaeba171337098cb260bc8e089b77 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:54:35 +0000 Subject: Started work on updating for acf-core-0.15 Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries --- rrdtool-status-html.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rrdtool-status-html.lsp') diff --git a/rrdtool-status-html.lsp b/rrdtool-status-html.lsp index 5cbff7f..05141bd 100644 --- a/rrdtool-status-html.lsp +++ b/rrdtool-status-html.lsp @@ -1,13 +1,13 @@ <% local data, viewlibrary, page_info, session = ... -require("viewfunctions") +require("htmlviewfunctions") %> -<% displaycommandresults({"install","edit"}, session) %> +<% htmlviewfunctions.displaycommandresults({"install","edit"}, session) %>

System Info

<% -displayitem(data.value.version) +htmlviewfunctions.displayitem(data.value.version) %>
-- cgit v1.2.3