r76853 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r76852
|
r76853
|
r76854
>
Date:
23:36, 16 November 2010
Author:
reedy
Status:
ok
Tags:
Comment:
More of (
bug 25899
) Show header and footer stuff at both places
Centre align navbar
Just need to make total go back to a sensible place again
Modified paths:
/trunk/extensions/CodeReview/ui/CodeRevisionListView.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/CodeReview/ui/CodeRevisionListView.php
—
—
@@ -47,8 +47,10 @@
48
48
$limitForm = $pager->getLimitForm();
49
49
50
50
$wgOut->addHTML(
51
- '<table><tr><td>' .
51
+ '<table><tr>' .
52
52
$navBar .
53
+ '</tr>' .
54
+ '<tr><td>' .
53
55
$limitForm .
54
56
'</td><td style="padding-left: 2em;">' .
55
57
' <strong>' . wfMsgHtml( 'code-rev-total', $revCount ) . '</strong>' .
—
—
@@ -380,3 +382,4 @@
381
383
return SpecialPage::getTitleFor( 'Code', $this->mRepo->getName() );
382
384
}
383
385
}
386
+
Follow-up revisions
Revision
Commit summary
Author
Date
r76857
Last (
bug 25899
) Show header and footer stuff at both places...
reedy
23:46, 16 November 2010
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r76849
More of (
bug 25899
) Show header and footer stuff at both places...
reedy
23:30, 16 November 2010
Status & tagging log
10:46, 3 December 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r76853
[
removed:
new
added:
ok]