Bugzilla – Attachment 125483 Details for
Bug 29128
Trailing whitespace in Browse shelf link on opac-detail.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29128: Remove whitespace in browse shelf link
Bug-29128-Remove-whitespace-in-browse-shelf-link.patch (text/plain), 2.04 KB, created by
Martin Renvoize (ashimema)
on 2021-09-30 10:29:05 UTC
(
hide
)
Description:
Bug 29128: Remove whitespace in browse shelf link
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-09-30 10:29:05 UTC
Size:
2.04 KB
patch
obsolete
>From 7baa042179f9c464746e1ec1393ef6ea362ba447 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 27 Sep 2021 20:16:22 +0000 >Subject: [PATCH] Bug 29128: Remove whitespace in browse shelf link > >To test: >-Turn on OPACShelfBrowser and make sure you have some itemcallnumbers >-Go to detail page and see the link: (Browse shelf ) >-Apply patch and look at the link again, it should be: (Browse shelf) > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index fe2b35da26..6a78bec88c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -1196,7 +1196,7 @@ > [% ITEM_RESULT.itemcallnumber | html %] > [% IF ( OPACShelfBrowser ) %] > [% IF ( ITEM_RESULT.itemnumber == starting_itemnumber ) %] >- (<a class="close_shelf" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ITEM_RESULT.biblionumber | html %]&shelfbrowse_itemnumber=[% ITEM_RESULT.itemnumber | html %]#[% tab | html %]">Browse shelf <span class="sr-only">(Opens below)</span></a>) >+ (<a class="close_shelf" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ITEM_RESULT.biblionumber | html %]&shelfbrowse_itemnumber=[% ITEM_RESULT.itemnumber | html %]#[% tab | html %]">Browse shelf<span class="sr-only">(Opens below)</span></a>) > [% ELSE %] > (<a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ITEM_RESULT.biblionumber | uri %]&shelfbrowse_itemnumber=[% ITEM_RESULT.itemnumber | uri %]#[% tab | uri %]">Browse shelf <span class="sr-only">(Opens below)</span></a>) > [% END %] >-- >2.20.1
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 29128
:
125378
|
125407
|
125408
|
125428
|
125429
| 125483 |
125484
|
125693
|
125694