Bugzilla – Attachment 125484 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 the other whitespace in browse shelf link
Bug-29128-Remove-the-other-whitespace-in-browse-sh.patch (text/plain), 1.78 KB, created by
Martin Renvoize (ashimema)
on 2021-09-30 10:29:08 UTC
(
hide
)
Description:
Bug 29128: Remove the other whitespace in browse shelf link
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-09-30 10:29:08 UTC
Size:
1.78 KB
patch
obsolete
>From 450ebf5276e2b9aecfe7b8be6c745966fe11bafd Mon Sep 17 00:00:00 2001 >From: Jeremy <jeremy.breuillard@biblibre.com> >Date: Tue, 28 Sep 2021 13:14:45 +0000 >Subject: [PATCH] Bug 29128: Remove the other whitespace in browse shelf link > >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 6a78bec88c..0d417a7771 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -1198,7 +1198,7 @@ > [% 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>) > [% 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>) >+ (<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 %] > [% END %] > [% 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