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

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: Indent Fix 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 981e5dfde823aff2acf797bc645c501ffcc03af8..3f55f4e7e61751dd9d6aec454ed2aa7a4e9e7755 100644
--- a/chrome/browser/resources/print_preview/print_preview.html
+++ b/chrome/browser/resources/print_preview/print_preview.html
@@ -67,6 +67,15 @@
</div>
</div>
<hr>
+ <div class="two-column option visible">
kmadhusu 2011/07/14 01:50:15 dpapad is refactoring the UI code (print_preview.h
dpapad 2011/07/14 15:59:35 Are we planning to add more options in this catego
Aayush Kumar 2011/07/19 01:20:30 Based on our conversation, we'll let this be as it
+ <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