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

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

Issue 477133004: Printe Preview: add 'More/less options' button and make non-essential sections collapsible (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Print Preview UI tests adjusted. Created 6 years, 4 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
index 492ea3bfd19a15b038b9c7dd71fd7c46806927c6..2e2d2383000367b1e4c3bb810f5dff90986f4d0d 100644
--- a/chrome/browser/resources/print_preview/print_header.html
+++ b/chrome/browser/resources/print_preview/print_header.html
@@ -1,7 +1,7 @@
<div id="print-header">
<span class="summary"></span>
<div class="button-strip">
- <button class="print default" i18n-content="printButton" disabled></button>
<button class="cancel" i18n-content="cancel"></button>
+ <button class="print default" i18n-content="printButton" disabled></button>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/print_preview/print_header.css ('k') | chrome/browser/resources/print_preview/print_preview.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698