From c7890eca19f2bbde08f63fbec79fea96b6e5db3b 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 --- 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 2a56c23caff..22075eb5e7b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -563,7 +563,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