From: Aryeh Gregor Date: Fri, 25 Jan 2008 00:21:21 +0000 (+0000) Subject: (bug 12681) New messages bar should appear above page title, for consistency with... X-Git-Tag: 1.31.0-rc.0~49789 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=2c2d54c805e2c049e601370ebb742132508cc4b6;p=lhc%2Fweb%2Fwiklou.git (bug 12681) New messages bar should appear above page title, for consistency with other message boxes --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 71eb9665c8..a487b5e18f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -143,6 +143,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 11897) Add alias [[Special:CreateAccount]] & [[Special:Userlogin/signup]] for Special:Userlogin?type=signup * (bug 12214) Add a predefined list of delete reasons to the file deletion form +* (bug 12681) New messages bar should appear above page title, for consistency + with other message boxes === Bug fixes in 1.12 === diff --git a/skins/MonoBook.php b/skins/MonoBook.php index e930a5e7ad..f41e0ae013 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -98,12 +98,12 @@ class MonoBookTemplate extends QuickTemplate {
data['sitenotice']) { ?>
html('sitenotice') ?>
+ data['newtalk'] ) { ?>
html('newtalk') ?>

data['displaytitle']!=""?$this->html('title'):$this->text('title') ?>

msg('tagline') ?>

html('subtitle') ?>
data['undelete']) { ?>
html('undelete') ?>
- data['newtalk'] ) { ?>
html('newtalk') ?>
data['showjumplinks']) { ?> html('bodytext') ?>