r36523 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36522‎ | r36523 | r36524 >
Date:10:51, 21 June 2008
Author:rotem
Status:old
Tags:
Comment:
Removing the recent changes fieldset, per complaints from some users.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialRecentchanges.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialRecentchanges.php
@@ -334,7 +334,6 @@
335335
336336 $panel = array();
337337 $panel[] = rcOptionsPanel( $defaults, $nondefaults );
338 - $panel[] = '<hr />';
339338
340339 $extraOpts = array();
341340 $extraOpts['namespace'] = $this->namespaceFilterForm( $opts );
@@ -371,9 +370,7 @@
372371 $panel[] = $form;
373372 $panelString = implode( "\n", $panel );
374373
375 - $wgOut->addHTML(
376 - Xml::fieldset( wfMsg( 'recentchanges' ), $panelString, array( 'class' => 'rcoptions' ) )
377 - );
 374+ $wgOut->addHTML( $panelString );
378375 }
379376
380377 /**

Follow-up revisions

RevisionCommit summaryAuthorDate
r36876Revert r36523 -- removal of the fieldset made Recentchanges/Recentchangeslink...brion02:31, 2 July 2008

Status & tagging log