From: Raymond Date: Wed, 16 May 2018 13:39:44 +0000 (+0200) Subject: Make Special:TrackingCategories sortable X-Git-Tag: 1.34.0-rc.0~5389^2 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=9a1b8786469b80a86c73c4e899a1658a93c44a29;p=lhc%2Fweb%2Fwiklou.git Make Special:TrackingCategories sortable https://de.wikipedia.org/wiki/Spezial:Tracking-Kategorien is longer than 1 screen page Change-Id: Idf2681960bc87f5f189b1666899bd609d74495bb --- diff --git a/includes/specials/SpecialTrackingCategories.php b/includes/specials/SpecialTrackingCategories.php index e503d92b41..3ee7cea1ca 100644 --- a/includes/specials/SpecialTrackingCategories.php +++ b/includes/specials/SpecialTrackingCategories.php @@ -41,7 +41,7 @@ class SpecialTrackingCategories extends SpecialPage { $this->outputHeader(); $this->getOutput()->allowClickjacking(); $this->getOutput()->addHTML( - Html::openElement( 'table', [ 'class' => 'mw-datatable', + Html::openElement( 'table', [ 'class' => 'mw-datatable sortable', 'id' => 'mw-trackingcategories-table' ] ) . "\n" . " " .