svn commit: r756037 - in /ofbiz/trunk/applications: humanres/widget/forms/EmploymentForms.xml party/webapp/partymgr/party/PartyForms.xml

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

svn commit: r756037 - in /ofbiz/trunk/applications: humanres/widget/forms/EmploymentForms.xml party/webapp/partymgr/party/PartyForms.xml

jleroux@apache.org
Author: jleroux
Date: Thu Mar 19 15:05:44 2009
New Revision: 756037

URL: http://svn.apache.org/viewvc?rev=756037&view=rev
Log:
Fix issues in r756025

Modified:
    ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml
    ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml

Modified: ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml?rev=756037&r1=756036&r2=756037&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml Thu Mar 19 15:05:44 2009
@@ -374,7 +374,7 @@
         <field name="thruDate"><date-time/></field>
         <field name="agreementDate"><date-time/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonDelete}" widget-style="buttontext">
-            <hyperlink target="deleteAgreementEmploymentAppl">
+            <hyperlink target="deleteAgreementEmploymentAppl"  also-hidden="false"/>
                 <parameter param-name="agreementId"/>
                 <parameter param-name="partyIdTo"/>
                 <parameter param-name="partyIdFrom"/>

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=756037&r1=756036&r2=756037&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml Thu Mar 19 15:05:44 2009
@@ -725,7 +725,14 @@
         <field name="thruDate"><date-time/></field>
         <field name="comments"><text/></field>
         <field name="updateButton"><submit button-type="button"/></field>
-        <field name="deleteButton"><hyperlink description="${uiLabelMap.CommonDelete}" target="deletePartyRelationship?partyId=${parameters.partyId}&amp;partyIdFrom=${partyIdFrom}&amp;partyIdTo=${partyIdTo}&amp;roleTypeIdTo=${roleTypeIdTo}&amp;roleTypeIdFrom=${roleTypeIdFrom}&amp;fromDate=${fromDate}"/></field>
+        <field name="deleteButton"><hyperlink description="${uiLabelMap.CommonDelete}" target="deletePartyRelationship">
+ <parameter param-name="partyId"/>
+ <parameter param-name="partyIdFrom"/>
+ <parameter param-name="partyIdTo"/>
+ <parameter param-name="roleTypeIdTo"/>
+ <parameter param-name="roleTypeIdFrom"/>
+ <parameter param-name="fromDate"/>
+ </hyperlink></field>
     </form>
 
     <form name="AddOtherPartyRelationship" type="single" target="createPartyRelationship">