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: Addressed NITs Created Aug. 21, 2017, 3:21 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
« no previous file with comments | « includes/layout/header.tmpl ('k') | static/img/png/external-icon.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
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
« no previous file with comments | « includes/layout/header.tmpl ('k') | static/img/png/external-icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld