diff options
Diffstat (limited to 'weblog-createdatabase-html.lsp')
-rw-r--r-- | weblog-createdatabase-html.lsp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/weblog-createdatabase-html.lsp b/weblog-createdatabase-html.lsp deleted file mode 100644 index af03d56..0000000 --- a/weblog-createdatabase-html.lsp +++ /dev/null @@ -1,11 +0,0 @@ -<% local form, viewlibrary, page_info = ... %> -<% require("htmlviewfunctions") %> -<% html = require("acf.html") %> - -<H1><%= html.html_escape(form.label) %></H1> -<% - form.value.password.type = "password" - form.value.password_confirm.type = "password" - local order = { "password", "password_confirm" } - htmlviewfunctions.displayform(form, order, nil, page_info) -%> |