r49501 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49500‎ | r49501 | r49502 >
Date:09:43, 15 April 2009
Author:raymond
Status:ok
Tags:
Comment:
Follow up r49500: fix classname
Modified paths:
  • /trunk/phase3/includes/specials/SpecialAllpages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialAllpages.php
@@ -252,7 +252,7 @@
253253 "<a href=\"$link\">$inpointf</a></td><td>",
254254 "</td><td><a href=\"$link\">$outpointf</a>"
255255 );
256 - return '<tr><td class="mw-allpages-nav">' . $out . '</td></tr>';
 256+ return '<tr><td class="mw-allpages-alphaindexline">' . $out . '</td></tr>';
257257 }
258258
259259 /**

Follow-up revisions

RevisionCommit summaryAuthorDate
r49502Follow up r49500: add class from r49501 to the CSS files too.raymond09:49, 15 April 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r49500* Special:AllPages: Move hardcoded styles from code to CSSraymond09:36, 15 April 2009

Status & tagging log