summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options2/startup_overlay.html
blob: e7ede1ae35ac91de68492ba6d222339117b24ca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div id="startup-overlay" class="page" hidden>
  <h1 i18n-content="startupPagesDialogTitle"></h1>
  <div class="content-area">
    <list id="startupPagesList"></list>
  </div>
  <div class="action-area">
    <span class="hbox stretch">
      <button id="startupUseCurrentButton"
          i18n-content="startupUseCurrent"></button>
    </span>
    <button id="startup-overlay-cancel" i18n-content="cancel"></button>
    <button id="startup-overlay-confirm" i18n-content="ok"></button>
  </div>
  <div id="startupPagesListDropmarker"></div>
</div>