svn commit: r759499 - /ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r759499 - /ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml

jleroux@apache.org
Author: jleroux
Date: Sat Mar 28 16:22:09 2009
New Revision: 759499

URL: http://svn.apache.org/viewvc?rev=759499&view=rev
Log:
I think there were typos (&&) in

<hyperlink target="deleteEmploymentApp?applicationId=${applicationId}&amp;&amp;partyId=${partyId}&amp;&amp;referredByPartyId=${referredByPartyId}" description="${uiLabelMap.CommonDelete}" also-hidden="true"/>

else please explain me...


Modified:
    ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml

Modified: ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml?rev=759499&r1=759498&r2=759499&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml Sat Mar 28 16:22:09 2009
@@ -62,8 +62,8 @@
         <field name="deleteLink" title="${uiLabelMap.CommonDelete}" widget-style="buttontext">
             <hyperlink target="deleteEmploymentApp" description="${uiLabelMap.CommonDelete}" also-hidden="true">
                 <parameter param-name="applicationId" from-field="applicationId"/>
-                <parameter param-name="&amp;partyId" from-field="partyId"/>
-                <parameter param-name="&amp;referredByPartyId" from-field="referredByPartyId"/>
+                <parameter param-name="partyId" from-field="partyId"/>
+                <parameter param-name="referredByPartyId" from-field="referredByPartyId"/>
             </hyperlink>
         </field>
         <field name="_rowSubmit" title="${uiLabelMap.CommonSelect}"><hidden value="Y"/></field>