Revert r32218 -- incredibly cryptic illegible class names

This commit is contained in:
Brion Vibber 2008-03-20 17:16:21 +00:00
parent 95682c75b8
commit 0324d0b082

View file

@ -505,7 +505,7 @@ class EnhancedChangesList extends ChangesList {
*/
function recentChangesBlockGroup( $block ) {
global $wgLang, $wgContLang, $wgRCShowChangedSize;
$r = '<table class="mw-cl-cbg" cellpadding="0" cellspacing="0" border="0"><tr>';
$r = '<table cellpadding="0" cellspacing="0" border="0"><tr>';
# Collate list of users
$isnew = false;
@ -617,7 +617,7 @@ class EnhancedChangesList extends ChangesList {
$r .= "</td></tr></table>\n";
# Sub-entries
$r .= '<div id="' . $rci . '" style="display:none;"><table class="mw-cl-rci" cellpadding="0" cellspacing="0" border="0">';
$r .= '<div id="'.$rci.'" style="display:none;"><table cellpadding="0" cellspacing="0" border="0">';
foreach( $block as $rcObj ) {
# Get rc_xxxx variables
// FIXME: Would be good to replace this extract() call with something that explicitly initializes local variables.
@ -765,7 +765,7 @@ class EnhancedChangesList extends ChangesList {
extract( $rcObj->mAttribs );
$curIdEq = 'curid='.$rc_cur_id;
$r = '<table class="mw-cl-cbl" cellspacing="0" cellpadding="0" border="0"><tr>';
$r = '<table cellspacing="0" cellpadding="0" border="0"><tr>';
# spacerArrow() causes issues in FF
$r .= $this->spacerColumn();