mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
c26ae0f965
For modern Vector, removes the logout link in the user menu and places it below that menu by appending it to the html-after-portal property of the skin data. Also modifies the `.vector-user-menu-login` style to accommodate both the login and logout button. bug: T281791 Depends-On: If82a736e37174aaadd0ff07019a1fae3759a9e51 Change-Id: I7675230e09a50eaeab448182329f850ad2689514
4 lines
178 B
Plaintext
4 lines
178 B
Plaintext
{{!-- The #pt-logout ID is required for the AJAX enabled logout in mediawiki.page.ready to work.}}
|
|
<div id="pt-logout" class="vector-user-menu-login">
|
|
{{{htmlLogout}}}
|
|
</div> |