diff options
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) -%> |