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

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

Issue 10108001: Refactor print preview web ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra files Created 8 years, 8 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/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>

Powered by Google App Engine
This is Rietveld 408576698