summaryrefslogtreecommitdiffstats
path: root/heimdal-kinit-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-28 22:35:49 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-28 22:35:49 +0000
commitfbf710df3958200d7d3bb2077e3f4aff4571e093 (patch)
tree3a4e014056e3c3ff2e127f153c71457f248278a5 /heimdal-kinit-html.lsp
parent7f57eacee84e04ea3b39ffb5e33ebcdaa2ef48ab (diff)
downloadacf-heimdal-fbf710df3958200d7d3bb2077e3f4aff4571e093.tar.bz2
acf-heimdal-fbf710df3958200d7d3bb2077e3f4aff4571e093.tar.xz
Removed unneeded views by updating CFE for autoview
Diffstat (limited to 'heimdal-kinit-html.lsp')
-rw-r--r--heimdal-kinit-html.lsp11
1 files changed, 0 insertions, 11 deletions
diff --git a/heimdal-kinit-html.lsp b/heimdal-kinit-html.lsp
deleted file mode 100644
index 15edc19..0000000
--- a/heimdal-kinit-html.lsp
+++ /dev/null
@@ -1,11 +0,0 @@
-<% local form, viewlibrary, page_info = ...
-require("htmlviewfunctions")
-html = require("acf.html")
-%>
-
-<H1><%= html.html_escape(form.label) %></H1>
-<%
- form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
- form.value.password.type = "password"
- htmlviewfunctions.displayform(form)
-%>