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 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> |