Fix cancel button.

git-svn-id: svn://10.0.0.236/trunk@134061 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com
2002-11-19 00:54:06 +00:00
parent ed9112d872
commit 41fab29b54

View File

@@ -31,7 +31,7 @@
<xul:label xbl:inherits="value=progress"/>
</xul:hbox>
<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:vbox>
</content>