Bugzilla – Attachment 99954 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.31 KB, created by
PTFS Europe Sandboxes
on 2020-03-02 17:14:29 UTC
(
hide
)
Description:
Bug 24775: Add ID to POS submit payment button
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2020-03-02 17:14:29 UTC
Size:
1.31 KB
patch
obsolete
>From 18202200b6c21cf06dd67ff7ee6a1d37d38bf940 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> >--- > 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 e0a68b1436..dfe2830b92 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.11.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