diff options
Diffstat (limited to 'kamailio-createtableentry-html.lsp')
-rw-r--r-- | kamailio-createtableentry-html.lsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kamailio-createtableentry-html.lsp b/kamailio-createtableentry-html.lsp index 14ffd0a..fc5113f 100644 --- a/kamailio-createtableentry-html.lsp +++ b/kamailio-createtableentry-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info = ... -require("viewfunctions") +require("htmlviewfunctions") %> <H1><%= html.html_escape(form.label) %></H1> @@ -10,5 +10,5 @@ require("viewfunctions") elseif form.value.id then form.value.id.type = "hidden" end - displayform(form, nil, nil, page_info, 2) + htmlviewfunctions.displayform(form, nil, nil, page_info, 2) %> |