Alex Monk has uploaded a new change for review.
https://gerrit.wikimedia.org/r/71354
Change subject: Set taborder on Special:ActiveUsers
......................................................................
Set taborder on Special:ActiveUsers
Order: 'Display users starting at' text box, hide bots checkbox, hide admins
checkbox, go button
Bug: 43558
Change-Id: Ib32b43324abd0295b029f9b8e6c5af17b6570d4f
---
M includes/specials/SpecialActiveusers.php
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/54/71354/1
diff --git a/includes/specials/SpecialActiveusers.php
b/includes/specials/SpecialActiveusers.php
index 3885043..705dab5 100644
--- a/includes/specials/SpecialActiveusers.php
+++ b/includes/specials/SpecialActiveusers.php
@@ -206,15 +206,15 @@
$out .= Html::hidden( 'title', $self->getPrefixedDBkey() ) .
$limit . "\n";
$out .= Xml::inputLabel( $this->msg( 'activeusers-from'
)->text(),
- 'username', 'offset', 20, $this->requestedUser ) . '<br
/>';# Username field
+ 'username', 'offset', 20, $this->requestedUser, array(
'tabindex' => 1 ) ) . '<br />';# Username field
$out .= Xml::checkLabel( $this->msg( 'activeusers-hidebots'
)->text(),
- 'hidebots', 'hidebots', $this->opts->getValue(
'hidebots' ) );
+ 'hidebots', 'hidebots', $this->opts->getValue(
'hidebots' ), array( 'tabindex' => 2 ) );
$out .= Xml::checkLabel( $this->msg( 'activeusers-hidesysops'
)->text(),
- 'hidesysops', 'hidesysops', $this->opts->getValue(
'hidesysops' ) ) . '<br />';
+ 'hidesysops', 'hidesysops', $this->opts->getValue(
'hidesysops' ), array( 'tabindex' => 3 ) ) . '<br />';
- $out .= Xml::submitButton( $this->msg( 'allpagessubmit'
)->text() ) . "\n";# Submit button and form bottom
+ $out .= Xml::submitButton( $this->msg( 'allpagessubmit'
)->text(), array( 'tabindex' => 4 ) ) . "\n";# Submit button and form bottom
$out .= Xml::closeElement( 'fieldset' );
$out .= Xml::closeElement( 'form' );
--
To view, visit https://gerrit.wikimedia.org/r/71354
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib32b43324abd0295b029f9b8e6c5af17b6570d4f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits