Ssmith has uploaded a new change for review.

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

Change subject: Put "state" placeholder in state dropdown
......................................................................

Put "state" placeholder in state dropdown

Change-Id: I8617e0e802cff8bc68fa867383453df834f7f47e
---
M globalcollect_gateway/forms/html/_personal-information/AU.html
M globalcollect_gateway/forms/html/_personal-information/CA.html
M globalcollect_gateway/forms/html/_personal-information/US.html
3 files changed, 3 insertions(+), 3 deletions(-)


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

diff --git a/globalcollect_gateway/forms/html/_personal-information/AU.html 
b/globalcollect_gateway/forms/html/_personal-information/AU.html
index 5d29edb..48eb32b 100644
--- a/globalcollect_gateway/forms/html/_personal-information/AU.html
+++ b/globalcollect_gateway/forms/html/_personal-information/AU.html
@@ -18,7 +18,7 @@
        <td colspan="2" style="white-space: nowrap;">
                <label>State:</label>
                <select id="state" name="state" class="au" value="@state" >
-                       <option value=""></option>
+                       <option value="" disabled selected>State</option>
                        <option value="ACT">ACT</option>
                        <option value="NSW">NSW</option>
                        <option value="NT">NT</option>
diff --git a/globalcollect_gateway/forms/html/_personal-information/CA.html 
b/globalcollect_gateway/forms/html/_personal-information/CA.html
index d088fee..fe7c48f 100644
--- a/globalcollect_gateway/forms/html/_personal-information/CA.html
+++ b/globalcollect_gateway/forms/html/_personal-information/CA.html
@@ -20,7 +20,7 @@
        <td colspan="2">
                <input class="halfwidth state" name="city" value="@city" 
type="text" title="%donate_interface-donor-city%" 
placeholder="%donate_interface-donor-city%" id="city">
                <select id="state" name="state" class="ca" value="@state" >
-                       <option value=""></option>
+                       <option value="" disabled selected>State</option>
                        <option value="AB">AB</option>
                        <option value="BC">BC</option>
                        <option value="MB">MB</option>
diff --git a/globalcollect_gateway/forms/html/_personal-information/US.html 
b/globalcollect_gateway/forms/html/_personal-information/US.html
index 0406d6a..8095180 100644
--- a/globalcollect_gateway/forms/html/_personal-information/US.html
+++ b/globalcollect_gateway/forms/html/_personal-information/US.html
@@ -20,7 +20,7 @@
        <td colspan="2" style="white-space: nowrap;">
                <input class="halfwidth state" name="city" value="@city" 
type="text" title="%donate_interface-donor-city%" 
placeholder="%donate_interface-donor-city%" id="city">
                <select id="state" name="state" class="us" value="@state" >
-                       <option value=""></option>
+                       <option value="" disabled selected>State</option>
                        <option value="AK">AK</option>
                        <option value="AL">AL</option>
                        <option value="AR">AR</option>

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8617e0e802cff8bc68fa867383453df834f7f47e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Ssmith <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to