Bugzilla – Attachment 23576 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 "Login as a different user" instead of "Logout" if not enough premissions
Bug-11400-Show-Login-as-a-different-user-instead-o.patch (text/plain), 1.18 KB, created by
Tomás Cohen Arazi (tcohen)
on 2013-12-16 13:49:24 UTC
(
hide
)
Description:
Bug 11400: Show "Login as a different user" instead of "Logout" if not enough premissions
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2013-12-16 13:49:24 UTC
Size:
1.18 KB
patch
obsolete
>From 00bd486f4a090271ca05e69be7799f877baab56a 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 "Login as a different user" instead of > "Logout" if not enough premissions > >Bug 11146 introduced a way to go back, and have a logout link for the >"Not enough permissions" message page. I belive this string change is worth. > >Simple and disputable string change. >Regards >To+ > >Sponsored-by: Universidad Nacional de Cordoba >--- > 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..fc73ffe 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >@@ -22,7 +22,7 @@ > </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> >+ <a href="/cgi-bin/koha/mainpage.pl?logout.x=1" class="button">Log in as a different user</a> > </div> > [% END %] > >-- >1.8.5
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