Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: includes/search-form.tmpl

Issue 29485575: Issue 5385 - Create Site Header Component for Help Center (Closed)
Patch Set: Fix alignment of search form, reformat JS Created Aug. 22, 2017, 12:14 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(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>
OLDNEW

Powered by Google App Engine
This is Rietveld