jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Jdlrobson: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Ie737b8bd74179ce916747c5e9cd23304e2ad8b16
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Prtksxna <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to