From 42029e2ecdb3c68f10a567e0724490c726f70f14 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 10 Apr 2014 07:23:16 +0000 Subject: Changes to use new htmlviewfunctions functions and make searchdatabase a proper form --- kamailio-searchdatabase-html.lsp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kamailio-searchdatabase-html.lsp') diff --git a/kamailio-searchdatabase-html.lsp b/kamailio-searchdatabase-html.lsp index 257626d..2c2a71f 100644 --- a/kamailio-searchdatabase-html.lsp +++ b/kamailio-searchdatabase-html.lsp @@ -21,9 +21,8 @@ html = require("acf.html") form.value.fields = nil end %> -

<%= html.html_escape(form.label) %>

<% form.value.result = nil form.option = "Search" - htmlviewfunctions.displayform(form, nil, nil, page_info, 2) + htmlviewfunctions.displayitem(form, page_info) %> -- cgit v1.2.3