r32017 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32016‎ | r32017 | r32018 >
Date:13:50, 15 March 2008
Author:btongminh
Status:old
Tags:
Comment:
Also applying r32016 to the Modern skin.
Modified paths:
  • /trunk/phase3/skins/Modern.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Modern.php
@@ -139,7 +139,7 @@
140140
141141 <!-- other portlets -->
142142 <?php foreach ($this->data['sidebar'] as $bar => $cont) { ?>
143 - <div class='portlet' id='p-<?php echo Sanitizer::escapeId($bar) ?>'<?php echo $skin->tooltip('p-'.$bar) ?>>
 143+ <div class='generated-sidebar portlet' id='p-<?php echo Sanitizer::escapeId($bar) ?>'<?php echo $skin->tooltip('p-'.$bar) ?>>
144144 <h5><?php $out = wfMsg( $bar ); if (wfEmptyMsg($bar, $out)) echo $bar; else echo $out; ?></h5>
145145 <div class='pBody'>
146146 <ul>

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r32016(bug 7251) Sidebars generated by MediaWiki:Sidebar now have the class 'genera...btongminh13:44, 15 March 2008

Status & tagging log