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

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

Issue 10178010: Reverting button order change in print preview. (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
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/print_preview_dummy.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 85106e244e387a5fe65726cf419a74b9ea639999..f8624d70c86df92820986e69f1735e8070fb6931 100644
--- a/chrome/browser/resources/print_preview/print_preview.html
+++ b/chrome/browser/resources/print_preview/print_preview.html
@@ -25,9 +25,9 @@
<div id="print-header">
<span id="print-summary"></span>
<div class="button-strip">
- <button id="cancel-button" i18n-content="cancelButton"></button>
<button id="print-button" i18n-content="printButton" class="default">
</button>
+ <button id="cancel-button" i18n-content="cancelButton"></button>
</div>
</div>
</header>
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/print_preview_dummy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698