summaryrefslogtreecommitdiffstats
path: root/app/template-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-05-30 20:08:26 +0000
committerTed Trask <ttrask01@yahoo.com>2013-05-30 20:08:26 +0000
commit2d34b61db1eb8f4f59ee22907c98a911eddcee9f (patch)
tree6ab9c6cafcc83083c0a43603613e8c590f92895e /app/template-html.lsp
parentd2dcdd318768ba7e0ddc06afee908c85ba8b98cd (diff)
downloadacf-core-2d34b61db1eb8f4f59ee22907c98a911eddcee9f.tar.bz2
acf-core-2d34b61db1eb8f4f59ee22907c98a911eddcee9f.tar.xz
Change logon/logout action to logon/logoff and standardize on logon/off instead of login/out
Diffstat (limited to 'app/template-html.lsp')
-rw-r--r--app/template-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/template-html.lsp b/app/template-html.lsp
index 811a771..34bc824 100644
--- a/app/template-html.lsp
+++ b/app/template-html.lsp
@@ -58,9 +58,9 @@ end
<% local ctlr = pageinfo.script .. "/acf-util/logon/"
if session.userinfo and session.userinfo.userid then
- io.write ( string.format("\t\t\t\t\t\t<a href=\"%s\">Log out as '" .. html.html_escape(session.userinfo.userid) .. "'</a>\n", html.html_escape(ctlr) .. "logout" ) )
+ io.write ( string.format("\t\t\t\t\t\t<a href=\"%s\">Log off as '" .. html.html_escape(session.userinfo.userid) .. "'</a>\n", html.html_escape(ctlr) .. "logoff" ) )
else
- io.write ( string.format("\t\t\t\t\t\t<a href=\"%s\">Log in</a>\n", html.html_escape(ctlr) .. "logon" ) )
+ io.write ( string.format("\t\t\t\t\t\t<a href=\"%s\">Log on</a>\n", html.html_escape(ctlr) .. "logon" ) )
end %>
|
<a href="<%= html.html_escape(pageinfo.wwwprefix) %>/">home</a> |
@@ -108,7 +108,7 @@ end
</div>
<h2><%= html.html_escape(pageinfo.controller) %> : <%= html.html_escape(pageinfo.action) %></h2>
<!-- FIXME: Next row is 'dead' data! Remove 'class=hide' when done! -->
- <p class='hide'>[ welcome ] > [ login ] > [ bgp ] > [ firewall ] > [ content filter ] > [ interfaces ]</p>
+ <p class='hide'>[ welcome ] > [ logon ] > [ bgp ] > [ firewall ] > [ content filter ] > [ interfaces ]</p>
<div class="tailer">
</div>
</div> <!-- postnav -->