Bugzilla – Attachment 173428 Details for
Bug 23732
Hold rules checker: show matched rules and syspref values to help understand why a hold is possible or not
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23732: Fixes for Bootstrap 5
Bug-23732-Fixes-for-Bootstrap-5.patch (text/plain), 2.43 KB, created by
Victor Grousset/tuxayo
on 2024-10-28 04:18:38 UTC
(
hide
)
Description:
Bug 23732: Fixes for Bootstrap 5
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2024-10-28 04:18:38 UTC
Size:
2.43 KB
patch
obsolete
>From 3b2baad606baa77e0bc4a1711089c1298554c51d Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Mon, 28 Oct 2024 05:10:08 +0100 >Subject: [PATCH] Bug 23732: Fixes for Bootstrap 5 > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 53ffe0d094..de9f4aa3dc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -242,7 +242,7 @@ > [% END %] > > [% IF canbookbereserved_responses %] >- <button type="button" class="btn btn-sm" data-toggle="modal" data-target="#holdruleschecker">[% t('Show circulation rules') | html %]</button> >+ <button type="button" class="btn btn-sm" data-bs-toggle="modal" data-bs-target="#holdruleschecker">[% t('Show circulation rules') | html %]</button> > [% END %] > > [% UNLESS club OR patron OR patron.borrowernumber OR noitems OR nobiblio %] >@@ -2056,7 +2056,7 @@ > <div class="panel panel-default"> > <div class="panel-heading" role="tab" id="heading-[% response.biblio.biblionumber | html %]"> > <h4 class="panel-title"> >- <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-[% response.biblio.biblionumber | html %]" aria-expanded="true" aria-controls="collapse-[% response.biblio.biblionumber | html %]"> >+ <a role="button" data-bs-toggle="collapse" data-parent="#accordion" href="#collapse-[% response.biblio.biblionumber | html %]" aria-expanded="true" aria-controls="collapse-[% response.biblio.biblionumber | html %]"> > [% response.biblio.title | html %] > </a> > </h4> >@@ -2156,7 +2156,7 @@ > </div> > </div> > <div class="modal-footer"> >- <button type="button" class="btn btn-default" data-dismiss="modal">[% t('Close') | html %]</button> >+ <button type="button" class="btn btn-default" data-bs-dismiss="modal">[% t('Close') | html %]</button> > </div> > </div> > </div> >-- >2.47.0
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 23732
:
95435
|
95436
|
95443
|
95444
|
95445
|
95934
|
147501
|
147504
|
173427
|
173428
|
178886
|
178887
|
178888
|
179026
|
179027