Author: jleroux
Date: Sat Mar 28 22:39:38 2009 New Revision: 759610 URL: http://svn.apache.org/viewvc?rev=759610&view=rev Log: Typos from previous commit Modified: ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ResourceForms.xml Modified: ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml?rev=759610&r1=759609&r2=759610&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml Sat Mar 28 22:39:38 2009 @@ -905,7 +905,7 @@ <field name="description" title="${uiLabelMap.PartyRole}"><display/></field> <field name="parentTypeId"><display-entity entity-name="RoleType" key-field-name="roleTypeId" description="${description}"/></field> <field name="remove"> - <hyperlink target="deleterole" description="${uiLabelMap.CommonRemove"> + <hyperlink target="deleterole" description="${uiLabelMap.CommonRemove}"> <parameter param-name="partyId" from-field="partyId"/> <parameter param-name="roleTypeId" from-field="roleTypeId"/> </hyperlink> Modified: ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml?rev=759610&r1=759609&r2=759610&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml Sat Mar 28 22:39:38 2009 @@ -212,7 +212,7 @@ <field name="configOptionId" ><hidden/></field> <field name="configOptionName" ><hidden/></field> <field name="remove" title="${uiLabelMap.CommonRemove}" widget-style="buttontext" > - <hyperlink target="deleteProductConfigOption" description="${uiLabelMap.CommonRemove"> + <hyperlink target="deleteProductConfigOption" description="${uiLabelMap.CommonRemove}"> <parameter param-name="configItemId" from-field="configItemId"/> <parameter param-name="configOptionId" from-field="configOptionId"/> </hyperlink> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ResourceForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ResourceForms.xml?rev=759610&r1=759609&r2=759610&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ResourceForms.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ResourceForms.xml Sat Mar 28 22:39:38 2009 @@ -47,7 +47,7 @@ <field use-when="telResult.get("extension")==null" name="telephone" title="${uiLabelMap.PartyPhoneNumber}"><display description="${telResult.countryCode} ${telResult.areaCode} ${telResult.contactNumber}"/></field> <field name="contactMechPurposeTypeId" entry-name="telResult.contactMechPurposeTypeId" title="${uiLabelMap.CommonPurpose}"><display-entity entity-name="ContactMechPurposeType"/></field> <field name="remove" title="${uiLabelMap.CommonRemove}"> - <hyperlink target="removeResource" description="${uiLabelMap.CommonRemove"> + <hyperlink target="removeResource" description="${uiLabelMap.CommonRemove}"> <parameter param-name="partyId" from-field="partyId"/> <parameter param-name="roleTypeId" from-field="roleTypeId"/> </hyperlink> |
Free forum by Nabble | Edit this page |