summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/certificate_backup_overlay.html
blob: c5b5a180efcfdb9b4317d0ec454594d5685cba2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<div class="page hidden" id="certificateBackupOverlay">
  <p>
    <span i18n-content="certificateExportPasswordDescription"></span>
  </p>

  <p>
    <table>
      <tr>
        <label id="certificateBackupPasswordLabel">
          <td>
            <span i18n-content="certificatePasswordLabel"></span>
          </td>
          <td>
            <input type="password" id="certificateBackupPassword">
          </td>
        </label>
      </tr>
      <tr>
        <label id="certificateBackupPasswordLabel">
          <td>
            <span i18n-content="certificateConfirmPasswordLabel"></span>
          </td>
          <td>
            <input type="password" id="certificateBackupPassword2">
          </td>
        </label>
      </tr>
    </table>
  </p>

  <p>
    <span i18n-content="certificateExportPasswordHelp"></span>
  </p>

  <div class="action-area button-strip">
    <button type="reset" id="certificateBackupCancelButton"
        i18n-content="cancel"></button>
    <button type="submit" id="certificateBackupOkButton"
        i18n-content="ok" disabled></button>
  </div>
</div>