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

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

Issue 10450022: Print Preview Print Destination Search Widget (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Reduces size of search image. 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/print_preview.html
diff --git a/chrome/browser/resources/print_preview/print_preview.html b/chrome/browser/resources/print_preview/print_preview.html
index 58bfce558aaeddbbe624af3d46fe120d9cce5c63..db3b4cc1363707e6c910587abe510fc005497e2a 100644
--- a/chrome/browser/resources/print_preview/print_preview.html
+++ b/chrome/browser/resources/print_preview/print_preview.html
@@ -11,6 +11,7 @@
<link rel="stylesheet" href="../shared/css/throbber.css"/>
<link rel="stylesheet" href="../shared/css/widgets.css"/>
<link rel="stylesheet" href="print_header.css"/>
+ <link rel="stylesheet" href="settings/destination_settings.css"/>
<link rel="stylesheet" href="settings/copies_settings.css"/>
<link rel="stylesheet" href="settings/page_settings.css"/>
<link rel="stylesheet" href="previewarea/preview_area.css"/>
@@ -18,13 +19,18 @@
<link rel="stylesheet" href="previewarea/margin_control.css"/>
<link rel="stylesheet" href="../shared/css/overlay.css"/>
+ <link rel="stylesheet" href="search/destination_list.css"/>
+ <link rel="stylesheet" href="search/destination_list_item.css"/>
+ <link rel="stylesheet" href="search/destination_search.css"/>
+ <link rel="stylesheet" href="search/search_box.css"/>
+
+ <script src="chrome://print/strings.js"></script>
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/cr/event_target.js"></script>
<script src="chrome://resources/js/event_tracker.js"></script>
<script src="chrome://resources/js/local_strings.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://print/print_preview.js"></script>
- <script src="chrome://print/strings.js"></script>
<script src="chrome://resources/js/i18n_template.js"></script>
</head>
@@ -68,10 +74,13 @@
</div>
</div>
</div>
+ <include src="search/destination_search.html"/>
<include src="previewarea/preview_area.html"/>
<!-- HTML Templates -->
<include src="previewarea/margin_control.html"/>
+ <include src="search/destination_list.html"/>
+ <include src="search/destination_list_item.html"/>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698