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

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

Issue 10155030: Fix button order to OK, Cancel (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/print_preview.html
diff --git a/chrome/browser/resources/print_preview/print_preview.html b/chrome/browser/resources/print_preview/print_preview.html
index f8624d70c86df92820986e69f1735e8070fb6931..85106e244e387a5fe65726cf419a74b9ea639999 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>
Evan Stade 2012/04/26 22:51:08 this is wrong --- if the css rule in print_preview
<button id="print-button" i18n-content="printButton" class="default">
</button>
- <button id="cancel-button" i18n-content="cancelButton"></button>
</div>
</div>
</header>

Powered by Google App Engine
This is Rietveld 408576698