summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options2/certificate_restore_overlay.html
blob: 30b380dcca09cf0afff6c5f30ec914899213d69a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div id="certificateRestoreOverlay" class="page" hidden>
  <h1 i18n-content="certificateRestorePasswordDescription"></h1>
  <div class="content-area">
    <label id="certificateRestorePasswordLabel">
      <span i18n-content="certificatePasswordLabel"></span>
      <input id="certificateRestorePassword" type="password">
    </label>
  </div>
  <div class="action-area">
    <div class="button-strip">
      <button id="certificateRestoreCancelButton" type="reset"
          i18n-content="cancel"></button>
      <button id="certificateRestoreOkButton" type="submit" i18n-content="ok">
      </button>
    </div>
  </div>
</div>