From 3e134a432e45c878de1c5deae6faf42d229a9fcd Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Sat, 27 Oct 2012 00:13:16 +0000 Subject: Removed unneeded views by updating CFE for autoview --- weblog-createdatabase-html.lsp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 weblog-createdatabase-html.lsp (limited to 'weblog-createdatabase-html.lsp') 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") %> - -

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

-<% - form.value.password.type = "password" - form.value.password_confirm.type = "password" - local order = { "password", "password_confirm" } - htmlviewfunctions.displayform(form, order, nil, page_info) -%> -- cgit v1.2.3