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

This commit is contained in:
oeschger%netscape.com 2002-03-13 21:05:21 +00:00
Родитель 2867685025
Коммит 4f1a83dd41
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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>