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

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: Added Headers and Footers support - New Snapshot Uploaded 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 c5adbc35adc2aa172a9fba172b2639ece9929e3f..dc4c68d8994ebc789a784a1e5d10c1aef3ee3736 100644
--- a/chrome/browser/resources/print_preview/print_preview.html
+++ b/chrome/browser/resources/print_preview/print_preview.html
@@ -82,6 +82,18 @@
</div>
</div>
<hr>
+ <div id="options-option" class="two-column option visible">
kmadhusu 2011/07/13 01:49:07 Where do you use this div id?
Aayush Kumar 2011/07/13 21:52:16 Done.
+ <h1 i18n-content="optionsLabel"></h1>
+ <div>
kmadhusu 2011/07/13 01:49:07 Why do you have two <div> tags here?
Aayush Kumar 2011/07/13 21:52:16 Done.
+ <div>
+ <input id="header-footer" type="checkbox" name="header-footer"
kmadhusu 2011/07/13 01:49:07 Do you need this name attribute?
Aayush Kumar 2011/07/13 21:52:16 Done.
+ checked/>
+ <label for="header-footer" i18n-content="optionHeaderFooter">
+ </label>
+ </div>
+ </div>
+ </div>
+ <hr>
<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