summaryrefslogtreecommitdiffstats
path: root/postfix-listfiles-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'postfix-listfiles-html.lsp')
-rw-r--r--postfix-listfiles-html.lsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/postfix-listfiles-html.lsp b/postfix-listfiles-html.lsp
index db1764a..1e6e09a 100644
--- a/postfix-listfiles-html.lsp
+++ b/postfix-listfiles-html.lsp
@@ -1,9 +1,9 @@
<% local data, viewlibrary, page_info, session = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
-<% displaycommandresults({"deletefile", "expert", "rebuilddatabases"}, session) %>
-<% displaycommandresults({"createfile"}, session, true) %>
+<% htmlviewfunctions.displaycommandresults({"deletefile", "expert", "rebuilddatabases"}, session) %>
+<% htmlviewfunctions.displaycommandresults({"createfile"}, session, true) %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
@@ -43,5 +43,5 @@ end %>
<h2>Create new file</h2>
<%
newfileform.action = page_info.script .. page_info.prefix .. page_info.controller .. "/createfile"
- displayform(newfileform)
+ htmlviewfunctions.displayform(newfileform)
end %>