Bugzilla – Attachment 125378 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), 1.93 KB, created by
Lucas Gass (lukeg)
on 2021-09-27 20:18:52 UTC
(
hide
)
Description:
Bug 29128: Remove whitespace in browse shelf link
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2021-09-27 20:18:52 UTC
Size:
1.93 KB
patch
obsolete
>From f8dc967f1019913f1308e8b732d3fd6ad756024a 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) >--- > 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 ce9bff3939..4bb6dea446 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -1194,7 +1194,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