Prtksxna has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/158330

Change subject: Use mediawiki UI for Special:PrefixIndex
......................................................................

Use mediawiki UI for Special:PrefixIndex

Bug: 70382
Change-Id: I7a59eef8185d705fd5fcd051e12c34338c1c9076
---
M includes/specials/SpecialPrefixindex.php
1 file changed, 10 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/30/158330/1

diff --git a/includes/specials/SpecialPrefixindex.php 
b/includes/specials/SpecialPrefixindex.php
index 2e67e2b..7b8f3d7 100644
--- a/includes/specials/SpecialPrefixindex.php
+++ b/includes/specials/SpecialPrefixindex.php
@@ -112,7 +112,12 @@
                        Xml::label( $this->msg( 'allpagesprefix' )->text(), 
'nsfrom' ) .
                        "</td>
                                <td class='mw-input'>" .
-                       Xml::input( 'prefix', 30, str_replace( '_', ' ', $from 
), array( 'id' => 'nsfrom' ) ) .
+                       Xml::input(
+                               'prefix',
+                               30,
+                               str_replace( '_', ' ', $from ),
+                               array( 'id' => 'nsfrom', 'class' => 
'mw-ui-input-inline' )
+                       ) .
                        "</td>
                        </tr>
                        <tr>
@@ -139,7 +144,10 @@
                                'stripprefix',
                                $this->stripPrefix
                        ) . ' ' .
-                       Xml::submitButton( $this->msg( 'allpagessubmit' 
)->text() ) .
+                       Xml::submitButton(
+                               $this->msg( 'allpagessubmit' )->text(),
+                               array( 'class' => 'mw-ui-button 
mw-ui-constructive' )
+                       ) .
                        "</td>
                        </tr>";
                $out .= Xml::closeElement( 'table' );

-- 
To view, visit https://gerrit.wikimedia.org/r/158330
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7a59eef8185d705fd5fcd051e12c34338c1c9076
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Prtksxna <psax...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to