summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options2/home_page_overlay.html
blob: 590a83eb479b0c084728da06483f0b07b18d5ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div id="home-page-overlay" class="page" hidden>
  <h1 i18n-content="homePageOverlay"></h1>
  <div class="content-area">
    <div class="hbox stretch box-align-center">
      <label for="homepageURL" i18n-content="homePageDialogLabel"></label>
      <input id="homepageURL" type="url"
          class="weakrtl favicon-cell hbox stretch"
          data-type="url" pref="homepage" controlled-by="recommended"
          dialog-pref>
    </div>
  </div>
  <div class="action-area">
    <div class="button-strip">
      <button id="home-page-cancel" type="reset" i18n-content="cancel">
      </button>
      <button id="home-page-confirm" type="submit" i18n-content="ok"></button>
    </div>
  </div>
</div>