1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/manager/pki/resources/content/editemailcert.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,38 @@ 1.4 +<?xml version="1.0"?> 1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.6 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.8 + 1.9 +<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 1.10 + 1.11 +<!DOCTYPE dialog SYSTEM "chrome://pippki/locale/certManager.dtd"> 1.12 + 1.13 +<dialog id="editEmailCert" 1.14 + title="&certmgr.editemailcert.title;" 1.15 + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 1.16 + buttons="accept,cancel" 1.17 + ondialogaccept="return doEmailOK();" 1.18 + onload="doLoadForEmailCert();" 1.19 +> 1.20 + 1.21 + <stringbundle id="pippki_bundle" src="chrome://pippki/locale/pippki.properties"/> 1.22 + 1.23 + <script type="application/javascript" src="chrome://pippki/content/pippki.js"/> 1.24 + <script type="application/javascript" src="chrome://pippki/content/editcerts.js"/> 1.25 + 1.26 + <description id="certmsg"/> 1.27 + <description id="issuer"/> 1.28 + <separator/> 1.29 + <description id="explanations"/> 1.30 + <separator /> 1.31 + <description>&certmgr.editemailcert.edittrust;</description> 1.32 + <radiogroup id="sslTrustGroup"> 1.33 + <radio label="&certmgr.editemailcert.dotrust;" value="true"/> 1.34 + <radio label="&certmgr.editemailcert.donttrust;" value="false"/> 1.35 + </radiogroup> 1.36 + <hbox> 1.37 + <button id="editca-button" label="&certmgr.editca.label;" 1.38 + oncommand="editCaTrust();"/> 1.39 + </hbox> 1.40 + 1.41 +</dialog>