Santhosh has uploaded a new change for review.
https://gerrit.wikimedia.org/r/236732
Change subject: Stats: Generate personal tools before head element
......................................................................
Stats: Generate personal tools before head element
Change-Id: Id604da146dcae601b19ee29536339f98c55f68fb
Followup: I5d024a42421423c5d0c5ebe2123ebdffa5e9c3b2
---
M specials/SpecialContentTranslationStats.php
1 file changed, 3 insertions(+), 4 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation
refs/changes/32/236732/1
diff --git a/specials/SpecialContentTranslationStats.php
b/specials/SpecialContentTranslationStats.php
index c1476fa..07b63fb 100644
--- a/specials/SpecialContentTranslationStats.php
+++ b/specials/SpecialContentTranslationStats.php
@@ -39,7 +39,9 @@
$out->addModules( $defaultSkinModules['legacy'] );
Hooks::run( 'BeforePageDisplay', array( &$out, &$skin ) );
-
+ $toolbarList = Html::rawElement( 'ul',
+ null,
+ $skin->getPersonalToolsList() );
$out->addHTML( $out->headElement( $skin ) );
$out->addHTML( Html::element(
'noscript',
@@ -47,9 +49,6 @@
$this->msg( 'cx-javascript' )->text()
) );
$out->addHtml( MWDebug::getDebugHTML( $this->getContext() ) );
- $toolbarList = Html::rawElement( 'ul',
- null,
- $skin->getPersonalToolsList() );
$out->addHTML( Html::rawElement( 'div',
array( 'id' => 'p-personal' ),
$toolbarList ) );
--
To view, visit https://gerrit.wikimedia.org/r/236732
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id604da146dcae601b19ee29536339f98c55f68fb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits