From: Roan Kattouw Date: Mon, 25 Apr 2011 11:35:40 +0000 (+0000) Subject: (bug 21180) Move the old toolbar below the summary input to match the new toolbar X-Git-Tag: 1.31.0-rc.0~30574 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=cfb6c7ceeaaef9848652338b604565bdaef687fe;p=lhc%2Fweb%2Fwiklou.git (bug 21180) Move the old toolbar below the summary input to match the new toolbar --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 89233ee447..882c72ba44 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1336,7 +1336,6 @@ class EditPage { // @todo move this to a cleaner conditional instead of blanking a variable } $wgOut->addHTML( << HTML ); @@ -1390,6 +1389,8 @@ HTML } $wgOut->addHTML( $this->editFormTextBeforeContent ); + + $wgOut->addHTML( $toolbar ); if ( $this->isConflict ) { // In an edit conflict bypass the overrideable content form method