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

Side by Side Diff: chrome/browser/resources/print_preview/search/destination_search.html

Issue 10108001: Refactor print preview web ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <div id="destination-search" class="destination-search overlay" style="display: none;">
2 <div class="destination-search-page page">
3 <h1 class="destination-search-title">Destination</h1>
4 <span class="destination-search-user-info" style="display: none;">
5 Signed in as <span class="destination-search-user-email"></span>
6 </span>
7 <div class="destination-search-close-button close-button"></div>
8 <div class="destination-search-search-box-container">
9 <include src="search_box.html"/>
10 </div>
11 <div class="destination-search-lists">
12 <div class="destination-search-recent-list"></div>
13 <div class="destination-search-local-list"></div>
14 <div class="destination-search-cloud-list" style="display: none;"></div>
15 </div>
16 <div class="destination-search-cloudprint-promo" style="display: none;">
17 <div class="destination-search-cloud-icon"></div>
18 <span>
19 Print to Google Docs and other cloud destinations.
20 <button class="destination-search-sign-in link-button">Sign
21 in</button>
22 to print to Google Cloud Print.
23 </span>
24 </div>
25 </div>
26 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698