Bug 383880, The Page Info RSS section's feed links should be clickable, Patch by Ehsan Akhgari, r=mano

This commit is contained in:
flamingice@sourmilk.net 2007-08-07 13:45:00 -07:00
parent 29bb7c7d5d
commit fbf51868ab

View File

@ -54,7 +54,11 @@
class="feedTitle"/>
<xul:label xbl:inherits="value=type"/>
</xul:hbox>
<xul:textbox xbl:inherits="value=feedURL" readonly="true"/>
<xul:hbox>
<xul:label xbl:inherits="value=feedURL" class="text-link"
onclick="openUILink(this.value, event);"/>
<xul:spacer flex="1"/>
</xul:hbox>
<xul:hbox flex="1" class="feed-subscribe">
<xul:spacer flex="1"/>
<xul:button label="&feedSubscribe;" accesskey="&feedSubscribe.accesskey;"