From 371eb680acde7273f5b0ed4335f0c1c0515c694c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 5 Aug 2019 14:25:51 +0000 Subject: [PATCH] Bug 23210: (follow-up) Log in for tags link should trigger modal This patch modifies the "Log in to add tags" link on the OPAC search results page, adding the class which is used elsewhere in the OPAC templates for triggering the login modal. Also: Removed an unnecessary period. To test, apply the patch and follow the original test plan. Clicking the "Log in to add tags" link should trigger the login modal. After logging in you should be returned to the page you were on. Signed-off-by: Michal Denar Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize (cherry picked from commit 66b6c76d96b172bbd2b9f90640f7701a6ba4530c) Signed-off-by: Fridolin Somers (cherry picked from commit 5a20e111e2e26138dc2ecb7a67e9d6fd69be8c97) Signed-off-by: Lucas Gass --- 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 ef317be9ef..465ee9ad29 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -540,7 +540,7 @@ Tag status here. [% ELSIF ( loop.first ) %] - Log in to add tags. + Log in to add tags [% END # IF loggedinusername %] [% END # if TagsInputEnabled %] -- 2.39.5