Chromium Code Reviews| 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> |