[Koha-patches] [PATCH] Bug 11400: Show "Login as a different user" instead of "Logout" if not enough premissions

Tomas Cohen Arazi tomascohen at gmail.com
Mon Dec 16 14:49:32 CET 2013


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



More information about the Koha-patches mailing list