Bug 11400: Show "Log in as a different user" in the error message instead of the...
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 16 Dec 2013 13:47:16 +0000 (10:47 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Sat, 7 Mar 2015 21:09:38 +0000 (22:09 +0100)
Bug 11146 introduced a way to go back, and have a logout link for the
"Not enough permissions" message page. I belive the logout button is redundant. And
also "Log in as a different user" tells the user more about its options on the scenario.

Simple and disputable usability/string change.
Regards
To+

Sponsored-by: Universidad Nacional de Cordoba
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt

index 5f97758..25e48c1 100644 (file)
 <div id="login_error">
     <strong>Error:</strong>
     You do not have permission to access this page.
+    <p>Log in as a different user.</p>
 </div>
 <div id="onerror_actions">
     <a href="javascript:window.history.back()" class="button">Previous page</a>
-    <a href="/cgi-bin/koha/mainpage.pl?logout.x=1" class="button">Log out</a>
 </div>
 [% END %]