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

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

Issue 29516622: Issue 5511 - Create Product Help Home Template for help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Addressed first comments Created Aug. 28, 2017, 2:51 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>
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') | pages/adblockplus/adblock-plus-breaks-the-websites-i-visit.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld