plugins/SpecialUserFuncs.php
changeset 371 dc6026376919
parent 359 e0787bb6285b
child 372 5bd429428101
--- a/plugins/SpecialUserFuncs.php	Tue Jan 22 01:08:15 2008 -0500
+++ b/plugins/SpecialUserFuncs.php	Wed Jan 23 12:48:22 2008 -0500
@@ -752,7 +752,7 @@
                 </div>
                 <p style="text-align: center;">
                   <label>
-                    <input type="checkbox" name="tou_agreed" />
+                    <input tabindex="7" type="checkbox" name="tou_agreed" />
                     <b><?php echo $lang->get('user_reg_lbl_field_tou'); ?></b>
                   </label>
                 </p>
@@ -766,7 +766,7 @@
             <!-- FIELD: submit button -->
             <tr>
               <th class="subhead" colspan="3" style="text-align: center;">
-                <input tabindex="7" type="submit" name="submit" value="<?php echo $lang->get('user_reg_btn_create_account'); ?>" />
+                <input tabindex="8" type="submit" name="submit" value="<?php echo $lang->get('user_reg_btn_create_account'); ?>" />
               </td>
             </tr>