summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/certificate_edit_ca_trust_overlay.html
blob: e3e5f6f070005394c42495e0878a60603e4a08a7 (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
<div class="page hidden" id="certificateEditCaTrustOverlay">
  <p>
    <span id="certificateEditCaTrustDescription"></span>
  </p>

  <p>
    <span i18n-content="certificateEditTrustLabel"></span>
    <br>
    <label id="certificateCaTrustSSLLabel">
      <input type="checkbox" id="certificateCaTrustSSLCheckbox">
      <span i18n-content="certificateCaTrustSSLLabel"></span>
    </label>
    <br>
    <label id="certificateCaTrustEmailLabel">
      <input type="checkbox" id="certificateCaTrustEmailCheckbox">
      <span i18n-content="certificateCaTrustEmailLabel"></span>
    </label>
    <br>
    <label id="certificateCaTrustObjSignLabel">
      <input type="checkbox" id="certificateCaTrustObjSignCheckbox">
      <span i18n-content="certificateCaTrustObjSignLabel"></span>
    </label>
  </p>

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