Prtksxna has uploaded a new change for review.
https://gerrit.wikimedia.org/r/162142
Change subject: Special:ActiveUsers: Use mw-ui-input-inline
......................................................................
Special:ActiveUsers: Use mw-ui-input-inline
Bug: 71142
Change-Id: Ie737b8bd74179ce916747c5e9cd23304e2ad8b16
---
M includes/specials/SpecialActiveusers.php
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/42/162142/1
diff --git a/includes/specials/SpecialActiveusers.php
b/includes/specials/SpecialActiveusers.php
index ce43652..d17b671 100644
--- a/includes/specials/SpecialActiveusers.php
+++ b/includes/specials/SpecialActiveusers.php
@@ -205,7 +205,8 @@
# Username field
$out .= Xml::inputLabel( $this->msg( 'activeusers-from'
)->text(),
- 'username', 'offset', 20, $this->requestedUser, array(
'tabindex' => 1 ) ) . '<br />';
+ 'username', 'offset', 20, $this->requestedUser,
+ array( 'class' => 'mw-ui-input-inline', 'tabindex' => 1
) ) . '<br />';
$out .= Xml::checkLabel( $this->msg( 'activeusers-hidebots'
)->text(),
'hidebots', 'hidebots', $this->opts->getValue(
'hidebots' ), array( 'tabindex' => 2 ) );
--
To view, visit https://gerrit.wikimedia.org/r/162142
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie737b8bd74179ce916747c5e9cd23304e2ad8b16
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Prtksxna <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits