mediawiki-skins-Vector/includes/templates/ColumnEnd.mustache
Moh'd Khier Abualruz 7fc6bb0a6a Update label for Page tools navigation region
- Set aria-label to read 'Page tools' in the nav elements

Bug: T330326
Change-Id: I99119aebe98b329d6d1f4e2f8c9f37f77692e8ab
2023-09-05 18:41:38 +02:00

11 lines
432 B
Plaintext

<div class="vector-column-end">
<nav class="vector-page-tools-landmark vector-sticky-pinned-container" aria-label="{{msg-vector-page-tools-nav-label}}">
{{#data-page-tools}}
{{>PinnableContainer/Pinned/Open}}
{{! Use `#vector-page-tools-pinned-container .vector-page-tools` to target styles at this element}}
{{#is-pinned}}{{>PageTools}}{{/is-pinned}}
{{>PinnableContainer/Close}}
{{/data-page-tools}}
</nav>
</div>