Bugzilla – Attachment 174453 Details for
Bug 14670
Add 'cite' option to detail page in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14670: Adjustments for Bootstrap 5
Bug-14670-Adjustments-for-Bootstrap-5.patch (text/plain), 2.57 KB, created by
Jonathan Druart
on 2024-11-13 10:29:32 UTC
(
hide
)
Description:
Bug 14670: Adjustments for Bootstrap 5
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-11-13 10:29:32 UTC
Size:
2.57 KB
patch
obsolete
>From 30770f37baf7bfb6a2380ec6cee29d5a4079425d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 13 Nov 2024 11:28:55 +0100 >Subject: [PATCH] Bug 14670: Adjustments for Bootstrap 5 > >--- > .../opac-tmpl/bootstrap/en/includes/modals/catalog_cite.inc | 5 ++--- > .../opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc | 2 +- > 2 files changed, 3 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/modals/catalog_cite.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/modals/catalog_cite.inc >index d81ba29350c..8115ae89475 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/modals/catalog_cite.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/modals/catalog_cite.inc >@@ -5,8 +5,7 @@ > <div class="modal-content"> > <div class="modal-header"> > <h3 class="modal-title" id="citeModalLabel">[% biblio.title | html %]</h3> >- <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"> >- <span aria-hidden="true">×</span> >+ <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> > </div> > <div class="modal-body"> > [% FOREACH system IN cites.keys.sort %] >@@ -15,7 +14,7 @@ > [% END %] > </div> > <div class="modal-footer"> >- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> >+ <button type="button" class="btn btn-default" data-bs-dismiss="modal">Close</button> > </div> > </div> > </div> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc >index bc6b62592fa..a0ddc377be4 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc >@@ -17,7 +17,7 @@ > [% END %] > > <li><a class="print-large btn btn-link btn-lg" href="#"><i class="fa fa-fw fa-print" aria-hidden="true"></i> Print</a></li> >- <li><a class="cite btn btn-link btn-lg" href="#" id="cite" data-toggle="modal" data-target="#citeModal"><i class="fa fa-fw fa-quote-left" aria-hidden="true"></i> Cite</a></li> >+ <li><a class="cite btn btn-link btn-lg" href="#" id="cite" data-bs-toggle="modal" data-bs-target="#citeModal"><i class="fa fa-fw fa-quote-left" aria-hidden="true"></i> Cite</a></li> > > [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] > [% IF artreqpossible %] >-- >2.34.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 14670
:
41441
|
42971
|
43508
|
43770
|
43771
|
43828
|
43829
|
43919
|
43920
|
43921
|
43922
|
43923
|
43924
|
75679
|
75680
|
75681
|
75682
|
75683
|
161600
|
161601
|
161602
|
161603
|
161604
|
161605
|
161606
|
161607
|
166474
|
167528
|
167529
|
167530
|
167531
|
167532
|
167533
|
167534
|
167535
|
173515
|
173516
|
173517
|
173518
|
173519
|
173520
|
173521
|
173522
|
173523
|
173524
| 174453