summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/print_preview/layout_settings.html
blob: 9703089a56d9a3a817fe20f7c34269d240bd9d5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div id="layout-option" class="two-column visible">
  <h1 i18n-content="layoutLabel"></h1>
  <div class="right-column">
    <div>
      <label>
        <input id="portrait" type="radio" name="layout" checked>
        <span i18n-content="optionPortrait"></span>
      </label>
    </div>
    <div>
      <label>
        <input id="landscape" type="radio" name="layout">
        <span i18n-content="optionLandscape"></span>
      </label>
    </div>
  </div>
</div>