Index: trunk/extensions/Renameuser/SpecialRenameuser_body.php |
— | — | @@ -113,7 +113,7 @@ |
114 | 114 | </td> |
115 | 115 | <td class='mw-input'>" . |
116 | 116 | Xml::checkLabel( wfMsg( 'renameuserreserve' ), 'reservename', 'reservename', |
117 | | - $reserve_checked, array( 'tabindex' => '4' ) ) . |
| 117 | + $reserve_checked, array( 'tabindex' => '5' ) ) . |
118 | 118 | "</td> |
119 | 119 | </tr>" |
120 | 120 | ); |
— | — | @@ -139,7 +139,7 @@ |
140 | 140 | </td> |
141 | 141 | <td class='mw-input'>" . |
142 | 142 | Xml::checkLabel( wfMsg( 'renameuserconfirm' ), 'confirmaction', 'confirmaction', |
143 | | - false, array( 'tabindex' => '5' ) ) . |
| 143 | + false, array( 'tabindex' => '6' ) ) . |
144 | 144 | "</td> |
145 | 145 | </tr>" |
146 | 146 | ); |
— | — | @@ -150,10 +150,10 @@ |
151 | 151 | </td> |
152 | 152 | <td class='mw-submit'>" . |
153 | 153 | Xml::submitButton( wfMsg( 'renameusersubmit' ), array( 'name' => 'submit', |
154 | | - 'tabindex' => '6', 'id' => 'submit' ) ) . |
| 154 | + 'tabindex' => '7', 'id' => 'submit' ) ) . |
155 | 155 | ' ' . |
156 | 156 | Xml::submitButton( wfMsg( 'blocklogpage' ), array ( 'name' => 'submit-showBlockLog', |
157 | | - 'id' => 'submit-showBlockLog', 'tabindex' => '7' ) ) . |
| 157 | + 'id' => 'submit-showBlockLog', 'tabindex' => '8' ) ) . |
158 | 158 | "</td> |
159 | 159 | </tr>" . |
160 | 160 | Xml::closeElement( 'table' ) . |