Fix cancel button.

This commit is contained in:
blakeross%telocity.com 2002-11-19 00:54:06 +00:00
parent 844a47f512
commit e8f6cca45b

View File

@ -31,7 +31,7 @@
<xul:label xbl:inherits="value=progress"/> <xul:label xbl:inherits="value=progress"/>
</xul:hbox> </xul:hbox>
<xul:hbox align="start"> <xul:hbox align="start">
<xul:label value="&cancel.label;" class="link" onclick="this.parentNode.parentNode.parentNode.parentNode.cancel();"/> <xul:label value="&cancel.label;" class="link" onclick="this.parentNode.parentNode.parentNode.cancel();"/>
</xul:hbox> </xul:hbox>
</xul:vbox> </xul:vbox>
</content> </content>