| 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..7b742e95ebe51501247517aa7b1f16fe0fb89eb0
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/print_preview/settings/color_settings.html
|
| @@ -0,0 +1,17 @@
|
| +<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/>
|
| + <span i18n-content="optionBw"></span>
|
| + </label></div>
|
| + </div>
|
| +</div>
|
|
|