summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options2/certificate_edit_ca_trust_overlay.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/options2/certificate_edit_ca_trust_overlay.html')
-rw-r--r--chrome/browser/resources/options2/certificate_edit_ca_trust_overlay.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/chrome/browser/resources/options2/certificate_edit_ca_trust_overlay.html b/chrome/browser/resources/options2/certificate_edit_ca_trust_overlay.html
new file mode 100644
index 0000000..b45bfc9
--- /dev/null
+++ b/chrome/browser/resources/options2/certificate_edit_ca_trust_overlay.html
@@ -0,0 +1,33 @@
+<div id="certificateEditCaTrustOverlay" class="page" hidden>
+ <div class="content-area">
+ <p>
+ <span id="certificateEditCaTrustDescription"></span>
+ </p>
+ <p>
+ <span i18n-content="certificateEditTrustLabel"></span>
+ <br>
+ <label id="certificateCaTrustSSLLabel">
+ <input id="certificateCaTrustSSLCheckbox" type="checkbox">
+ <span i18n-content="certificateCaTrustSSLLabel"></span>
+ </label>
+ <br>
+ <label id="certificateCaTrustEmailLabel">
+ <input id="certificateCaTrustEmailCheckbox" type="checkbox">
+ <span i18n-content="certificateCaTrustEmailLabel"></span>
+ </label>
+ <br>
+ <label id="certificateCaTrustObjSignLabel">
+ <input id="certificateCaTrustObjSignCheckbox" type="checkbox">
+ <span i18n-content="certificateCaTrustObjSignLabel"></span>
+ </label>
+ </p>
+ </div>
+ <div class="action-area">
+ <div class="button-strip">
+ <button id="certificateEditCaTrustCancelButton" type="reset"
+ i18n-content="cancel"></button>
+ <button id="certificateEditCaTrustOkButton" type="submit"
+ i18n-content="ok"></button>
+ </div>
+ </div>
+</div>