Author: jacopoc
Date: Sat Mar 3 03:49:19 2007 New Revision: 514134 URL: http://svn.apache.org/viewvc?view=rev&rev=514134 Log: Removed no more needed style definitions from form widgets Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/MrpForms.xml ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml?view=diff&rev=514134&r1=514133&r2=514134 ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml Sat Mar 3 03:49:19 2007 @@ -20,8 +20,7 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd"> - <form name="RunBomSimulation" type="single" target="runBomSimulation" title="" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="RunBomSimulation" type="single" target="runBomSimulation" title=""> <field name="lookupFlag"><hidden value="Y"/></field> <field name="productId"> <lookup target-form-name="LookupProduct"/> @@ -70,8 +69,7 @@ </field> </form> - <form name="ListProductManufacturingRules" type="list" target="UpdateProductManufacturingRule" title="" list-name="manufacturingRules" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListProductManufacturingRules" type="list" target="UpdateProductManufacturingRule" title="" list-name="manufacturingRules"> <auto-fields-service service-name="updateProductManufacturingRule" map-name="manufacturingRule"/> <field name="ruleId"><display/></field> <field name="ruleSeqId"><display/></field> @@ -93,8 +91,7 @@ </field> </form> - <form name="UpdateProductManufacturingRule" type="single" target="UpdateProductManufacturingRule" title="" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="UpdateProductManufacturingRule" type="single" target="UpdateProductManufacturingRule" title=""> <alt-target use-when="ruleId==null" target="AddProductManufacturingRule"/> <auto-fields-service service-name="updateProductManufacturingRule" map-name="manufacturingRule"/> <field name="ruleId"><display/></field> 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?view=diff&rev=514134&r1=514133&r2=514134 ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml Sat Mar 3 03:49:19 2007 @@ -20,8 +20,7 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd"> - <form name="CreateProductionRun" target="CreateProductionRunGo" title="" type="single" - default-title-style="tableheadtext" default-tooltip-style="tabletext"> + <form name="CreateProductionRun" target="CreateProductionRunGo" title="" type="single"> <field name="productId" title="${uiLabelMap.ProductProductId}"><lookup target-form-name="LookupProduct" size="16"/></field> <field name="pRQuantity" title="${uiLabelMap.ManufacturingQuantity}"><text size="6"/></field> <field name="startDate" title="${uiLabelMap.ManufacturingStartDate}"><date-time/></field> @@ -39,8 +38,7 @@ <submit button-type="button"/> </field> </form> - <form name="findProductionRun" target="FindProductionRun" title="" type="single" - default-title-style="tableheadtext" default-tooltip-style="tabletext"> + <form name="findProductionRun" target="FindProductionRun" title="" type="single"> <field name="workEffortTypeId"><hidden value="PROD_ORDER_HEADER"/></field> <field name="workEffortId" title="${uiLabelMap.ManufacturingProductionRunId}"><text-find/></field> <field name="currentStatusId" title="${uiLabelMap.CommonStatus}"> @@ -63,9 +61,7 @@ <field name="submitButton" title="${uiLabelMap.CommonLookup}"><submit button-type="button"/></field> </form> - <form name="listFindProductionRun" list-name="listIt" title="" type="list" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" - paginate-target="/FindProductionRun"> + <form name="listFindProductionRun" list-name="listIt" title="" type="list" paginate-target="/FindProductionRun"> <actions> <service service-name="performFind" result-map-name="result" result-map-list-name="listIt"> <field-map field-name="inputFields" env-name="requestParameters"/> @@ -87,8 +83,7 @@ <field name="facilityId" title="${uiLabelMap.ProductFacilityId}"><display/></field> </form> - <form name="UpdateProductionRun" type="single" target="EditProductionRun" title="" default-map-name="productionRunData" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="UpdateProductionRun" type="single" target="EditProductionRun" title="" default-map-name="productionRunData"> <field name="actionForm"><hidden value="${actionForm}"/></field> <field name="productionRunId"><hidden/></field> <field name="productId" title="${uiLabelMap.ProductProductId}"> @@ -109,8 +104,7 @@ <field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field> </form> - <form name="ListProductionRunRoutingTasks" type="list" target="EditProductionRun" title="" list-name="productionRunRoutingTasks" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListProductionRunRoutingTasks" type="list" target="EditProductionRun" title="" list-name="productionRunRoutingTasks"> <field name="priority" title="${uiLabelMap.CommonSequenceNum}"><display/></field> <field name="workEffortId" title="${uiLabelMap.ManufacturingTaskName}"><display description="${workEffortName} [${workEffortId}]" /></field> <field name="fixedAssetId" title="${uiLabelMap.ManufacturingMachine}"><display/></field> @@ -127,8 +121,7 @@ </field> </form> - <form name="ListProductionRunComponents" type="list" target="EditProductionRun" title="" list-name="productionRunComponentsData" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListProductionRunComponents" type="list" target="EditProductionRun" title="" list-name="productionRunComponentsData"> <field name="workEffortId" title="${uiLabelMap.ManufacturingRoutingTaskId}"> <display description="${workEffortName} [${workEffortId}]"/> </field> @@ -145,8 +138,7 @@ </field> </form> - <form name="EditProductionRunRoutingTask" type="single" target="EditProductionRun" title="" default-map-name="routingTaskData" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="EditProductionRunRoutingTask" type="single" target="EditProductionRun" title="" default-map-name="routingTaskData"> <field name="actionForm"> <hidden value="${actionForm}"/> </field> @@ -185,8 +177,7 @@ </field> </form> - <form name="EditProductionRunComponent" type="single" target="EditProductionRun" title="" default-map-name="productComponentData" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="EditProductionRunComponent" type="single" target="EditProductionRun" title="" default-map-name="productComponentData"> <field name="actionForm"> <hidden value="${actionForm}"/> </field> @@ -224,8 +215,7 @@ </form> <!-- Production Run Declaration --> - <form name="ShowProductionRun" type="single" target="productionRunProduce" title="" default-map-name="productionRunData" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ShowProductionRun" type="single" target="productionRunProduce" title="" default-map-name="productionRunData"> <field name="workEffortId"><hidden/></field> <field name="productId" title="${uiLabelMap.ProductProductId}"> <display description="[${productionRunData.productId}]/${productionRunData.productName}"/> @@ -264,8 +254,7 @@ </sort-order> </form> - <form name="ListProductionRunDeclRoutingTasks" type="list" target="ProductionRunDeclaration" title="" list-name="productionRunRoutingTasks" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListProductionRunDeclRoutingTasks" type="list" target="ProductionRunDeclaration" title="" list-name="productionRunRoutingTasks"> <field name="actionForm"><hidden value="EditRoutingTask"/></field> <field name="productionRunId"><hidden value="${workEffortParentId}"/></field> <field name="routingTaskId"><hidden value="${workEffortId}"/></field> @@ -292,8 +281,7 @@ <hyperlink target="changeProductionRunTaskStatus?workEffortId=${workEffortId}&productionRunId=${workEffortParentId}" description="${uiLabelMap.ManufacturingCompleteProductionRunTask}" also-hidden="false"/> </field> </form> - <form name="ListProductionRunDeclComponents" type="multi" use-row-submit="true" target="productionRunTaskReturnMaterials?productionRunId=${productionRunId}" title="" list-name="productionRunComponentsData" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListProductionRunDeclComponents" type="multi" use-row-submit="true" target="productionRunTaskReturnMaterials?productionRunId=${productionRunId}" title="" list-name="productionRunComponentsData"> <field name="actionForm"><hidden value="EditProductComponent"/></field> <field name="productId"><hidden/></field> <field name="productionRunId"><hidden/></field> @@ -314,8 +302,7 @@ <field name="quantity2" use-when=""PRUN_CREATED".equals("${currentStatusId}")" title="${uiLabelMap.CommonQuantity}"><display/></field>--> </form> - <form name="EditProductionRunDeclRoutingTask" type="single" target="updateProductionRunTask" title="" default-map-name="routingTaskData" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="EditProductionRunDeclRoutingTask" type="single" target="updateProductionRunTask" title="" default-map-name="routingTaskData"> <field name="actionForm"> <hidden value="${actionForm}"/> </field> @@ -387,8 +374,7 @@ <submit button-type="button"/> </field> </form> - <form name="CreateRoutingTaskDelivProduct" type="single" target="createProductionRunTaskProduct" title="" default-map-name="formData" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="CreateRoutingTaskDelivProduct" type="single" target="createProductionRunTaskProduct" title="" default-map-name="formData"> <field name="productionRunId"><hidden/></field> <field name="workEffortId"><hidden/></field> <field name="productId" title="${uiLabelMap.ProductProductId}" use-when="${bsh:delivProducts.size()>0}"> @@ -404,14 +390,12 @@ <submit button-type="button"/> </field> </form> - <form name="ProductionRunTaskInventoryProducedList" type="list" title="" list-name="prunInventoryProduced" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ProductionRunTaskInventoryProducedList" type="list" title="" list-name="prunInventoryProduced"> <field name="inventoryItemId" title="${uiLabelMap.FacilityInventoryItem}" widget-style="buttontext"> <hyperlink target="/facility/control/EditInventoryItem?inventoryItemId=${inventoryItemId}" description="${inventoryItemId}" also-hidden="false" target-type="inter-app"/> </field> </form> - <form name="ListProductionRunTaskFixedAssets" type="list" target="EditProductionRun" title="" list-name="productionRunFixedAssetsData" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListProductionRunTaskFixedAssets" type="list" target="EditProductionRun" title="" list-name="productionRunFixedAssetsData"> <alt-target use-when="declarationScreen.equals("Y")" target="ProductionRunDeclaration" /> <auto-fields-entity entity-name="WorkEffortFixedAssetAssign" default-field-type="display" /> <field name="workEffortId"> @@ -434,8 +418,7 @@ target="removeProductionRunFixedAsset?workEffortId=${workEffortId}&fixedAssetId=${fixedAssetId}&fromDate=${fromDate}&productionRunId=${productionRunId}" /> </field> </form> - <form name="EditProductionRunTaskFixedAsset" type="single" target="EditProductionRun" title="" default-map-name="fixedAssetData" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="EditProductionRunTaskFixedAsset" type="single" target="EditProductionRun" title="" default-map-name="fixedAssetData"> <alt-target use-when="declarationScreen.equals("Y")" target="ProductionRunDeclaration" /> <auto-fields-entity entity-name="WorkEffortFixedAssetAssign" /> <field name="actionForm"><hidden value="${actionForm}" /></field> @@ -479,8 +462,7 @@ <!-- Shipment Plan Forms --> <!-- ******************* --> <!-- List for Shipment Plan --> - <form name="listShipmentPlan" type="list" target="" title="" list-name="shipmentPlan" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="listShipmentPlan" type="list" target="" title="" list-name="shipmentPlan"> <field name="orderId" title="${uiLabelMap.ProductOrderId}"><display/></field> <field name="orderItemSeqId" title="${uiLabelMap.ProductOrderItem}"><display/></field> <field name="productId" title="${uiLabelMap.ProductProductId}"><display/></field> @@ -499,8 +481,7 @@ <field name="productionRuns"><display/></field> </form> - <form name="listShipmentPlans" type="list" target="" title="" list-name="shipmentPlans" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="listShipmentPlans" type="list" target="" title="" list-name="shipmentPlans"> <field name="shipmentId"><display/></field> <field name="statusId"> <display-entity entity-name="StatusItem" key-field-name="statusId" description="${description}"/> @@ -510,15 +491,13 @@ <hyperlink target="WorkWithShipmentPlans?shipmentId=${shipmentId}" description="${uiLabelMap.CommonView}" also-hidden="false"/> </field> </form> - <form name="SelectMrpName" type="single" target="ManufacturingReports" title="" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="SelectMrpName" type="single" target="ManufacturingReports" title=""> <field name="mrpName" title="${uiLabelMap.ManufacturingMrpName}"><text size="20"/></field> <field name="submitButton" title="${uiLabelMap.CommonSubmit}"> <submit button-type="button"/> </field> </form> - <form name="mandatoryWorkEfforts" type="list" target="" title="" list-name="mandatoryWorkEfforts" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="mandatoryWorkEfforts" type="list" target="" title="" list-name="mandatoryWorkEfforts"> <field name="workEffortIdFrom" title="" widget-style="buttontext"> <hyperlink target="ShowProductionRun?productionRunId=${workEffortIdFrom}" description="${workEffortIdFrom}" also-hidden="false"/> </field> @@ -544,8 +523,7 @@ <display-entity entity-name="WorkEffort" key-field-name="workEffortId" description="${actualCompletionDate} " cache="true"/> </field> </form> - <form name="dependentWorkEfforts" type="list" target="" title="" list-name="dependentWorkEfforts" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="dependentWorkEfforts" type="list" target="" title="" list-name="dependentWorkEfforts"> <field name="workEffortIdTo" title="" widget-style="buttontext"> <hyperlink target="ShowProductionRun?productionRunId=${workEffortIdTo}" description="${workEffortIdTo}" also-hidden="false"/> </field> @@ -571,8 +549,7 @@ <display-entity entity-name="WorkEffort" key-field-name="workEffortId" description="${actualCompletionDate} " cache="true"/> </field> </form> - <form name="ProductionRunTaskCosts" type="list" target="" title="" list-name="taskCosts" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ProductionRunTaskCosts" type="list" target="" title="" list-name="taskCosts"> <auto-fields-entity entity-name="CostComponent" default-field-type="display"/> <field name="workEffortId"><hidden/></field> <field name="productId"><hidden/></field> Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/MrpForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/MrpForms.xml?view=diff&rev=514134&r1=514133&r2=514134 ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/MrpForms.xml (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/MrpForms.xml Sat Mar 3 03:49:19 2007 @@ -20,8 +20,7 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd"> - <form name="RunMrp" type="single" target="runMrpGo" title="" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="RunMrp" type="single" target="runMrpGo" title=""> <field name="mrpName" title="${uiLabelMap.ManufacturingMrpName}"><text size="20"/></field> <field name="facilityId" title="${uiLabelMap.ProductFacility}"> <drop-down allow-empty="false"> Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml?view=diff&rev=514134&r1=514133&r2=514134 ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml Sat Mar 3 03:49:19 2007 @@ -20,8 +20,7 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd"> - <form name="ListCalendarWeek" type="list" target="UpdateCalendarWeek" title="" list-name="calendarWeeks" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" > + <form name="ListCalendarWeek" type="list" target="UpdateCalendarWeek" title="" list-name="calendarWeeks"> <field name="calendarWeekId" title="${uiLabelMap.ManufacturingCalendarWeekId}"><display/></field> <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field> <field name="updateLink" title="" widget-style="buttontext"> @@ -31,10 +30,7 @@ <hyperlink target="RemoveCalendarWeek?calendarWeekId=${calendarWeekId}" description="${uiLabelMap.CommonDelete}" also-hidden="false"/> </field> </form> - - - <form name="ListCalendarExceptionDay" type="list" target="UpdateCalendarExceptionDay" title="" list-name="calendarExceptionDays" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" > + <form name="ListCalendarExceptionDay" type="list" target="UpdateCalendarExceptionDay" title="" list-name="calendarExceptionDays"> <auto-fields-service service-name="updateCalendarExceptionDay" map-name="calendarExceptionDay"/> <field name="calendarId"><hidden/></field> <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field> @@ -50,8 +46,7 @@ </field> </form> - <form name="UpdateCalendarExceptionDay" type="single" target="UpdateCalendarExceptionDay" title="" - default-title-style="tableheadtext" default-tooltip-style="tabletext"> + <form name="UpdateCalendarExceptionDay" type="single" target="UpdateCalendarExceptionDay" title=""> <auto-fields-service service-name="updateCalendarExceptionDay" map-name="calendarExceptionDay"/> <field name="calendarId" ><hidden/></field> <field name="exceptionDateStartTime" title="${uiLabelMap.ManufacturingExceptionDateStartTime}" ><display/></field> @@ -65,8 +60,7 @@ </sort-order> </form> - <form name="AddCalendarExceptionDay" type="single" target="CreateCalendarExceptionDay" title="" - default-title-style="tableheadtext" default-tooltip-style="tabletext"> + <form name="AddCalendarExceptionDay" type="single" target="CreateCalendarExceptionDay" title=""> <auto-fields-service service-name="createCalendarExceptionDay" map-name="calendarExceptionDay"/> <field name="calendarId" map-name="techDataCalendar"><hidden/></field> <field name="description" title="${uiLabelMap.CommonDescription}" ></field> @@ -75,8 +69,7 @@ <field name="submitButton" title="${uiLabelMap.CommonAdd}"><submit button-type="button"/></field> </form> - <form name="ListCalendarExceptionWeek" type="list" target="UpdateCalendarExceptionWeek" title="" list-name="calendarExceptionWeeksDatas" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListCalendarExceptionWeek" type="list" target="UpdateCalendarExceptionWeek" title="" list-name="calendarExceptionWeeksDatas"> <auto-fields-service service-name="updateCalendarExceptionWeek" map-name="calendarExceptionWeek"/> <field name="calendarId"><hidden/></field> <field name="description" title="${uiLabelMap.CommonDescription}"><display /></field> @@ -93,8 +86,7 @@ description="${uiLabelMap.CommonDelete}" also-hidden="false"/> </field> </form> - <form name="UpdateCalendarExceptionWeek" type="single" target="UpdateCalendarExceptionWeek" title="" - default-title-style="tableheadtext" default-tooltip-style="tabletext"> + <form name="UpdateCalendarExceptionWeek" type="single" target="UpdateCalendarExceptionWeek" title=""> <auto-fields-service service-name="updateCalendarExceptionWeek" map-name="calendarExceptionWeek"/> <field name="calendarId" ><hidden/></field> <field name="exceptionDateStart" title="${uiLabelMap.ManufacturingExceptionDateStart}" ><display/></field> @@ -113,8 +105,7 @@ <sort-field name="calendarWeekId"/> </sort-order> </form> - <form name="AddCalendarExceptionWeek" type="single" target="CreateCalendarExceptionWeek" title="" - default-title-style="tableheadtext" default-tooltip-style="tabletext"> + <form name="AddCalendarExceptionWeek" type="single" target="CreateCalendarExceptionWeek" title=""> <auto-fields-service service-name="createCalendarExceptionWeek" map-name="calendarExceptionWeek"/> <field name="calendarId" map-name="techDatacalendar"><hidden/></field> <field name="description" title="${uiLabelMap.CommonDescription}" ></field> Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml?view=diff&rev=514134&r1=514133&r2=514134 ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml Sat Mar 3 03:49:19 2007 @@ -21,8 +21,7 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd"> <!-- Routing forms --> - <form name="FindRoutings" type="single" target="FindRouting" title="" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="FindRoutings" type="single" target="FindRouting" title=""> <field name="hideSearch"><hidden value="Y"/></field> <field name="workEffortId" title="${uiLabelMap.ManufacturingRoutingId}"> <text-find/> @@ -35,7 +34,6 @@ </field> </form> <form name="ListRoutings" type="list" title="" list-name="listIt" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" paginate-target="FindRouting"> <actions> <set field="entityName" value="WorkEffort"/> @@ -51,8 +49,7 @@ <field name="description"><display/></field> <field name="quantityToProduce"><display/></field> </form> - <form name="EditRouting" type="single" target="UpdateRouting" title="" default-map-name="routing" - default-title-style="tableheadtext" default-tooltip-style="tabletext"> + <form name="EditRouting" type="single" target="UpdateRouting" title="" default-map-name="routing"> <alt-target use-when="routing==null" target="CreateRouting"/> <field name="workEffortTypeId" use-when="routing==null"><hidden value="ROUTING"/></field> <field name="currentStatusId" use-when="routing==null"><hidden value="ROU_ACTIVE"/></field> @@ -66,8 +63,7 @@ </form> <!-- Routing Task Forms --> - <form name="FindRoutingTasks" type="single" target="FindRoutingTask" title="" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="FindRoutingTasks" type="single" target="FindRoutingTask" title=""> <field name="hideSearch"><hidden value="Y"/></field> <field name="workEffortId" title="${uiLabelMap.ManufacturingRoutingTaskId}"> <text-find/> @@ -87,7 +83,6 @@ </field> </form> <form name="ListRoutingTasks" type="list" title="" list-name="listIt" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" paginate-target="FindRoutingTask"> <actions> <set field="entityName" value="WorkEffort"/> @@ -110,8 +105,7 @@ <field name="estimatedSetupMillis"><display/></field> <field name="estimatedMilliSeconds"><display/></field> </form> - <form name="EditRoutingTask" type="single" target="UpdateRoutingTask" title="" default-map-name="routingTask" - default-title-style="tableheadtext" default-tooltip-style="tabletext"> + <form name="EditRoutingTask" type="single" target="UpdateRoutingTask" title="" default-map-name="routingTask"> <alt-target use-when="routingTask==null" target="CreateRoutingTask"/> <field name="workEffortTypeId" use-when="routingTask==null"><hidden value="ROU_TASK"/></field> <field name="currentStatusId" use-when="routingTask==null"><hidden value="ROU_ACTIVE"/></field> @@ -145,8 +139,7 @@ <submit button-type="button"/> </field> </form> - <form name="ListRoutingTaskCosts" type="list" title="" list-name="allCosts" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListRoutingTaskCosts" type="list" title="" list-name="allCosts"> <auto-fields-entity entity-name="WorkEffortCostCalc" default-field-type="display"/> <field name="workEffortId"><hidden/></field> <field name="costComponentTypeId"> @@ -164,8 +157,7 @@ <hyperlink target="removeRoutingTaskCost?costComponentCalcId=${costComponentCalcId}&costComponentTypeId=${costComponentTypeId}&fromDate=${fromDate}&workEffortId=${workEffortId}" description="${uiLabelMap.CommonRemove}" also-hidden="false"/> </field> </form> - <form name="AddRoutingTaskCost" type="single" target="addRoutingTaskCost" title="" - default-title-style="tableheadtext" default-tooltip-style="tabletext"> + <form name="AddRoutingTaskCost" type="single" target="addRoutingTaskCost" title=""> <auto-fields-entity entity-name="WorkEffortCostCalc" default-field-type="edit"/> <field name="workEffortId"><hidden/></field> <field name="costComponentTypeId"> @@ -185,8 +177,7 @@ <submit button-type="button"/> </field> </form> - <form name="ListRoutingTaskRoutings" type="list" title="" list-name="allRoutings" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListRoutingTaskRoutings" type="list" title="" list-name="allRoutings"> <field name="workEffortIdFrom" title="${uiLabelMap.ManufacturingRouting}"> <display-entity entity-name="WorkEffort" key-field-name="workEffortId" description="[${workEffortId}] ${workEffortName}"/> </field> @@ -199,8 +190,7 @@ </form> <!-- Routing Task Assoc Forms --> - <form name="ListRoutingTaskAssoc" type="list" target="EditRoutingTaskAssoc" title="" list-name="allRoutingTasks" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListRoutingTaskAssoc" type="list" target="EditRoutingTaskAssoc" title="" list-name="allRoutingTasks"> <auto-fields-service service-name="updateWorkEffortAssoc" map-name="routingTaskAssoc"/> <field name="workEffortIdFrom"><hidden/></field> <field name="sequenceNum" title="${uiLabelMap.CommonSequenceNum}"><display/></field> @@ -222,8 +212,7 @@ </sort-order> </form> - <form name="UpdateRoutingTaskAssoc" type="single" target="UpdateRoutingTaskAssoc" title="" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="UpdateRoutingTaskAssoc" type="single" target="UpdateRoutingTaskAssoc" title=""> <auto-fields-service service-name="updateWorkEffortAssoc" map-name="routingTaskAssoc"/> <field name="workEffortId"><hidden value="${workEffortIdFrom}"/></field> <field name="workEffortIdFrom"><hidden/></field> @@ -242,8 +231,7 @@ </form> <!-- Routing Product Assoc --> - <form name="EditRoutingProductLink" type="single" target="UpdateRoutingProductLink" title="" default-map-name="routingProductLink" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="EditRoutingProductLink" type="single" target="UpdateRoutingProductLink" title="" default-map-name="routingProductLink"> <alt-target use-when="routingProductLink==null" target="AddRoutingProductLink"/> <auto-fields-entity entity-name="WorkEffortGoodStandard" default-field-type="edit"/> <field name="workEffortId"><hidden/></field> @@ -261,8 +249,7 @@ </field> </form> - <form name="ListRoutingProductLink" type="list" target="EditRoutingProductLink" title="" list-name="allRoutingProductLinks" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListRoutingProductLink" type="list" target="EditRoutingProductLink" title="" list-name="allRoutingProductLinks"> <field name="productId" widget-style="buttontext"> <hyperlink description="${productId}" target="/catalog/control/ViewProductManufacturing?productId=${productId}" also-hidden="false" target-type="inter-app"/> </field> @@ -279,8 +266,7 @@ <hyperlink target="removeRoutingProductLink?workEffortId=${workEffortId}&productId=${productId}&fromDate=${fromDate}&workEffortGoodStdTypeId=ROU_PROD_TEMPLATE" description="${uiLabelMap.CommonDelete}" also-hidden="false"/> </field> </form> - <form name="ListRoutingTaskProducts" type="list" target="ListRoutingTaskProducts" title="" list-name="allProducts" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListRoutingTaskProducts" type="list" target="ListRoutingTaskProducts" title="" list-name="allProducts"> <field name="productId" title="${uiLabelMap.ProductProductName}"> <display-entity entity-name="Product" description="[${productId}] ${internalName}"/> </field> @@ -293,8 +279,7 @@ <hyperlink target="removeRoutingTaskProduct?workEffortId=${workEffortId}&productId=${productId}&fromDate=${fromDate}&workEffortGoodStdTypeId=PRUNT_PROD_DELIV" description="${uiLabelMap.CommonDelete}" also-hidden="false"/> </field> </form> - <form name="EditRoutingTaskProduct" type="single" target="updateRoutingTaskProduct" title="" default-map-name="routingProductLink" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="EditRoutingTaskProduct" type="single" target="updateRoutingTaskProduct" title="" default-map-name="routingProductLink"> <alt-target use-when="routingProductLink==null" target="addRoutingTaskProduct"/> <auto-fields-entity entity-name="WorkEffortGoodStandard" default-field-type="edit"/> <field name="workEffortId"><hidden/></field> @@ -314,8 +299,7 @@ </form> <!-- RoutingTask-FixedAsset association (WorkEffortFixedAssetStd) --> - <form name="ListRoutingTaskFixedAssets" type="list" title="" target="updateRoutingTaskFixedAsset" list-name="allFixedAssets" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListRoutingTaskFixedAssets" type="list" title="" target="updateRoutingTaskFixedAsset" list-name="allFixedAssets"> <auto-fields-entity entity-name="WorkEffortFixedAssetStd" /> <field name="workEffortId"><hidden/></field> <field name="fixedAssetTypeId"> @@ -329,8 +313,7 @@ description="${uiLabelMap.CommonDelete}" also-hidden="false" /> </field> </form> - <form name="EditRoutingTaskFixedAsset" type="single" title="" target="createRoutingTaskFixedAsset" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="EditRoutingTaskFixedAsset" type="single" title="" target="createRoutingTaskFixedAsset"> <auto-fields-entity entity-name="WorkEffortFixedAssetStd" default-field-type="edit" /> <field name="workEffortId"><hidden /></field> <field name="fixedAssetTypeId"> |
Free forum by Nabble | Edit this page |