Bug 381117 Label_for/by relation is missing in RSS subscription manage window.

patch by tiger.zhang @sun.com r+sr=mscott


git-svn-id: svn://10.0.0.236/trunk@227103 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ginn.chen%sun.com
2007-05-28 08:45:03 +00:00
parent aec1dd1989
commit 26cb5d6447

View File

@@ -73,7 +73,7 @@
<stringbundle id="bundle_newsblog" src="chrome://messenger-newsblog/locale/newsblog.properties"/>
<vbox flex="1" id="contentPane">
<description>&subscriptionDesc.label;</description>
<description control="rssSubscriptionsList">&subscriptionDesc.label;</description>
<separator class="thin"/>
@@ -98,11 +98,11 @@
</columns>
<rows>
<row align="center">
<hbox pack="end"><label id="nameLabel" value="&feedTitle.label;"/></hbox>
<hbox pack="end"><label id="nameLabel" control="nameValue" value="&feedTitle.label;"/></hbox>
<textbox id="nameValue" readonly="true" class="plain"/>
</row>
<row align="center">
<hbox pack="end"><label id="locationLabel" value="&location.label;"/></hbox>
<hbox pack="end"><label id="locationLabel" control="locationValue" value="&location.label;"/></hbox>
<textbox id="locationValue" readonly="true" class="plain"/>
</row>
</rows>