Bugzilla – Attachment 100098 Details for
Bug 24775
Payment submit button on POS page should have an ID
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24775: Add ID to POS submit payment button
Bug-24775-Add-ID-to-POS-submit-payment-button.patch (text/plain), 1.42 KB, created by
Tomás Cohen Arazi (tcohen)
on 2020-03-04 12:00:46 UTC
(
hide
)
Description:
Bug 24775: Add ID to POS submit payment button
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-03-04 12:00:46 UTC
Size:
1.42 KB
patch
obsolete
>From f15960a8e06799d911332a3a85c4677cbf112b4c Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 2 Mar 2020 11:59:27 +0000 >Subject: [PATCH] Bug 24775: Add ID to POS submit payment button > >This patch simply adds an ID to the submit button to make it easier to >overide styling and functionality. > >Test Plan: >0/ Inspect the element on page and note there is no id >1/ Apply patch >2/ Refresh page >3/ Inspect the element on page and note there is now an id > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> > >Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt >index 6e8bb564f8..d766d86396 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt >@@ -132,7 +132,7 @@ > </div> > > <div class="action"> >- <input type="submit" name="submitbutton" value="Confirm" /> >+ <input type="submit" id="submitbutton" name="submitbutton" value="Confirm" /> > <a class="cancel" href="/cgi-bin/koha/pos/pay.pl">Cancel</a> > </div> > </div> >-- >2.25.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 24775
:
99904
|
99954
|
99999
| 100098