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

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

Issue 10108001: Refactor print preview web ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix fit-to-page tests 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/settings/color_settings.html
diff --git a/chrome/browser/resources/print_preview/settings/color_settings.html b/chrome/browser/resources/print_preview/settings/color_settings.html
new file mode 100644
index 0000000000000000000000000000000000000000..3e97b0dc5d29f8fbea76d06d01c6ca19a1a741e5
--- /dev/null
+++ b/chrome/browser/resources/print_preview/settings/color_settings.html
@@ -0,0 +1,16 @@
+<div id="color-settings"
+ class="color-settings two-column visible"
+ aria-hidden="false"
+ aria-live="polite">
+ <h1 i18n-content="optionColor"></h1>
+ <div class="right-column">
+ <div class="radio"><label>
+ <input class="color-settings-color-option" type="radio" name="color"/>
+ <span i18n-content="optionColor"></span>
+ </label></div>
+ <div class="radio"><label>
+ <input class="color-settings-bw-option" type="radio" name="color" checked/>
kmadhusu 2012/05/18 20:13:46 nit: 80 column limit exceeded.
+ <span i18n-content="optionBw"></span>
+ </label></div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698