From 68a8022f6bebd4df4f4e737ba110615ba849b8dc Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 02:02:10 +0000 Subject: Started work on updating for acf-core-0.15 Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries --- weblog-createdatabase-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'weblog-createdatabase-html.lsp') diff --git a/weblog-createdatabase-html.lsp b/weblog-createdatabase-html.lsp index 5110adc..372a98d 100644 --- a/weblog-createdatabase-html.lsp +++ b/weblog-createdatabase-html.lsp @@ -1,10 +1,10 @@ <% local form, viewlibrary, page_info = ... %> -<% require("viewfunctions") %> +<% require("htmlviewfunctions") %>

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

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