diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-10-27 00:13:16 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-10-27 00:13:16 +0000 |
commit | 3e134a432e45c878de1c5deae6faf42d229a9fcd (patch) | |
tree | f9af2e48cfc4511bc598e4e60eb9fb29b183a11b /weblog-createwatchlistentry-html.lsp | |
parent | c2c0786741239c87fdefa13eebf064d8d7355e70 (diff) | |
download | acf-weblog-3e134a432e45c878de1c5deae6faf42d229a9fcd.tar.bz2 acf-weblog-3e134a432e45c878de1c5deae6faf42d229a9fcd.tar.xz |
Removed unneeded views by updating CFE for autoview
Diffstat (limited to 'weblog-createwatchlistentry-html.lsp')
-rw-r--r-- | weblog-createwatchlistentry-html.lsp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/weblog-createwatchlistentry-html.lsp b/weblog-createwatchlistentry-html.lsp deleted file mode 100644 index 53c91ce..0000000 --- a/weblog-createwatchlistentry-html.lsp +++ /dev/null @@ -1,10 +0,0 @@ -<% local form, viewlibrary, page_info = ... -require("htmlviewfunctions") -html = require("acf.html") -%> - -<H1><%= html.html_escape(form.label) %></H1> -<% - local order = {"clientuserid", "expiredatetime"} - htmlviewfunctions.displayform(form, order, nil, page_info) -%> |