diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-25 06:18:03 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-25 06:18:03 -0500 |
| commit | 40e27113f79d2bcf6d5918d87e836e7981577004 (patch) | |
| tree | 3d23c090708acf0202154b5052fe608b6ec87362 /StoneIsland/www/index.html | |
| parent | cec1ab9102cc6943d7e8f77b97a69ed3925a227e (diff) | |
harmonize with YOOX
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index b06b3297..1ca0ab77 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -738,8 +738,8 @@ <input type="text" name="City" placeholder="City"> <div class="select-wrapper"> <span>STATE</span> - <select name="State"> - <option value="NONE">State</option> + <select name="Province"> + <option value="NONE" selected>State</option> <option value="AL">Alabama</option> <option value="AK">Alaska</option> <option value="AZ">Arizona</option> @@ -795,11 +795,14 @@ </div> </div> <div class="half-input"> - <input type="text" name="Zip" placeholder="ZIP" required> - <div id="country-wrapper"> + <input type="text" name="ZipCode" placeholder="ZIP" required> + <div class="country-wrapper-static"> + UNITED STATES +<!-- <div id="country-select"> <input type="text" name="Country" placeholder="UNITED STATES" required> </div> + --> </div> </div> <input type="number" name="Phone" placeholder="Phone Number"> |
