Changeset - fce05b6f99be
[Not reviewed]
0 1 0
Brett Smith (brett) - 7 years ago 2017-01-01 21:10:21
brett@sfconservancy.org
supporter: Add tabindex to supporter sign-up form.
1 file changed with 10 insertions and 10 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/supporter/form_partial.html
Show inline comments
...
 
@@ -76,3 +76,3 @@ This partial accepts these optional parameters:
 
        <div class="input-group">
 
        $ <input type="number" name="a3" size="5"
 
        $ <input type="number" name="a3" size="5" tabindex="10"
 
               min="{{ min_amt }}" value="{{ default_amt }}">
...
 
@@ -82,3 +82,3 @@ This partial accepts these optional parameters:
 
        <div class="input-group">
 
        $ <input type="number" name="amount" size="5"
 
        $ <input type="number" name="amount" size="5" tabindex="10"
 
               min="{{ min_amt }}" value="{{ default_amt }}">
...
 
@@ -100,4 +100,4 @@ This partial accepts these optional parameters:
 
        <div class="input-group">
 
          <input type="radio" name="on0" value="wantGiftYes">Yes
 
          <input type="radio" checked="checked" name="on0" value="wantGiftNo">No
 
          <input type="radio" tabindex="20" name="on0" value="wantGiftYes">Yes
 
          <input type="radio" tabindex="20" checked="checked" name="on0" value="wantGiftNo">No
 
        </div>
...
 
@@ -108,3 +108,3 @@ This partial accepts these optional parameters:
 
        <div class="input-group">
 
          <select name="os0">
 
          <select name="os0" tabindex="30">
 
            <option value="MenS">Men's S</option>
...
 
@@ -130,4 +130,4 @@ This partial accepts these optional parameters:
 
        <div class="input-group">
 
          <input type="radio" checked="checked" name="on1" value="publicAckYes">Yes
 
          <input type="radio" name="on1" value="publicAckNo">No
 
          <input type="radio" tabindex="40" checked="checked" name="on1" value="publicAckYes">Yes
 
          <input type="radio" tabindex="40" name="on1" value="publicAckNo">No
 
        </div>
...
 
@@ -139,4 +139,4 @@ This partial accepts these optional parameters:
 
        <div class="input-group">
 
          <input type="radio" checked="checked" name="os1" value="joinListYes">Yes
 
          <input type="radio" name="os1" value="joinListNo">No
 
          <input type="radio" tabindex="50" checked="checked" name="os1" value="joinListYes">Yes
 
          <input type="radio" tabindex="50" name="os1" value="joinListNo">No
 
        </div>
...
 
@@ -146,3 +146,3 @@ This partial accepts these optional parameters:
 
    <div class="supporter-form-submit">
 
      <input type="image" name="submit"
 
      <input type="image" name="submit" tabindex="60"
 
             src="/img/supporter-payment-button-{{ form_id }}.png"
0 comments (0 inline, 0 general)