r95539 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95538‎ | r95539 | r95540 >
Date:22:27, 25 August 2011
Author:awjrichards
Status:ok
Tags:
Comment:
Copied from r95535 of trunk
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/CentralNotice/CentralNoticeBannerLogPager.php (replaced) (history)
  • /branches/wmf/1.17wmf1/extensions/CentralNotice/CentralNoticeLogPager.php (replaced) (history)
  • /branches/wmf/1.17wmf1/extensions/CentralNotice/CentralNoticePager.php (replaced) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/CentralNotice/CentralNoticeBannerLogPager.php
@@ -51,7 +51,7 @@
5252
5353 $htmlOut .= Xml::openElement( 'td', array( 'valign' => 'top' ) );
5454 if ( $row->tmplog_action !== 'removed' ) {
55 - $htmlOut .= '<a href="javascript:toggleDisplay(\''.$row->tmplog_id.'\')">'.
 55+ $htmlOut .= '<a href="javascript:toggleLogDisplay(\''.$row->tmplog_id.'\')">'.
5656 '<img src="'.$wgExtensionAssetsPath.'/CentralNotice/collapsed.png" id="cn-collapsed-'.$row->tmplog_id.'" style="display:block;vertical-align:baseline;"/>'.
5757 '<img src="'.$wgExtensionAssetsPath.'/CentralNotice/uncollapsed.png" id="cn-uncollapsed-'.$row->tmplog_id.'" style="display:none;vertical-align:baseline;"/>'.
5858 '</a>';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95535updating function namekaldari22:03, 25 August 2011

Status & tagging log