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

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: Fixed style issues. Added check to see if there is enough space to print headers and footers. 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 0aef75cc92dffbda6e4ca1cbb6fc5ec64bde9786..888517f8854ebcc1473afdfbe809530ca8008b35 100644
--- a/chrome/browser/resources/print_preview/print_preview.html
+++ b/chrome/browser/resources/print_preview/print_preview.html
@@ -56,6 +56,15 @@
</div>
</div>
<hr>
+ <div id="options-option" class="two-column option visible">
dpapad 2011/07/19 15:38:04 I feel that the "options" label is really generic
Aayush Kumar 2011/07/19 18:37:19 Let me hold these changes off until we decide for
+ <h1 i18n-content="optionsLabel"></h1>
+ <div>
+ <input id="header-footer" type="checkbox" checked/>
+ <label for="header-footer" i18n-content="optionHeaderFooter">
+ </label>
+ </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