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

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: Resolve conflicts 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_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..f0c3aebe70121f24e01dd44fe6dbafd041a7a02c
--- /dev/null
+++ b/chrome/browser/resources/print_preview/print_header.html
@@ -0,0 +1,10 @@
+<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"
+ disabled></button>
+ <button class="print-header-cancel-button"
+ i18n-content="cancelButton"></button>
+ </div>
+</div>
« no previous file with comments | « chrome/browser/resources/print_preview/print_header.css ('k') | chrome/browser/resources/print_preview/print_header.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698