From 2c2d54c805e2c049e601370ebb742132508cc4b6 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Fri, 25 Jan 2008 00:21:21 +0000 Subject: [PATCH] (bug 12681) New messages bar should appear above page title, for consistency with other message boxes --- RELEASE-NOTES | 2 ++ skins/MonoBook.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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') ?> -- 2.20.1