Index: chrome/browser/resources/print_preview/layout_settings.html |
diff --git a/chrome/browser/resources/print_preview/layout_settings.html b/chrome/browser/resources/print_preview/layout_settings.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..eb44b40b6207624d304be79d2dfdcdd1e6f336b7 |
--- /dev/null |
+++ b/chrome/browser/resources/print_preview/layout_settings.html |
@@ -0,0 +1,13 @@ |
+<div id="layout-option" class="two-column option visible"> |
+ <h1 i18n-content="layoutLabel"></h1> |
+ <div> |
+ <div> |
+ <input id="portrait" type="radio" name="layout" checked/> |
+ <label for="portrait" i18n-content="optionPortrait"></label> |
+ </div> |
+ <div> |
+ <input id="landscape" type="radio" name="layout"/> |
+ <label for="landscape" i18n-content="optionLandscape"></label> |
+ </div> |
+ </div> |
+</div> |