From 0d13dbbc43b7c48eb23246cf4f2c277cbb5942c3 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 10 Mar 2014 00:51:27 +0000 Subject: Modified HTML views to use new htmlviewfunctions functions and replace links with forms created by displayitem Use .displayitemstart/middle/end --- app/filedetails-html.lsp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/filedetails-html.lsp') diff --git a/app/filedetails-html.lsp b/app/filedetails-html.lsp index 3116722..fd0d8dd 100644 --- a/app/filedetails-html.lsp +++ b/app/filedetails-html.lsp @@ -25,8 +25,7 @@ end <% htmlviewfunctions.displayheader(cfe({label="File Content"}), page_info, header_level) if form.type == "form" then - form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action - htmlviewfunctions.displayformstart(form) + htmlviewfunctions.displayformstart(form, page_info) form.value.filename.type = "hidden" htmlviewfunctions.displayformitem(form.value.filename) end -- cgit v1.2.3