Bugzilla – Attachment 171905 Details for
Bug 31354
Clarify options for 'Change messaging preferences to default for this category?' popup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31354: Adjust modal for Bootstrap5 changes
Bug-31354-Adjust-modal-for-Bootstrap5-changes.patch (text/plain), 2.17 KB, created by
Lucas Gass (lukeg)
on 2024-09-23 22:56:15 UTC
(
hide
)
Description:
Bug 31354: Adjust modal for Bootstrap5 changes
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-09-23 22:56:15 UTC
Size:
2.17 KB
patch
obsolete
>From 1034bd173e421b9e6a93f67032b7389e636c412f Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 23 Sep 2024 22:55:07 +0000 >Subject: [PATCH] Bug 31354: Adjust modal for Bootstrap5 changes > >--- > .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index c4dac24e6e6..3fa85cd4231 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1763,15 +1763,15 @@ legend.collapsed i.fa.fa-caret-down::before { > <div class="modal-dialog" role="document"> > <div class="modal-content"> > <div class="modal-header"> >- <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> >- <h4 class="modal-title" id="messagePreferencesModalLabel">Confirm message preferences</h4> >+ <h1 class="modal-title" id="messagePreferencesModalLabel">Confirm message preferences</h1> >+ <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> > </div> > <div class="modal-body"> > <p>Change messaging preferences to default for this category?</p> > </div> > <div class="modal-footer"> > <button id="messagePreferencesConfirmBtn" class="btn btn-primary"><i class="fa fa-check" aria-hidden="true"></i> Yes</button> >- <button id="messagePreferencesCancelBtn"data-dismiss="modal" class="btn btn-secondary"><i class="fa fa-times" aria-hidden="true"></i> No</button> >+ <button id="messagePreferencesCancelBtn" data-bs-dismiss="modal" class="btn btn-secondary"><i class="fa fa-times" aria-hidden="true"></i> No</button> > </div> > </div> > </div> >-- >2.39.2
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 31354
:
168480
|
168482
|
168484
|
168578
|
171474
| 171905