Chromium Code Reviews| Index: chrome/browser/resources/print_preview/search/search_box.html |
| diff --git a/chrome/browser/resources/print_preview/search/search_box.html b/chrome/browser/resources/print_preview/search/search_box.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..3ac652ae5d75a9630e0ac01167eceec54a94cb88 |
| --- /dev/null |
| +++ b/chrome/browser/resources/print_preview/search/search_box.html |
| @@ -0,0 +1,6 @@ |
| +<div id="search-box" class="search-box"> |
|
Dan Beam
2012/05/29 21:25:50
any reason to have both a class and ID? do you hav
Robert Toscano
2012/05/29 22:17:36
The ID is there because I actually reference the e
|
| + <img src="../images/search.png" class="search-box-icon"/> |
| + <input type="text" |
|
Dan Beam
2012/05/29 21:25:50
seems like this wrapping is taking up too many lin
Robert Toscano
2012/05/29 22:17:36
Done.
|
| + class="search-box-input" |
| + i18n-values="placeholder:searchBoxPlaceholder"/> |
| +</div> |