Bugzilla – Attachment 101440 Details for
Bug 24951
Payout modal confirm button should have an ID
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24951: Add id to payout modal confirm button
Bug-24951-Add-id-to-payout-modal-confirm-button.patch (text/plain), 1.49 KB, created by
Martin Renvoize (ashimema)
on 2020-03-23 12:49:38 UTC
(
hide
)
Description:
Bug 24951: Add id to payout modal confirm button
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-03-23 12:49:38 UTC
Size:
1.49 KB
patch
obsolete
>From b114fc4968c680bc06a0375b106c84bade0f24f6 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 23 Mar 2020 12:47:27 +0000 >Subject: [PATCH] Bug 24951: Add id to payout modal confirm button > >This patch adds an ID to the payout confirmation modal on the >borrower account details page. > >Test plan: >1/ Apply patch >2/ Attempt to issue a payout to a patron >3/ Inspect the page and note the presence of an ID for the confirm > button >4/ Signoff >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 2d41a7eaed..73cdfe3b9c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -181,7 +181,7 @@ > </div> <!-- /.modal-body --> > <div class="modal-footer"> > <input type="hidden" name="op" value="payout"> >- <button type="submit" class="btn btn-default">Confirm</button> >+ <button type="submit" class="btn btn-default" id="borr_payout_confirm">Confirm</button> > <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> > </div> <!-- /.modal-footer --> > </div> <!-- /.modal-content --> >-- >2.20.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 24951
:
101440
|
101478
|
101504