Bug 24775: Add ID to POS submit payment button
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 2 Mar 2020 11:59:27 +0000 (11:59 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 4 Mar 2020 14:51:13 +0000 (14:51 +0000)
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>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt

index 13d5d4be075d3e6e7c77cbe139be96ebc1441679..dc013eea6e938d0a8255ddde443082e75df2ae9b 100644 (file)
                 </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>