Bugzilla – Attachment 92518 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: login4tags should be a link
Bug-23210-login4tags-should-be-a-link.patch (text/plain), 1.83 KB, created by
Jonathan Druart
on 2019-09-01 18:34:28 UTC
(
hide
)
Description:
Bug 23210: login4tags should be a link
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-09-01 18:34:28 UTC
Size:
1.83 KB
patch
obsolete
>From deef7a4be0348d76d374f2d1715348c0505d2223 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 2 Aug 2019 22:21:40 +0000 >Subject: [PATCH] Bug 23210: login4tags should be a link > >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 <oleonard@myacpl.org> >Signed-off-by: Michal Denar <black23@gmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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. > </span> > [% ELSIF ( loop.first ) %] >- <span class="actions"><span id="login4tags">Log in to add tags.</span></span> >+ <span class="actions"><span id="login4tags"><a 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