jenkins-bot has submitted this change and it was merged.

Change subject: Add id attribute to amount and currency
......................................................................


Add id attribute to amount and currency

Makes 'em easier to target.

Change-Id: I5fa99c2782cb322fb8219b8f94c41f7699f39c25
---
M gateway_forms/mustache/payment_amount.html.mustache
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Awight: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/gateway_forms/mustache/payment_amount.html.mustache 
b/gateway_forms/mustache/payment_amount.html.mustache
index 2e23c44..daaa9d4 100644
--- a/gateway_forms/mustache/payment_amount.html.mustache
+++ b/gateway_forms/mustache/payment_amount.html.mustache
@@ -1,7 +1,7 @@
 <h3 class="amount_header">{{ l10n "donate_interface-amount-legend" }}:
        <span id="amount_input" {{^ show_amount_input }}class="hidden"{{/ 
show_amount_input }} >
-               <input type="number" step="any" name="amount" value="{{ amount 
}}" />
-               <select name="currency_code" >
+               <input type="number" step="any" name="amount" id="amount" 
value="{{ amount }}" />
+               <select name="currency_code" id="currency_code">
                {{# currencies }}
                        <option value="{{ code }}" {{# selected }}selected{{/ 
selected }} >{{ code }}</option>
                {{/ currencies }}

-- 
To view, visit https://gerrit.wikimedia.org/r/230939
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5fa99c2782cb322fb8219b8f94c41f7699f39c25
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Ejegg <eeggles...@wikimedia.org>
Gerrit-Reviewer: AndyRussG <andrew.green...@gmail.com>
Gerrit-Reviewer: Awight <awi...@wikimedia.org>
Gerrit-Reviewer: Ssmith <ssm...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to