mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-26 00:25:40 +00:00
568cdf3d6d
- Creates a new skin component called PageTools which is responsible for populating the new Page Tools menu. - Removes the toolbox menu from the sidebar and places it in the Page Tools menu. Bug: T318434 Change-Id: I9d552afab834193a4905d729eadecf71dda52cd2
10 lines
278 B
Plaintext
10 lines
278 B
Plaintext
<div class="vector-column-end">
|
|
<nav class="vector-page-tools-landmark" aria-label="{{msg-tooltip-p-cactions}}">
|
|
{{#data-page-tools}}
|
|
{{>PinnedContainer/Open}}
|
|
{{#is-pinned}}{{>PageTools}}{{/is-pinned}}
|
|
{{>PinnedContainer/Close}}
|
|
{{/data-page-tools}}
|
|
</nav>
|
|
</div>
|