r41583 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41582‎ | r41583 | r41584 >
Date:00:28, 3 October 2008
Author:aaron
Status:old
Tags:
Comment:
Fix tabindex
Modified paths:
  • /trunk/extensions/Renameuser/SpecialRenameuser_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Renameuser/SpecialRenameuser_body.php
@@ -113,7 +113,7 @@
114114 </td>
115115 <td class='mw-input'>" .
116116 Xml::checkLabel( wfMsg( 'renameuserreserve' ), 'reservename', 'reservename',
117 - $reserve_checked, array( 'tabindex' => '4' ) ) .
 117+ $reserve_checked, array( 'tabindex' => '5' ) ) .
118118 "</td>
119119 </tr>"
120120 );
@@ -139,7 +139,7 @@
140140 </td>
141141 <td class='mw-input'>" .
142142 Xml::checkLabel( wfMsg( 'renameuserconfirm' ), 'confirmaction', 'confirmaction',
143 - false, array( 'tabindex' => '5' ) ) .
 143+ false, array( 'tabindex' => '6' ) ) .
144144 "</td>
145145 </tr>"
146146 );
@@ -150,10 +150,10 @@
151151 </td>
152152 <td class='mw-submit'>" .
153153 Xml::submitButton( wfMsg( 'renameusersubmit' ), array( 'name' => 'submit',
154 - 'tabindex' => '6', 'id' => 'submit' ) ) .
 154+ 'tabindex' => '7', 'id' => 'submit' ) ) .
155155 ' ' .
156156 Xml::submitButton( wfMsg( 'blocklogpage' ), array ( 'name' => 'submit-showBlockLog',
157 - 'id' => 'submit-showBlockLog', 'tabindex' => '7' ) ) .
 157+ 'id' => 'submit-showBlockLog', 'tabindex' => '8' ) ) .
158158 "</td>
159159 </tr>" .
160160 Xml::closeElement( 'table' ) .

Status & tagging log