summaryrefslogtreecommitdiffstats
path: root/app/form-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-10-15 14:30:13 +0000
committerTed Trask <ttrask01@yahoo.com>2010-10-15 14:30:13 +0000
commitb6e47a6c610c259172e39f28e89f5438535578c1 (patch)
tree7c3c7b91657b8a655013d53d38e838301c7cc476 /app/form-html.lsp
parent6298d6adc2626dd9e30f6af6f173c355a1036395 (diff)
downloadacf-core-b6e47a6c610c259172e39f28e89f5438535578c1.tar.bz2
acf-core-b6e47a6c610c259172e39f28e89f5438535578c1.tar.xz
Modifed displayform and handle_clientdata to allow cfe groups in forms, displayed under header tag.
Diffstat (limited to 'app/form-html.lsp')
-rw-r--r--app/form-html.lsp3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/form-html.lsp b/app/form-html.lsp
index cc50d2c..c427580 100644
--- a/app/form-html.lsp
+++ b/app/form-html.lsp
@@ -4,6 +4,5 @@ require("viewfunctions")
<H1><%= html.html_escape(form.label) %></H1>
<%
- form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
- displayform(form)
+ displayform(form, nil, nil, page_info, 2)
%>