Author: buscob
Date: Sat Aug 14 17:40:11 2010
New Revision: 985544
URL:
http://svn.apache.org/viewvc?rev=985544&view=revLog:
No necessity to specify the field title. Using the formfield_** label.
Modified:
ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml
Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml?rev=985544&r1=985543&r2=985544&view=diff==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml Sat Aug 14 17:40:11 2010
@@ -51,7 +51,7 @@ under the License.
<field-map field-name="viewSize" from-field="viewSize"/>
</service>
</actions>
- <field name="partyInvitationId" title="${uiLabelMap.PartyInvitationPartyInvitationId}" widget-style="buttontext">
+ <field name="partyInvitationId" widget-style="buttontext">
<hyperlink also-hidden="false" description="${partyInvitationId}" target="editPartyInvitation">
<parameter param-name="partyInvitationId"/>
</hyperlink>
@@ -100,7 +100,7 @@ under the License.
<order-by field-name="partyInvitationId"/>
</entity-condition>
</actions>
- <field name="partyInvitationId" title="${uiLabelMap.PartyInvitationPartyInvitationId}" widget-style="buttontext">
+ <field name="partyInvitationId" widget-style="buttontext">
<hyperlink also-hidden="false" description="${partyInvitationId}" target="editPartyInvitation">
<parameter param-name="partyInvitationId"/>
</hyperlink>
@@ -143,7 +143,7 @@ under the License.
<order-by field-name="partyInvitationId"/>
</entity-condition>
</actions>
- <field name="partyInvitationId" title="${uiLabelMap.PartyInvitationPartyInvitationId}" widget-style="buttontext">
+ <field name="partyInvitationId" widget-style="buttontext">
<hyperlink also-hidden="false" description="${partyInvitationId}" target="editPartyInvitation">
<parameter param-name="partyInvitationId"/>
</hyperlink>