Bugzilla – Attachment 99294 Details for
Bug 24689
Fix missing 'hold' class regression from BZ 23903 (19.11.x)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24689: Fix missing 'hold' class regression from BZ 23903 (19.11.x)
Bug-24689-Fix-missing-hold-class-regression-from-B.patch (text/plain), 2.11 KB, created by
Mason James
on 2020-02-20 06:20:47 UTC
(
hide
)
Description:
Bug 24689: Fix missing 'hold' class regression from BZ 23903 (19.11.x)
Filename:
MIME Type:
Creator:
Mason James
Created:
2020-02-20 06:20:47 UTC
Size:
2.11 KB
patch
obsolete
>From 1d469a1cf8a5283dd2b7db31c12d2c04916b9df5 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Thu, 20 Feb 2020 19:04:36 +1300 >Subject: [PATCH] Bug 24689: Fix missing 'hold' class regression from BZ 23903 > (19.11.x) >Content-Type: text/plain; charset="utf-8" > >this trival patch replaces the missing 'hold' class, regressed in BZ 23903 (19.11.x) >this issue have been fixed in master :) > >test plan.. > >1/ apply patch, >2/ observe missing hold class exists (pic attached) >--- > 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 2ad3ee9d..9a65e14 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >@@ -540,7 +540,7 @@ > [% IF Koha.Preference( 'RequestOnOpac' ) == 1 %] > [% UNLESS ( SEARCH_RESULT.norequests ) %] > [% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) %] >- <span class="actions"><a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]" class="btn btn-link"><i class="fa fa-bookmark"></i> Place hold</a></span><!-- add back when available 0 holds in queue--> >+ <span class="actions"><a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]" class="hold btn btn-link"><i class="fa fa-bookmark"></i> Place hold</a></span><!-- add back when available 0 holds in queue--> > [% END # / IF opacuserlogin && holdable %] > [% END # UNLESS SEARCH_RESULT.norequests %] > [% END # IF RequestOnOpac %] >-- >2.1.4
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 24689
: 99294