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

Side by Side Diff: includes/searchform.tmpl

Issue 29485575: Issue 5385 - Create Site Header Component for Help Center (Closed)
Patch Set: Created July 10, 2017, 4:08 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="searchform" action="">
juliandoucette 2017/07/14 14:11:29 You can fill in the action and make this work now
ire 2017/07/17 09:25:53 Done.
2 <label for="search" class="sr-only">Search Adblock Plus Help</label>
juliandoucette 2017/07/14 14:11:29 I'm not sure this is necessary considering the pla
ire 2017/07/17 09:25:53 I think the label is more important that the other
3 <input id="search" name="search" type="search" placeholder="Search Adblock Plu s Help">
4 <button type="submit" aria-label="Search">
5 <img src="img/png/searchIcon.png" srcset="img/png/searchIcon.png, img/svg/se archIcon.svg 2x" alt="Search">
6 </button>
7 </form>
OLDNEW

Powered by Google App Engine
This is Rietveld