diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-10-11 19:15:15 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-10-11 19:15:15 +0000 |
commit | 4694b7d7eefb3ae96e0d511742d8860fe3e94c5a (patch) | |
tree | b8ca5e36b2cd4060401620c24fedda51cf4975dc | |
parent | ad2abd2fa2e361c893165dfba761717ad9da2547 (diff) | |
download | acf-core-4694b7d7eefb3ae96e0d511742d8860fe3e94c5a.tar.bz2 acf-core-4694b7d7eefb3ae96e0d511742d8860fe3e94c5a.tar.xz |
No need for form view anymore since we have autoview
-rw-r--r-- | app/form-html.lsp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/form-html.lsp b/app/form-html.lsp deleted file mode 100644 index 4d47c13..0000000 --- a/app/form-html.lsp +++ /dev/null @@ -1,9 +0,0 @@ -<% local form, viewlibrary, page_info = ... -require("htmlviewfunctions") -html = require("acf.html") -%> - -<H1><%= html.html_escape(form.label) %></H1> -<% - htmlviewfunctions.displayform(form, nil, nil, page_info, 2) -%> |