Author: deepak
Date: Mon Jun 8 05:11:41 2015
New Revision: 1684094
URL:
http://svn.apache.org/r1684094Log:
(OFBIZ-6454) Removed duplicate title attibute from RecentFeedback form, Thanks Pierre Smits for reporting the issue.
Modified:
ofbiz/trunk/specialpurpose/ebaystore/widget/EbayAccountForms.xml
Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbayAccountForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbayAccountForms.xml?rev=1684094&r1=1684093&r2=1684094&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/widget/EbayAccountForms.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbayAccountForms.xml Mon Jun 8 05:11:41 2015
@@ -55,7 +55,7 @@ under the License.
<form name="RecentFeedback" type="list" list-name="recentFeedbackList"
odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar">
<field name="contentId" title="Feedback Id"><display/></field>
- <field name="dataResourceId" title="${uiLabelMap.ContentDataResourceId}" title="Comment Text">
+ <field name="dataResourceId" title="${uiLabelMap.ContentDataResourceId}">
<display-entity entity-name="ElectronicText" key-field-name="dataResourceId" description="${textData}"/>
</field>
<field name="commentator" title="Commentator"><display/></field>