http://www.mediawiki.org/wiki/Special:Code/MediaWiki/76857

Revision: 76857
Author:   reedy
Date:     2010-11-16 23:46:11 +0000 (Tue, 16 Nov 2010)
Log Message:
-----------
Last (bug 25899) Show header and footer stuff at both places

Fixup total number of results. Job done!

Modified Paths:
--------------
    trunk/extensions/CodeReview/ui/CodeRevisionListView.php

Modified: trunk/extensions/CodeReview/ui/CodeRevisionListView.php
===================================================================
--- trunk/extensions/CodeReview/ui/CodeRevisionListView.php     2010-11-16 
23:44:56 UTC (rev 76856)
+++ trunk/extensions/CodeReview/ui/CodeRevisionListView.php     2010-11-16 
23:46:11 UTC (rev 76857)
@@ -47,14 +47,10 @@
                $limitForm = $pager->getLimitForm();
 
                $wgOut->addHTML(
-                       '<table><tr>' .
                        $navBar .
-                       '</tr>' .
-                       '<tr><td>' .
-                       $limitForm .
-                       '</td><td style="padding-left: 2em;">' .
-                       '&#160;<strong>' . wfMsgHtml( 'code-rev-total', 
$revCount ) . '</strong>' .
-                       '</td></tr></table>' .
+                       '<table><tr><td>' . $limitForm . '</td>' .
+                       '<td>&#160;<strong>' . wfMsgHtml( 'code-rev-total', 
$revCount ) . '</strong></td>' .
+                       '</tr></table>' .
                        Xml::openElement( 'form',
                                array( 'action' => 
$pager->getTitle()->getLocalURL(), 'method' => 'post' )
                        ) .


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to