mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-01 01:16:38 +00:00
22 lines
660 B
Plaintext
22 lines
660 B
Plaintext
|
{{!
|
||
|
string msg-citizen-search-toggle-shortcut message with shortcut key for search toggle
|
||
|
string msg-citizen-search-toggle tooltip message for search toggle
|
||
|
}}
|
||
|
<div class="citizen-search__button citizen-header__button">
|
||
|
<div class="citizen-search__buttonIcon citizen-header__buttonIcon">
|
||
|
<div></div>
|
||
|
<div></div>
|
||
|
<div></div>
|
||
|
</div>
|
||
|
<label
|
||
|
id="citizen-search__buttonCheckbox"
|
||
|
class="mw-checkbox-hack-button citizen-header__buttonCheckbox"
|
||
|
for="citizen-search__checkbox"
|
||
|
role="button"
|
||
|
title="{{msg-citizen-search-toggle-shortcut}}"
|
||
|
aria-controls="searchform"
|
||
|
tabindex="0">
|
||
|
<span>{{msg-citizen-search-toggle}}</span>
|
||
|
</label>
|
||
|
</div>
|