r66474 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66473‎ | r66474 | r66475 >
Date:15:14, 15 May 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Add CSS for table
Modified paths:
  • /trunk/extensions/Translate/SpecialLanguageStats.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/SpecialLanguageStats.php
@@ -26,6 +26,8 @@
2727 $this->setHeaders();
2828 $this->outputHeader();
2929
 30+ $wgOut->addExtensionStyle( TranslateUtils::assetPath( 'Translate.css' ) );
 31+
3032 # no UI when including()
3133 if ( !$this->including() ) {
3234 $code = $wgRequest->getVal( 'code', $par );
@@ -149,7 +151,7 @@
150152 $out .= Xml::openElement(
151153 'table',
152154 array(
153 - 'class' => "sortable wikitable"
 155+ 'class' => "sortable wikitable mw-sp-translate-table"
154156 )
155157 );
156158

Status & tagging log