summaryrefslogtreecommitdiffstats
path: root/samba-join-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'samba-join-html.lsp')
-rw-r--r--samba-join-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/samba-join-html.lsp b/samba-join-html.lsp
index 2c85db6..4a340a8 100644
--- a/samba-join-html.lsp
+++ b/samba-join-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info, session = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
<% if viewlibrary and viewlibrary.dispatch_component then
@@ -11,5 +11,5 @@ end %>
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
form.value.password.type = "password"
local order = {"domain", "login", "password"}
- displayform(form, order)
+ htmlviewfunctions.displayform(form, order)
%>