add a help button to crl manager dlog, update links in two others, bug=129143, sr=alecf, r=ssaux, a=asa/drivers

This commit is contained in:
oeschger%netscape.com 2002-03-18 23:41:45 +00:00
parent bd4d9e5593
commit 30be10945c
3 changed files with 6 additions and 2 deletions

View File

@ -103,6 +103,6 @@ function onAccept()
function doHelpButton()
{
openHelp('validation_prefs');
openHelp("validation-crl-import");
}

View File

@ -43,6 +43,7 @@
<script type="application/x-javascript" src="chrome://global/content/strres.js"/>
<script type="application/x-javascript" src="chrome://pippki/content/crlManager.js"/>
<script type="application/x-javascript" src="chrome://help/content/contextHelp.js" />
<description value="&validation.crlmanager.label;"/>
<separator class="thin"/>
@ -90,6 +91,9 @@
<button id="updateCRL" class="dialog push" disabled="true"
label="&validation.updatecrl.label;"
oncommand="UpdateCRL();"/>
<spacer flex="2" />
<button id="help-button" label="&help.button;"
oncommand="openHelp('validation-crl-manage');"/>
</hbox>
<separator class="thin"/>

View File

@ -199,7 +199,7 @@ function onCancel()
function doHelpButton()
{
openHelp('validation_prefs');
openHelp("validation-crl-auto-update-prefs");
}
function onAccept()