mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-14 18:05:01 +00:00
3da423f219
Bug: T342908 Change-Id: I30195583b35d3966d5f221241e21a0ef165a450e
18 lines
692 B
Plaintext
18 lines
692 B
Plaintext
<form action="{{form-action}}" method="get" class="minerva-search-form">
|
|
<div class="search-box">
|
|
<input type="hidden" name="title" value="{{page-title}}"/>
|
|
<input class="search mw-ui-background-icon-search skin-minerva-search-trigger" type="search" name="search" id="searchInput"
|
|
{{{html-input-attributes}}}">
|
|
</div>
|
|
{{!
|
|
A button when clicked will submit the form
|
|
This is used so that on tablet devices with JS disabled the search button
|
|
passes the value of input to the search
|
|
We avoid using input[type=submit] as these cannot be easily styled as mediawiki ui icons
|
|
which is problematic in Opera Mini (see T140490)
|
|
}}
|
|
{{#data-btn}}
|
|
{{>Button}}
|
|
{{/data-btn}}
|
|
</form>
|