From 09a73ab387cdd318cd9ffd434628175e59125e68 Mon Sep 17 00:00:00 2001 From: ava li Date: Wed, 20 Jan 2021 03:13:04 +0000 Subject: [PATCH] Bug 27480: Improved link text when logged in to OPAC as wrong user TEST PLAN: 1) Log on to OPAC 2) Go to 'Your Account" (top right corner) 3) If under Hello, 'Name' is "If you are not 'Name' Logout The patch has worked --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt index 0f5e696cf7..76aeb29981 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -55,7 +55,7 @@

Hello, [% INCLUDE 'patron-title.inc' patron = logged_in_user %]

-

Click here if you're not [% INCLUDE 'patron-title.inc' patron = logged_in_user %]

+

If you are not [% INCLUDE 'patron-title.inc' patron = logged_in_user %]
Logout

[% IF ( patronupdate ) %]

Thank you!

Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.

[% END %] -- 2.11.0