| Index: chrome/browser/resources/print_preview/settings/other_options_settings.html
|
| diff --git a/chrome/browser/resources/print_preview/settings/other_options_settings.html b/chrome/browser/resources/print_preview/settings/other_options_settings.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..623dfa0dab3c22843d342c7a4319c07b2071e7e4
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/print_preview/settings/other_options_settings.html
|
| @@ -0,0 +1,20 @@
|
| +<div id="other-options-settings"
|
| + class="other-options-settings two-column visible">
|
| + <h1 i18n-content="optionsLabel"></h1>
|
| + <div class="right-column checkbox">
|
| + <div class="other-options-settings-header-footer">
|
| + <label>
|
| + <input class="other-options-settings-header-footer-checkbox"
|
| + type="checkbox" />
|
| + <span i18n-content="optionHeaderFooter"></span>
|
| + </label>
|
| + </div>
|
| + <div class="other-options-settings-fit-to-page">
|
| + <label>
|
| + <input class="other-options-settings-fit-to-page-checkbox"
|
| + type="checkbox" />
|
| + <span i18n-content="optionFitToPage"></span>
|
| + </label>
|
| + </div>
|
| + </div>
|
| +</div>
|
|
|