Bugzilla – Attachment 125758 Details for
Bug 29123
Add Dataly Tech to About page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Bug 29128: Remove whitespace in browse shelf link
Bug-29128-Remove-whitespace-in-browse-shelf-link.patch (text/plain), 2.03 KB, created by
Jérémy Breuillard
on 2021-10-06 07:38:55 UTC
(
hide
)
Description:
Bug 29128: Remove whitespace in browse shelf link
Filename:
MIME Type:
Creator:
Jérémy Breuillard
Created:
2021-10-06 07:38:55 UTC
Size:
2.03 KB
patch
obsolete
>From 61aad8daae978cf06cce7f3411581170904b9afc 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: Jeremy <jeremy.breuillard@biblibre.com> > >https://bugs.koha-community.org/show_bug.cgi?id=29123 >--- > 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 ce9bff3..4bb6dea 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.25.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 Raw
Actions:
View
Attachments on
bug 29123
:
125362
|
125758
|
125759
|
125859