From 2d34b61db1eb8f4f59ee22907c98a911eddcee9f Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 30 May 2013 20:08:26 +0000 Subject: Change logon/logout action to logon/logoff and standardize on logon/off instead of login/out --- app/template-html.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/template-html.lsp') 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\tLog out as '" .. html.html_escape(session.userinfo.userid) .. "'\n", html.html_escape(ctlr) .. "logout" ) ) + io.write ( string.format("\t\t\t\t\t\tLog off as '" .. html.html_escape(session.userinfo.userid) .. "'\n", html.html_escape(ctlr) .. "logoff" ) ) else - io.write ( string.format("\t\t\t\t\t\tLog in\n", html.html_escape(ctlr) .. "logon" ) ) + io.write ( string.format("\t\t\t\t\t\tLog on\n", html.html_escape(ctlr) .. "logon" ) ) end %> | home | @@ -108,7 +108,7 @@ end

<%= html.html_escape(pageinfo.controller) %> : <%= html.html_escape(pageinfo.action) %>

-

[ welcome ] > [ login ] > [ bgp ] > [ firewall ] > [ content filter ] > [ interfaces ]

+

[ welcome ] > [ logon ] > [ bgp ] > [ firewall ] > [ content filter ] > [ interfaces ]

-- cgit v1.2.3