mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-23 23:33:54 +00:00
Wrap sitenotices in core
Depends-On: Ib48b1f54c326a0363841b2f592d8fd4cf7312b9b Bug: T361966 Change-Id: I14cab105a798a5c9e615892c3305bfbd459a7a51
This commit is contained in:
parent
6f904ca161
commit
3c01ccc9f0
|
@ -28,7 +28,7 @@
|
|||
<div id="mw-head-base" class="noprint"></div>
|
||||
<div id="content" class="mw-body" role="main">
|
||||
<a id="top"></a>
|
||||
<div id="siteNotice">{{{html-site-notice}}}</div>
|
||||
{{{html-site-notice}}}
|
||||
{{>Indicators}}
|
||||
{{{html-title-heading}}}
|
||||
<div id="bodyContent" class="vector-body">
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<div class="mw-page-container">
|
||||
<div class="mw-page-container-inner">
|
||||
<div class="vector-sitenotice-container">
|
||||
<div id="siteNotice">{{{html-site-notice}}}</div>
|
||||
{{{html-site-notice}}}
|
||||
</div>
|
||||
{{>ColumnStart}}
|
||||
<div class="mw-content-container">
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
"args": [
|
||||
{
|
||||
"name": "vector-2022",
|
||||
"wrapSiteNotice": true,
|
||||
"templateDirectory": "includes/templates",
|
||||
"template": "skin",
|
||||
"tempUserBanner": true,
|
||||
|
@ -111,6 +112,7 @@
|
|||
"args": [
|
||||
{
|
||||
"name": "vector",
|
||||
"wrapSiteNotice": true,
|
||||
"template": "skin-legacy",
|
||||
"clientPrefEnabled": true,
|
||||
"templateDirectory": "includes/templates",
|
||||
|
|
Loading…
Reference in a new issue