Author: jleroux
Date: Sat Apr 4 22:23:19 2009 New Revision: 762025 URL: http://svn.apache.org/viewvc?rev=762025&view=rev Log: Last tabs to spaces Modified: ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml ofbiz/trunk/applications/product/webapp/catalog/feature/FeatureForms.xml ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml ofbiz/trunk/applications/workeffort/widget/TimesheetScreens.xml ofbiz/trunk/applications/workeffort/widget/WorkEffortScreens.xml ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml Modified: ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml?rev=762025&r1=762024&r2=762025&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml (original) +++ ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml Sat Apr 4 22:23:19 2009 @@ -278,8 +278,8 @@ <field name="custRequestId"> <lookup size="20" target-form-name="/ordermgr/control/LookupCustRequest"> <sub-hyperlink target="/ordermgr/control/EditRequest" target-type="inter-app" link-style="buttontext" description="[Edit]" use-when="communicationEvent!=null&&communicationEvent.get("custRequestId")!= null"> - <parameter param-name="custRequestId" from-field="communicationEvent.custRequestId"/> - </sub-hyperlink> + <parameter param-name="custRequestId" from-field="communicationEvent.custRequestId"/> + </sub-hyperlink> </lookup> </field> --> Modified: ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml?rev=762025&r1=762024&r2=762025&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml Sat Apr 4 22:23:19 2009 @@ -640,8 +640,8 @@ use-when="dataResource!=null && "SURVEY".equals(dataResource.getString("dataResourceTypeId"))"> <lookup target-form-name="LookupSurvey"> <sub-hyperlink target="EditSurvey" description="Edit Survey" link-style="smallSubmit" use-when="dataResource.get("relatedDetailId")!=null"> - <parameter param-name="surveyId" from-field="dataResource.relatedDetailId"/> - </sub-hyperlink> + <parameter param-name="surveyId" from-field="dataResource.relatedDetailId"/> + </sub-hyperlink> </lookup> </field> <field name="relatedDetailId" map-name="dataResource" title="Survey Response ID" Modified: ofbiz/trunk/applications/product/webapp/catalog/feature/FeatureForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/feature/FeatureForms.xml?rev=762025&r1=762024&r2=762025&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/feature/FeatureForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/catalog/feature/FeatureForms.xml Sat Apr 4 22:23:19 2009 @@ -49,8 +49,8 @@ </field> <field use-when="productFeature!=null&&productFeature.getString("productFeatureCategoryId")!=null" name="categoryLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> <hyperlink target="/EditFeatureCategoryFeatures" target-type="intra-app" description="${uiLabelMap.ProductGoToFeatureCategory} ${productFeature.productFeatureCategoryId}" also-hidden="false"> - <parameter param-name="productFeatureCategoryId" from-field="productFeature.productFeatureCategoryId"/> - </hyperlink> + <parameter param-name="productFeatureCategoryId" from-field="productFeature.productFeatureCategoryId"/> + </hyperlink> </field> <field name="description" title="${uiLabelMap.CommonDescription}"/> Modified: ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml?rev=762025&r1=762024&r2=762025&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml Sat Apr 4 22:23:19 2009 @@ -65,8 +65,8 @@ </field> <field use-when="productStore!=null&&productStore.getString("inventoryFacilityId")!=null" name="inventoryFacilityLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> <hyperlink target="/facility/control/EditFacility" target-type="inter-app" description="${uiLabelMap.CommonEdit} ${uiLabelMap.ProductFacility} ${productStore.inventoryFacilityId}" also-hidden="false"> - <parameter param-name="facilityId" from-field="productStore.inventoryFacilityId"/> - </hyperlink> + <parameter param-name="facilityId" from-field="productStore.inventoryFacilityId"/> + </hyperlink> </field> <field name="manualAuthIsCapture"> Modified: ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml?rev=762025&r1=762024&r2=762025&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml Sat Apr 4 22:23:19 2009 @@ -96,9 +96,9 @@ <field name="locationSeqId" title="${uiLabelMap.ProductFacilityLocation}"> <lookup target-form-name="LookupFacilityLocation"> <sub-hyperlink use-when="locationSeqId!=null" target="EditFacilityLocation"> - <parameter param-name="facilityId" from-field="facilityId"/> - <parameter param-name="locationSeqId" from-field="locationSeqId"/> - </sub-hyperlink> + <parameter param-name="facilityId" from-field="facilityId"/> + <parameter param-name="locationSeqId" from-field="locationSeqId"/> + </sub-hyperlink> </lookup> </field> <field name="partyId"> Modified: ofbiz/trunk/applications/workeffort/widget/TimesheetScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/TimesheetScreens.xml?rev=762025&r1=762024&r2=762025&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/TimesheetScreens.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/TimesheetScreens.xml Sat Apr 4 22:23:19 2009 @@ -70,8 +70,8 @@ <container> <label style="tableheadtext" text="${uiLabelMap.WorkEffortTimesheet}: ${currentTimesheet.fromDate} ${uiLabelMap.CommonThru} ${currentTimesheet.thruDate} ${currentTimesheet.comments}"/> <link target="EditTimesheet" text="${currentTimesheet.timesheetId}" style="buttontext"> - <parameter param-name="timesheetId" from-field="currentTimesheet.timesheetId"/> - </link> + <parameter param-name="timesheetId" from-field="currentTimesheet.timesheetId"/> + </link> </container> <iterate-section entry="currentTimeEntry" list="currentTimeEntryList"> <section> @@ -105,11 +105,11 @@ <fail-widgets> <container> <link target="MyTimesheets" text="${uiLabelMap.WorkEffortTimesheetQuickTimeEntry}" style="buttontext"> - <parameter param-name="showQuickEntry" from-field="currentTimesheet.timesheetId"/> - </link> + <parameter param-name="showQuickEntry" from-field="currentTimesheet.timesheetId"/> + </link> <link target="EditTimesheetEntries" text="${uiLabelMap.WorkEffortTimesheetTimeEntries}" style="buttontext"> - <parameter param-name="timesheetId" from-field="currentTimesheet.timesheetId"/> - </link> + <parameter param-name="timesheetId" from-field="currentTimesheet.timesheetId"/> + </link> </container> </fail-widgets> </section> Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortScreens.xml?rev=762025&r1=762024&r2=762025&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/WorkEffortScreens.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/WorkEffortScreens.xml Sat Apr 4 22:23:19 2009 @@ -278,28 +278,28 @@ <parameter param-name="workEffortId" from-field="workEffort.workEffortId"/> </link> <link target="AddWorkEffortAndAssoc" text="${uiLabelMap.WorkEffortAddChild}" style="buttontext"> - <parameter param-name="workEffortIdFrom" from-field="workEffort.workEffortId"/> - </link> + <parameter param-name="workEffortIdFrom" from-field="workEffort.workEffortId"/> + </link> <link target="AddWorkEffortAssoc" text="${uiLabelMap.WorkEffortAddExistingWorkEffortChild}" style="buttontext"> - <parameter param-name="workEffortIdFrom" from-field="workEffort.workEffortId"/> - </link> + <parameter param-name="workEffortIdFrom" from-field="workEffort.workEffortId"/> + </link> <section> <condition><not><if-empty field="workEffortAssoc"/></not></condition> <widgets> <link target="EditWorkEffortAssoc" text="${uiLabelMap.WorkEffortEditAssoc}" style="buttontext"> - <parameter param-name="workEffortIdFrom" from-field="workEffortAssoc.workEffortIdFrom"/> - <parameter param-name="workEffortIdTo" from-field="workEffortAssoc.workEffortIdTo"/> - <parameter param-name="workEffortAssocTypeId" from-field="workEffortAssoc.workEffortAssocTypeId"/> - <parameter param-name="fromDate" from-field="workEffortAssoc.fromDate"/> - <parameter param-name="DONE_PAGE" from-field="donePage"/> - </link> + <parameter param-name="workEffortIdFrom" from-field="workEffortAssoc.workEffortIdFrom"/> + <parameter param-name="workEffortIdTo" from-field="workEffortAssoc.workEffortIdTo"/> + <parameter param-name="workEffortAssocTypeId" from-field="workEffortAssoc.workEffortAssocTypeId"/> + <parameter param-name="fromDate" from-field="workEffortAssoc.fromDate"/> + <parameter param-name="DONE_PAGE" from-field="donePage"/> + </link> <link target="EditWorkEffortAndAssoc" text="${uiLabelMap.WorkEffortEditAssocDetail}" style="buttontext"> - <parameter param-name="workEffortIdFrom" from-field="workEffortAssoc.workEffortIdFrom"/> - <parameter param-name="workEffortIdTo" from-field="workEffortAssoc.workEffortIdTo"/> - <parameter param-name="workEffortAssocTypeId" from-field="workEffortAssoc.workEffortAssocTypeId"/> - <parameter param-name="fromDate" from-field="workEffortAssoc.fromDate"/> - <parameter param-name="DONE_PAGE" from-field="donePage"/> - </link> + <parameter param-name="workEffortIdFrom" from-field="workEffortAssoc.workEffortIdFrom"/> + <parameter param-name="workEffortIdTo" from-field="workEffortAssoc.workEffortIdTo"/> + <parameter param-name="workEffortAssocTypeId" from-field="workEffortAssoc.workEffortAssocTypeId"/> + <parameter param-name="fromDate" from-field="workEffortAssoc.fromDate"/> + <parameter param-name="DONE_PAGE" from-field="donePage"/> + </link> </widgets> </section> </widgets> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml?rev=762025&r1=762024&r2=762025&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml Sat Apr 4 22:23:19 2009 @@ -502,17 +502,17 @@ <field name="Private/Public" widget-style="buttontext" title="${uiLabelMap.ProjectMgrPrivateOrPublic}" use-when="internalNote.equals("N")"> <hyperlink target="updateTaskNote" description="${uiLabelMap.OrderNotesPrivate}"> - <parameter param-name="workEffortId" from-field="workEffortId"/> - <parameter param-name="noteId" from-field="noteId"/> - <parameter param-name="internalNote" value="Y"/> - </hyperlink> + <parameter param-name="workEffortId" from-field="workEffortId"/> + <parameter param-name="noteId" from-field="noteId"/> + <parameter param-name="internalNote" value="Y"/> + </hyperlink> </field> <field name="Private/Public" widget-style="buttontext" title="${uiLabelMap.ProjectMgrPrivateOrPublic}" use-when="internalNote.equals("Y")"> <hyperlink target="updateTaskNote" description="${uiLabelMap.OrderNotesPublic}"> - <parameter param-name="workEffortId" from-field="workEffortId"/> - <parameter param-name="noteId" from-field="noteId"/> - <parameter param-name="internalNote" value="N"/> - </hyperlink> + <parameter param-name="workEffortId" from-field="workEffortId"/> + <parameter param-name="noteId" from-field="noteId"/> + <parameter param-name="internalNote" value="N"/> + </hyperlink> </field> </form> <form name="AddTaskNote" extends="AddWorkEffortNote" extends-resource="component://workeffort/widget/WorkEffortForms.xml" type="single" target="createTaskNote"/> |
Free forum by Nabble | Edit this page |