summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/help/more_info_overlay.html
blob: d981a49c81faf5df5c09c7e70525b02495f5c2f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div id="more-info-overlay" class="page">
  <h1 i18n-content="moreInfoTitle"></h1>
  <div class="content-area">
    <section>
      <h2 i18n-content="channel"></h2>
      <select id="channel-changer">
        <option value="stable-channel" i18n-content="stable"></option>
        <option value="beta-channel" i18n-content="beta"></option>
        <option value="dev-channel" i18n-content="dev"></option>
      </select>
    </section>
  </div>
  <div class="action-area">
    <div class="button strip">
      <button id="more-info-confirm" i18n-content="ok"></button>
    </div>
  </div>
</div>