svn commit: r756060 - in /ofbiz/trunk/applications: accounting/webapp/accounting/agreement/AgreementForms.xml humanres/widget/forms/EmploymentForms.xml

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

svn commit: r756060 - in /ofbiz/trunk/applications: accounting/webapp/accounting/agreement/AgreementForms.xml humanres/widget/forms/EmploymentForms.xml

jleroux@apache.org
Author: jleroux
Date: Thu Mar 19 15:53:57 2009
New Revision: 756060

URL: http://svn.apache.org/viewvc?rev=756060&view=rev
Log:
Fix bugs (wrong ends of elements)

Modified:
    ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml
    ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml?rev=756060&r1=756059&r2=756060&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml Thu Mar 19 15:53:57 2009
@@ -288,7 +288,7 @@
         </field>
         <field name="lastPrice" widget-area-style="align-text"><display/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
-            <hyperlink target="removeAgreementItemSupplierProduct">
+            <hyperlink target="removeAgreementItemSupplierProduct" description="${uiLabelMap.CommonRemove}" also-hidden="false">            
                 <parameter param-name="minimumOrderQuantity"/>
                 <parameter param-name="currencyUomId"/>
                 <parameter param-name="availableFromDate"/>

Modified: ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml?rev=756060&r1=756059&r2=756060&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml Thu Mar 19 15:53:57 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"  also-hidden="false"/>
+            <hyperlink target="deleteAgreementEmploymentAppl"  also-hidden="false">
                 <parameter param-name="agreementId"/>
                 <parameter param-name="partyIdTo"/>
                 <parameter param-name="partyIdFrom"/>