| Index: chrome/browser/resources/print_preview/settings/header_footer_settings.html
|
| diff --git a/chrome/browser/resources/print_preview/header_footer_settings.html b/chrome/browser/resources/print_preview/settings/header_footer_settings.html
|
| similarity index 50%
|
| rename from chrome/browser/resources/print_preview/header_footer_settings.html
|
| rename to chrome/browser/resources/print_preview/settings/header_footer_settings.html
|
| index 7459bf0ac0f56b8448466f8a8cdbfcd54b378981..27413ae2f3a05ecddf200022a774dbbfbb413b42 100644
|
| --- a/chrome/browser/resources/print_preview/header_footer_settings.html
|
| +++ b/chrome/browser/resources/print_preview/settings/header_footer_settings.html
|
| @@ -1,7 +1,8 @@
|
| -<div id="header-footer-option" class="two-column visible">
|
| +<div id="header-footer-settings"
|
| + class="header-footer-settings two-column visible">
|
| <h1 i18n-content="optionsLabel"></h1>
|
| <div class="right-column checkbox"><label>
|
| - <input id="header-footer" type="checkbox" />
|
| + <input class="header-footer-settings-checkbox" type="checkbox" />
|
| <span i18n-content="optionHeaderFooter"></span>
|
| </label></div>
|
| </div>
|
|
|