Bug 285570 - add entity for changing the OCSP pref window width. r=mconnor, a=shaver

git-svn-id: svn://10.0.0.236/trunk@173282 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com 2005-05-11 02:43:30 +00:00
parent 991a1723c8
commit 5abecf8093
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
<!ENTITY window.width "38em">
<!ENTITY ocspDialog.title "Verification">
<!ENTITY validation.ocsp.description "&brandShortName; can use Online Certificate Status Protocol (OCSP) to verify certificates. Set &brandShortName; to use OCSP as follows:">
<!ENTITY disableOCSP.label "Do not use OCSP for certificate validation">

View File

@ -49,7 +49,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
dlgbuttons="accept,cancel"
title="&ocspDialog.title;"
style="width: 38em !important;">
style="width: &window.width; !important;">
<prefpane id="OCSPDialogPane" onpaneload="gOCSPDialog.init();">
<script type="application/x-javascript" src="chrome://mozapps/content/preferences/ocsp.js"/>