Bugzilla – Attachment 36015 Details for
Bug 11400
Show "Login as a different user" instead of "Logout" if not enough premissions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11400: Show "Log in as a different user" in the error message instead of the "Logout" button
Bug-11400-Show-Log-in-as-a-different-user-in-the-e.patch (text/plain), 1.39 KB, created by
Chris Cormack
on 2015-02-19 09:14:23 UTC
(
hide
)
Description:
Bug 11400: Show "Log in as a different user" in the error message instead of the "Logout" button
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2015-02-19 09:14:23 UTC
Size:
1.39 KB
patch
obsolete
>From 269514609882c4823199bb893102b93927801d4d Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Mon, 16 Dec 2013 10:47:16 -0300 >Subject: [PATCH] Bug 11400: Show "Log in as a different user" in the error > message instead of the "Logout" button > >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> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >index 5f97758..25e48c1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >@@ -19,10 +19,10 @@ > <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 %] > >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11400
:
23576
|
23872
|
23912
|
23952
|
36001
|
36015
|
36016
|
36066
|
36067