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

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

Issue 10108001: Refactor print preview web ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review feedback 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/print_header.html
diff --git a/chrome/browser/resources/print_preview/print_header.html b/chrome/browser/resources/print_preview/print_header.html
new file mode 100644
index 0000000000000000000000000000000000000000..e3d52318e137ca0aac8ad7bb2041b91b8dc371c2
--- /dev/null
+++ b/chrome/browser/resources/print_preview/print_header.html
@@ -0,0 +1,9 @@
+<div id="print-header" class="print-header">
+ <span class="print-header-summary"></span>
+ <div class="button-strip">
+ <button class="print-header-print-button default"
+ i18n-content="printButton"></button>
+ <button class="print-header-cancel-button"
+ i18n-content="cancelButton"></button>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698