diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-02-03 16:44:37 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-02-03 16:44:37 +0000 |
commit | 929263e84ddc10bd0c801b3be8b4cf5495c0d16d (patch) | |
tree | 99157fcad105e742ff80d47944a5753ead92c0d3 /app/acf-util/logon-logout-html.lsp | |
parent | 5a01923aff6dcb460b0b04d30be86eb25a7abc90 (diff) | |
download | acf-core-929263e84ddc10bd0c801b3be8b4cf5495c0d16d.tar.bz2 acf-core-929263e84ddc10bd0c801b3be8b4cf5495c0d16d.tar.xz |
Changed acf-util/logon controller to use standard view
Diffstat (limited to 'app/acf-util/logon-logout-html.lsp')
-rw-r--r-- | app/acf-util/logon-logout-html.lsp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/acf-util/logon-logout-html.lsp b/app/acf-util/logon-logout-html.lsp deleted file mode 100644 index 765eb4f..0000000 --- a/app/acf-util/logon-logout-html.lsp +++ /dev/null @@ -1,7 +0,0 @@ -<% local view= ... %> -<% require("htmlviewfunctions") %> -<h1>Log Out</h1> - -<%= htmlviewfunctions.cfe_unpack(view) %> - -<%= html.html_escape(view.logout.value) %> |