Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4348)

Unified Diff: chrome/browser/resources/print_preview/search/destination_search.html

Issue 10450022: Print Preview Print Destination Search Widget (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Set --bary flag Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..0d508ec845eabee52f988d39f188ee518b02ecba
--- /dev/null
+++ b/chrome/browser/resources/print_preview/search/destination_search.html
@@ -0,0 +1,25 @@
+<div id="destination-search"
+ class="destination-search overlay transparent">
+ <div class="destination-search-page page">
+ <h1 class="destination-search-title"
+ i18n-content="destinationSearchTitle"></h1>
+ <span class="destination-search-user-info" hidden>
+ <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" hidden></div>
+ </div>
+ <div class="destination-search-cloudprint-promo" hidden>
+ <div class="destination-search-cloudprint-promo-close-button"></div>
+ <img src="../images/cloud.png" class="destination-search-cloud-icon"/>
+ <span class="destination-search-cloudprint-promo-text"></span>
+ </div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698