From e82b56af2f94a78a67e497e6975c61a40952e919 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 2 Aug 2019 22:21:40 +0000 Subject: [PATCH] Bug 23210: login4tags should be a link and included in every search result TEST PLAN: 1. Make sure TagsEnabled and TagsInputOnList are set to allow. 2. Don't be logged into the OPAC. 3. Make a search and notice the 'Log in to add tags' text is not a link on the results page. 4. Apply patch 5. Refresh OPAC results page 6. 'Log in to add tags' takes you to the login page. Signed-off-by: Owen Leonard Signed-off-by: Michal Denar Signed-off-by: Michal Denar --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt index 12c9a2d1c6..e92e38c57e 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -555,7 +555,7 @@ Tag status here. [% ELSIF ( loop.first ) %] - Log in to add tags. + Log in to add tags. [% END # IF loggedinusername %] [% END # if TagsInputEnabled %] -- 2.11.0