Author: jleroux
Date: Sun Apr 5 14:57:37 2009 New Revision: 762098 URL: http://svn.apache.org/viewvc?rev=762098&view=rev Log: Forgot some tabs to spaces in previous patch Modified: ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml Modified: ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml?rev=762098&r1=762097&r2=762098&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml (original) +++ ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml Sun Apr 5 14:57:37 2009 @@ -269,9 +269,9 @@ <field name="updateButton" widget-style="buttontext"><submit button-type="text-link"/></field> <field name="removeButton" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> <hyperlink description="${uiLabelMap.CommonRemove}" target="removePaymentApplication"> - <parameter param-name="paymentApplicationId" from-field="paymentApplicationId"/> - <parameter param-name="paymentId" from-field="paymentId"/> - </hyperlink> + <parameter param-name="paymentApplicationId" from-field="paymentApplicationId"/> + <parameter param-name="paymentId" from-field="paymentId"/> + </hyperlink> </field> </form> <form name="editPaymentApplicationsPay" default-entity-name="PaymentApplication" list-name="paymentApplicationsPay" target="updatePaymentApplication" type="list" separate-columns="false" @@ -283,9 +283,9 @@ <field name="updateButton" title="${uiLabelMap.CommonUpdate}" widget-style="buttontext"><submit button-type="text-link"/></field> <field name="removeButton" title="${uiLabelMap.CommonRemove}" widget-style="buttontext"> <hyperlink description="${uiLabelMap.CommonRemove}" target="removePaymentApplication"> - <parameter param-name="paymentApplicationId" from-field="paymentApplicationId"/> - <parameter param-name="paymentId" from-field="paymentId"/> - </hyperlink> + <parameter param-name="paymentApplicationId" from-field="paymentApplicationId"/> + <parameter param-name="paymentId" from-field="paymentId"/> + </hyperlink> </field> </form> <form name="editPaymentApplicationsBil" default-entity-name="PaymentApplication" list-name="paymentApplicationsBil" target="updatePaymentApplication" type="list" separate-columns="false" @@ -298,9 +298,9 @@ <field name="updateButton" title="${uiLabelMap.CommonUpdate}" widget-style="buttontext"><submit button-type="text-link"/></field> <field name="removeButton" title="${uiLabelMap.CommonRemove}" widget-style="buttontext"> <hyperlink description="${uiLabelMap.CommonRemove}" target="removePaymentApplication"> - <parameter param-name="paymentApplicationId" from-field="paymentApplicationId"/> - <parameter param-name="paymentId" from-field="paymentId"/> - </hyperlink> + <parameter param-name="paymentApplicationId" from-field="paymentApplicationId"/> + <parameter param-name="paymentId" from-field="paymentId"/> + </hyperlink> </field> </form> <form name="editPaymentApplicationsTax" default-entity-name="PaymentApplication" list-name="paymentApplicationsTax" target="updatePaymentApplication" type="list" separate-columns="false" @@ -319,9 +319,9 @@ <field name="updateButton" title="${uiLabelMap.CommonUpdate}" widget-style="buttontext"><submit button-type="text-link"/></field> <field name="removeButton" title="${uiLabelMap.CommonRemove}" widget-style="buttontext"> <hyperlink description="${uiLabelMap.CommonRemove}" target="removePaymentApplication"> - <parameter param-name="paymentApplicationId" from-field="paymentApplicationId"/> - <parameter param-name="paymentId" from-field="paymentId"/> - </hyperlink> + <parameter param-name="paymentApplicationId" from-field="paymentApplicationId"/> + <parameter param-name="paymentId" from-field="paymentId"/> + </hyperlink> </field> </form> Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml?rev=762098&r1=762097&r2=762098&view=diff ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml Sun Apr 5 14:57:37 2009 @@ -549,11 +549,11 @@ <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="smallSubmit" use-when="!"${declarationScreen}".equals("Y")"> <hyperlink description="${uiLabelMap.CommonDelete}" also-hidden="false" target="removeWorkEffortFixedAssetAssign"> - <parameter param-name="workEffortId" from-field="workEffortId"/> - <parameter param-name="fixedAssetId" from-field="fixedAssetId"/> - <parameter param-name="fromDate" from-field="fromDate"/> - <parameter param-name="productionRunId" from-field="productionRunId}"/> - </hyperlink> + <parameter param-name="workEffortId" from-field="workEffortId"/> + <parameter param-name="fixedAssetId" from-field="fixedAssetId"/> + <parameter param-name="fromDate" from-field="fromDate"/> + <parameter param-name="productionRunId" from-field="productionRunId}"/> + </hyperlink> </field> </form> <form name="ListProductionRunTaskFixedAssets" type="list" title="" list-name="productionRunFixedAssetsData" |
Free forum by Nabble | Edit this page |