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

Unified Diff: chrome/browser/resources/print_preview/settings/destination_settings.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/settings/destination_settings.html
diff --git a/chrome/browser/resources/print_preview/settings/destination_settings.html b/chrome/browser/resources/print_preview/settings/destination_settings.html
index 55a9e47cf567b5f404a0eda36def07d512087855..9e65ad7c772a72087530aaeb35b7ecda6d9b95d8 100644
--- a/chrome/browser/resources/print_preview/settings/destination_settings.html
+++ b/chrome/browser/resources/print_preview/settings/destination_settings.html
@@ -1,6 +1,14 @@
<div id="destination-settings" class="two-column visible">
<h1 i18n-content="destinationLabel"></h1>
<div class="right-column">
- <select class="destination-settings-select"></select>
+ <div class="destination-settings-box">
+ <div class="destination-settings-icon"></div>
+ <div class="destination-settings-info">
+ <div class="destination-settings-name"></div>
+ <div class="destination-settings-location"></div>
+ </div>
+ </div>
+ <button class="destination-settings-change-button"
+ i18n-content="changeDestination"></button>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698