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:
parent
991a1723c8
commit
5abecf8093
@ -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">
|
||||
|
||||
@ -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"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user