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

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

Issue 7348010: Added Header and Footer support using Skia (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebased and moved PrintHeaderAndFooter to private member function. Created 9 years, 5 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/print_preview.html
diff --git a/chrome/browser/resources/print_preview/print_preview.html b/chrome/browser/resources/print_preview/print_preview.html
index 0be03b64e83d48bd7c9af0b600b7612128c4db59..2cd6d4f6590cff611e23ee38418a457346ee54d2 100644
--- a/chrome/browser/resources/print_preview/print_preview.html
+++ b/chrome/browser/resources/print_preview/print_preview.html
@@ -45,6 +45,15 @@
<hr>
<include src="color_settings.html"></include>
<hr>
+ <div id="options-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>
dpapad 2011/07/28 20:26:00 Nit: </label> can fit in previous line.
Aayush Kumar 2011/07/29 00:21:46 Done.
+ </div>
+ </div>
+ <hr id="options-horizontal-separator">
<div id="system-dialog-div">
<button id="system-dialog-link" class="link-button"
i18n-content="systemDialogOption"></button>

Powered by Google App Engine
This is Rietveld 408576698