Bugzilla – Attachment 91999 Details for
Bug 23210
login4tags should be a link
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23210: (follow-up) Log in for tags link should trigger modal
Bug-23210-follow-up-Log-in-for-tags-link-should-tr.patch (text/plain), 1.86 KB, created by
Owen Leonard
on 2019-08-05 14:31:47 UTC
(
hide
)
Description:
Bug 23210: (follow-up) Log in for tags link should trigger modal
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2019-08-05 14:31:47 UTC
Size:
1.86 KB
patch
obsolete
>From 01271ef4504e65d19824b64db75ce9aac94bceb1 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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. >--- > 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 22075eb5e7b..26dde2902b6 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. > </span> > [% ELSIF ( loop.first ) %] >- <span class="actions"><span id="login4tags"><a href="/cgi-bin/koha/opac-user.pl">Log in to add tags.</a></span></span> >+ <span class="actions"><span id="login4tags"><a class="loginModal-trigger" href="/cgi-bin/koha/opac-user.pl">Log in to add tags</a></span></span> > [% END # IF loggedinusername %] > [% END # if TagsInputEnabled %] > >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23210
:
91945
|
91998
|
91999
|
92512
|
92513
|
92518
|
92519
|
92522
|
92523