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

Side by Side 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: Address comments round 2 Created 8 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <div id="destination-search"
2 class="destination-search overlay transparent">
3 <div class="destination-search-page page">
4 <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.
5 <span class="destination-search-user-info" style="display: none;">
6 <span i18n-content="signedInAsPrefix"></span>
7 <span class="destination-search-user-email"></span>
8 </span>
9 <div class="destination-search-close-button close-button"></div>
10 <div class="destination-search-search-box-container">
11 <include src="search_box.html"/>
12 </div>
13 <div class="destination-search-lists">
14 <div class="destination-search-recent-list"></div>
15 <div class="destination-search-local-list"></div>
16 <div class="destination-search-cloud-list" style="display: none;"></div>
17 </div>
18 <div class="destination-search-cloudprint-promo" style="display: none;">
19 <div class="destination-search-cloudprint-promo-close-button"></div>
20 <img src="../images/cloud.png" class="destination-search-cloud-icon"/>
21 <span>
22 <span i18n-content="cloudPrintPromotion"></span>
23 <span class="destination-search-sign-in link-button"
24 i18n-content="signInLinkText"></span>
25 <span i18n-content="signInSuffix"></span>
26 </span>
27 </div>
28 </div>
29 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698