зеркало из https://github.com/mozilla/pjs.git
Bug 383880, The Page Info RSS section's feed links should be clickable, Patch by Ehsan Akhgari, r=mano
This commit is contained in:
Родитель
8345447ad9
Коммит
518e52f504
|
@ -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;"
|
||||
|
|
Загрузка…
Ссылка в новой задаче