summaryrefslogtreecommitdiffstats
path: root/rrdtool-listgraphcfg-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'rrdtool-listgraphcfg-html.lsp')
-rw-r--r--rrdtool-listgraphcfg-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/rrdtool-listgraphcfg-html.lsp b/rrdtool-listgraphcfg-html.lsp
index 83be263..74de6c7 100644
--- a/rrdtool-listgraphcfg-html.lsp
+++ b/rrdtool-listgraphcfg-html.lsp
@@ -1,8 +1,8 @@
<% local form, viewlibrary, page_info, session = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
-<% displaycommandresults({"delete"}, session) %>
+<% htmlviewfunctions.displaycommandresults({"delete"}, session) %>
<script type="text/javascript">
function javascript_confirm_graph(formID,filename) {
@@ -57,5 +57,5 @@ function javascript_confirm_graph(formID,filename) {
<h2>Create new Domain</h2>
<%
newfileform.action = page_info.script .. page_info.prefix .. page_info.controller .. "/newfile"
- displayform(newfileform)
+ htmlviewfunctions.displayform(newfileform)
end %>