|
1 <?xml version="1.0"?> |
|
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public |
|
3 - License, v. 2.0. If a copy of the MPL was not distributed with this |
|
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
|
5 |
|
6 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> |
|
7 |
|
8 <!DOCTYPE dialog SYSTEM "chrome://pippki/locale/certManager.dtd"> |
|
9 |
|
10 <dialog id="editEmailCert" |
|
11 title="&certmgr.editemailcert.title;" |
|
12 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
|
13 buttons="accept,cancel" |
|
14 ondialogaccept="return doEmailOK();" |
|
15 onload="doLoadForEmailCert();" |
|
16 > |
|
17 |
|
18 <stringbundle id="pippki_bundle" src="chrome://pippki/locale/pippki.properties"/> |
|
19 |
|
20 <script type="application/javascript" src="chrome://pippki/content/pippki.js"/> |
|
21 <script type="application/javascript" src="chrome://pippki/content/editcerts.js"/> |
|
22 |
|
23 <description id="certmsg"/> |
|
24 <description id="issuer"/> |
|
25 <separator/> |
|
26 <description id="explanations"/> |
|
27 <separator /> |
|
28 <description>&certmgr.editemailcert.edittrust;</description> |
|
29 <radiogroup id="sslTrustGroup"> |
|
30 <radio label="&certmgr.editemailcert.dotrust;" value="true"/> |
|
31 <radio label="&certmgr.editemailcert.donttrust;" value="false"/> |
|
32 </radiogroup> |
|
33 <hbox> |
|
34 <button id="editca-button" label="&certmgr.editca.label;" |
|
35 oncommand="editCaTrust();"/> |
|
36 </hbox> |
|
37 |
|
38 </dialog> |