left-overs from last week's syntax change to help, should been updated url+key->key, a=asa,r=andreww,r=ssaux, sr=alecf, bug=124902, got left out
git-svn-id: svn://10.0.0.236/trunk@116490 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f935a642e3
commit
1b85783f61
@ -55,7 +55,7 @@
|
||||
<button id="cancel-button" label="&cancel.label;"
|
||||
oncommand="doCancel();"/>
|
||||
<button id="help-button" label="&help.label;"
|
||||
oncommand="openHelp('chrome://help/content/help.xul?exp_web_cert');"/>
|
||||
oncommand="openHelp('exp_web_cert');"/>
|
||||
</hbox>
|
||||
</vbox>
|
||||
</window>
|
||||
|
||||
@ -79,7 +79,7 @@
|
||||
<button id="cancel-button" label="&cancel.label;"
|
||||
onclick="doCancel();" />
|
||||
<button id="help-button" label="&help.label;"
|
||||
oncommand="openHelp('chrome://help/content/help.xul?exp_web_cert_crl');" />
|
||||
oncommand="openHelp('exp_web_cert_crl');" />
|
||||
</hbox>
|
||||
</vbox>
|
||||
</window>
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
<button id="ok-button" label="&ok.label;"
|
||||
oncommand="doOK();" />
|
||||
<button id="help-button" label="&help.label;"
|
||||
oncommand="openHelp('chrome://help/content/help.xul?exp_crl');" />
|
||||
oncommand="openHelp('exp_crl');" />
|
||||
</hbox>
|
||||
</vbox>
|
||||
</window>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user