Awight has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/172870

Change subject: Add siteNotice div to the fallback skin
......................................................................

Add siteNotice div to the fallback skin

This is to support testing, maybe there's a better approach.

Change-Id: I0825971fc1c3bcfda6a3900fcc369cd7a3ab3549
---
M includes/skins/SkinFallbackTemplate.php
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/70/172870/1

diff --git a/includes/skins/SkinFallbackTemplate.php 
b/includes/skins/SkinFallbackTemplate.php
index ea94fad..7063c51 100644
--- a/includes/skins/SkinFallbackTemplate.php
+++ b/includes/skins/SkinFallbackTemplate.php
@@ -79,6 +79,8 @@
        public function execute() {
                $this->html( 'headelement' ) ?>
 
+               <div id="siteNotice"></div>
+
                <div class="warningbox">
                        <?php echo $this->buildHelpfulInformationMessage() ?>
                </div>

-- 
To view, visit https://gerrit.wikimedia.org/r/172870
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0825971fc1c3bcfda6a3900fcc369cd7a3ab3549
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to