 Issue 29485575:
  Issue 5385 - Create Site Header Component for Help Center  (Closed)
    
  
    Issue 29485575:
  Issue 5385 - Create Site Header Component for Help Center  (Closed) 
  | Left: | ||
| Right: | 
| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 <form id="search-form" action="https://duckduckgo.com" method="GET"> | |
| 2 <label for="search" class="sr-only">{{ "Search Adblock Plus Help" | translate( "search-form-label", "Label") }}</label> | |
| 
juliandoucette
2017/08/23 14:39:04
Note: I don't know if "Label" is descriptive enoug
 
ire
2017/08/25 08:27:07
I'm not sure if it's the case that they may be tra
 
juliandoucette
2017/08/29 16:17:23
Acknowledged.
 | |
| 3 <input id="search" name="q" type="search" placeholder="{{ "Search Adblock Plus Help" | translate("search-form-label", "Label") }}"> | |
| 4 <input type="hidden" name="sites" value="adblockplus.org"> | |
| 5 <button type="submit"> | |
| 6 <img src="/img/png/search-icon.png" srcset="/img/svg/search-icon.svg 2x" alt ="{{ "Search" | translate("search-icon-alt", "Image alt text") }}"> | |
| 7 </button> | |
| 8 </form> | |
| OLD | NEW |