summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/add_startup_page_overlay.html
blob: c2f97d2667a951b71e5394e61d8b4591abb487c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div class="page hidden" id="addStartupPageOverlay">
  <h1 i18n-content="addStartupPageTitle"></h1>

  <form id="addStartupPageForm">
    <label id="addURLBlock"><span
        i18n-content="addStartupPageURLLabel"></span>
      <input type="url" id="addStartupPageURL"></label>

    <list id="addStartupRecentPageList"></list>

    <div class="action-area button-strip">
      <button type="reset"
          i18n-content="addStartupPageCancelButton"></button>
      <button type="submit" id="addStartupPageAddButton" disabled
          i18n-content="addStartupPageAddButton"></button>
    </div>
  </form>
</div>