Matmarex has uploaded a new change for review.

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


Change subject: Make the table on Special:Tags sortable
......................................................................

Make the table on Special:Tags sortable

Makes for easier searching when a wiki has a couple dozen of them.

Change-Id: I8646a95946294eca66003fa409a923eb854c9049
---
M includes/specials/SpecialTags.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/23/73023/1

diff --git a/includes/specials/SpecialTags.php 
b/includes/specials/SpecialTags.php
index d87f263..b19c6e8 100644
--- a/includes/specials/SpecialTags.php
+++ b/includes/specials/SpecialTags.php
@@ -58,7 +58,7 @@
                        $html .= $this->doTagRow( $tag, 0 );
                }
 
-               $out->addHTML( Xml::tags( 'table', array( 'class' => 'wikitable 
mw-tags-table' ), $html ) );
+               $out->addHTML( Xml::tags( 'table', array( 'class' => 'wikitable 
sortable mw-tags-table' ), $html ) );
        }
 
        function doTagRow( $tag, $hitcount ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8646a95946294eca66003fa409a923eb854c9049
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Matmarex <[email protected]>

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

Reply via email to