Bugzilla – Attachment 178066 Details for
Bug 23674
Allowing notes on all entries in patron Transactions table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23674: Account for Bootstrap5 changes
Bug-23674-Account-for-Bootstrap5-changes.patch (text/plain), 4.24 KB, created by
Lucas Gass (lukeg)
on 2025-02-13 23:16:46 UTC
(
hide
)
Description:
Bug 23674: Account for Bootstrap5 changes
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-02-13 23:16:46 UTC
Size:
4.24 KB
patch
obsolete
>From 48023581b6bd6716addd26a08921223835c9295c Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 8 Nov 2024 21:36:44 +0000 >Subject: [PATCH] Bug 23674: Account for Bootstrap5 changes > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../prog/en/modules/members/boraccount.tt | 20 +++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >index 94064022f34..ad4fba67a59 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -184,8 +184,8 @@ > [% IF account.is_credit && account.status != 'VOID' %] > <button > type="button" >- data-toggle="modal" >- data-target="#voidPaymentModal" >+ data-bs-toggle="modal" >+ data-bs-target="#voidPaymentModal" > data-accountline="[% account.accountlines_id | html %]" > data-member="[% account.borrowernumber | html %]" > class="btn btn-default btn-xs void-action" >@@ -195,8 +195,8 @@ > [% IF account.is_debit && account.amount == account.amountoutstanding && account.status != 'CANCELLED' && !(account.debit_type_code == 'PAYOUT') %] > <button > type="button" >- data-toggle="modal" >- data-target="#cancelChargeModal" >+ data-bs-toggle="modal" >+ data-bs-target="#cancelChargeModal" > data-accountlines_id="[% account.accountlines_id | html %]" > data-borrowernumber="[% patron.borrowernumber | html %]" > class="btn btn-default btn-xs void-action" >@@ -448,8 +448,8 @@ > <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="voidPaymentLabel">Void payment</h4> >+ <h1 class="modal-title" id="voidPaymentLabel">Void payment</h1> >+ <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> > </div> > <div class="modal-body"> > <fieldset class="rows"> >@@ -486,8 +486,8 @@ > <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="cancelChargeLabel">Cancel charge</h4> >+ <h1 class="modal-title" id="cancelChargeLabel">Cancel charge</h1> >+ <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> > </div> > <div class="modal-body"> > <fieldset class="rows"> >@@ -502,8 +502,8 @@ > </div> > <!-- /.modal-body --> > <div class="modal-footer"> >- <button type="submit" class="btn btn-default">Confirm</button> >- <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> >+ <button type="submit" class="btn btn-primary">Confirm</button> >+ <button type="button" class="btn btn-default" data-bs-dismiss="modal">Cancel</button> > </div> > <!-- /.modal-footer --> > </div> >-- >2.39.5
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 23674
:
168035
|
168036
|
168174
|
168177
|
168178
|
168180
|
168213
|
168329
|
168330
|
169782
|
169783
|
169784
|
169785
|
169786
|
169787
|
169788
|
174300
|
174301
|
174302
|
174303
|
174304
|
174305
|
174306
|
174307
|
174308
|
177225
|
177226
|
177227
|
177228
|
177229
|
177230
|
177231
|
177232
|
177233
|
178059
|
178060
|
178061
|
178062
|
178063
|
178064
|
178065
|
178066
|
178067
|
178791
|
178792
|
178793
|
178794
|
178795
|
178796
|
178797
|
178798
|
178799
|
178884
|
178885