Chromium Code Reviews| Index: chrome/browser/resources/print_preview/header_footer_settings.html |
| diff --git a/chrome/browser/resources/print_preview/header_footer_settings.html b/chrome/browser/resources/print_preview/header_footer_settings.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..66c8a57edc96349320cddb1c49ddb0a38a5816c6 |
| --- /dev/null |
| +++ b/chrome/browser/resources/print_preview/header_footer_settings.html |
| @@ -0,0 +1,7 @@ |
| +<div id="header-footer-option" class="two-column option visible"> |
| + <h1 i18n-content="optionsLabel"></h1> |
| + <div> |
| + <input id="header-footer" type="checkbox" checked> |
| + <label for="header-footer" i18n-content="optionHeaderFooter"></label> |
| + </div> |
| +</div> |