Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 <form id="searchform" action="https://duckduckgo.com" method="GET"> | |
2 <label for="search" class="sr-only">{{ "Search Adblock Plus Help" | translate( "searchform-label", "Label") }}</label> | |
3 <input id="search" name="q" type="search" placeholder="{{ "Search Adblock Plus Help" | translate("searchform-label", "Label") }}"> | |
4 <input type="hidden" name="sites" value="adblockplus.org"> | |
5 <button type="submit"> | |
6 <img src="/img/png/searchIcon.png" srcset="/img/png/searchIcon.png, /img/svg /searchIcon.svg 2x" alt="{{ "Search" | translate("search-icon-alt", "Image alt t ext") }}"> | |
juliandoucette
2017/07/19 18:03:33
NIT: I wonder if "Submit (search|query)" makes mor
ire
2017/07/21 10:23:26
I think the submit buttons on most search forms ju
juliandoucette
2017/07/24 21:08:07
Acknowledged.
| |
7 </button> | |
8 </form> | |
OLD | NEW |