Chromium Code Reviews| Index: chrome/browser/resources/print_preview/search/destination_search.html |
| diff --git a/chrome/browser/resources/print_preview/search/destination_search.html b/chrome/browser/resources/print_preview/search/destination_search.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0716513dcbbac9a8250ce4fa588433aac5b175d3 |
| --- /dev/null |
| +++ b/chrome/browser/resources/print_preview/search/destination_search.html |
| @@ -0,0 +1,29 @@ |
| +<div id="destination-search" |
| + class="destination-search overlay transparent"> |
| + <div class="destination-search-page page"> |
| + <h1 class="destination-search-title" i18n-content="destinationSearchTitle"></h1> |
|
Dan Beam
2012/05/29 21:25:50
80 char wrap
Robert Toscano
2012/05/29 22:17:36
Done.
|
| + <span class="destination-search-user-info" style="display: none;"> |
| + <span i18n-content="signedInAsPrefix"></span> |
| + <span class="destination-search-user-email"></span> |
| + </span> |
| + <div class="destination-search-close-button close-button"></div> |
| + <div class="destination-search-search-box-container"> |
| + <include src="search_box.html"/> |
| + </div> |
| + <div class="destination-search-lists"> |
| + <div class="destination-search-recent-list"></div> |
| + <div class="destination-search-local-list"></div> |
| + <div class="destination-search-cloud-list" style="display: none;"></div> |
| + </div> |
| + <div class="destination-search-cloudprint-promo" style="display: none;"> |
| + <div class="destination-search-cloudprint-promo-close-button"></div> |
| + <img src="../images/cloud.png" class="destination-search-cloud-icon"/> |
| + <span> |
| + <span i18n-content="cloudPrintPromotion"></span> |
| + <span class="destination-search-sign-in link-button" |
| + i18n-content="signInLinkText"></span> |
| + <span i18n-content="signInSuffix"></span> |
| + </span> |
| + </div> |
| + </div> |
| +</div> |