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

Unified Diff: chrome/browser/resources/print_preview/search/destination_list.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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/print_preview/search/destination_list.html
diff --git a/chrome/browser/resources/print_preview/search/destination_list.html b/chrome/browser/resources/print_preview/search/destination_list.html
new file mode 100644
index 0000000000000000000000000000000000000000..f6300e67a9978fdcd7a26c4bb6772cdf80dc9b97
--- /dev/null
+++ b/chrome/browser/resources/print_preview/search/destination_list.html
@@ -0,0 +1,12 @@
+<div id="destination-list-template" style="display: none;">
+ <header class="destination-list-header">
+ <h4 class="destination-list-title"></h4>
+ <button class="destination-list-action-link link-button"></button>
+ </header>
+ <ul class="destination-list-destination-list-item-container"></ul>
+ <div class="destination-list-no-destinations-message">No destinations found</div>
+ <footer class="destination-list-footer" style="display: none;">
+ <button class="destination-list-show-all-button">Show All...</button>
+ <span class="destination-list-total">(<span class="destination-list-total-count"></span> total)</span>
+ </footer>
+</div>

Powered by Google App Engine
This is Rietveld 408576698