Ejegg has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/230706

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(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface 
refs/changes/06/230706/1

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/230706
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5fa99c2782cb322fb8219b8f94c41f7699f39c25
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: payWithAmazon
Gerrit-Owner: Ejegg <eeggles...@wikimedia.org>

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

Reply via email to