Modified: ofbiz/trunk/applications/humanres/widget/forms/PerfReviewForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/PerfReviewForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/humanres/widget/forms/PerfReviewForms.xml (original) +++ ofbiz/trunk/applications/humanres/widget/forms/PerfReviewForms.xml Fri Sep 11 16:02:01 2009 @@ -33,7 +33,7 @@ <field name="searchButton" widget-style="smallSubmit"><submit button-type="button"/></field> </form> <form name="ListPerfReviews" type="list" title="" separate-columns="true" default-entity-name="PerfReview" list-name="listIt" paginate-target="FindPerfReviews" paginate="true" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <service service-name="performFind" result-map="result" result-map-list="listIt"> <field-map field-name="inputFields" from-field="parameters"/> @@ -73,7 +73,7 @@ <field name="submitButton" use-when="perfReview!=null" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> <form name="ListPerfReviewItems" type="list" target="updatePerfReviewItem" title="updatePerfReviewItem" paginate-target="findPerfReviewItems" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-condition entity-name="PerfReviewItem"> <condition-expr field-name="perfReviewId" from-field="perfReviewId"/> Modified: ofbiz/trunk/applications/humanres/widget/forms/PersonTrainingForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/PersonTrainingForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/humanres/widget/forms/PersonTrainingForms.xml (original) +++ ofbiz/trunk/applications/humanres/widget/forms/PersonTrainingForms.xml Fri Sep 11 16:02:01 2009 @@ -63,7 +63,7 @@ <field name="roleTypeId"> <hidden value="CAL_ATTENDEE"/></field> <field name="add"><submit/></field> </form> - <form name="ListTrainingParticipants" list-name="listIt" title="" type="list" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + <form name="ListTrainingParticipants" list-name="listIt" title="" type="list" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <service service-name="performFind" result-map="result" result-map-list="listIt"> <field-map field-name="inputFields" from-field="parameters"/> @@ -99,7 +99,7 @@ <field name="noConditionFind"><hidden value="Y"/></field> <field name="submitButton" title="${uiLabelMap.CommonSearch}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="ListTrainingApprovals" type="list" list-name="listIt" target="updateTrainingStatus" title="" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + <form name="ListTrainingApprovals" type="list" list-name="listIt" target="updateTrainingStatus" title="" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <service service-name="performFind" result-map="result" result-map-list="listIt"> <field-map field-name="inputFields" from-field="parameters"/> @@ -167,7 +167,7 @@ <field name="noConditionFind"><hidden value="Y"/></field> <field name="submitButton" title="${uiLabelMap.CommonSearch}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="ListTrainingStatus" list-name="listIt" title="" type="list" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + <form name="ListTrainingStatus" list-name="listIt" title="" type="list" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <service service-name="performFind" result-map="result" result-map-list="listIt"> <field-map field-name="inputFields" from-field="parameters"/> Modified: ofbiz/trunk/applications/humanres/widget/forms/RecruitmentForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/RecruitmentForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/humanres/widget/forms/RecruitmentForms.xml (original) +++ ofbiz/trunk/applications/humanres/widget/forms/RecruitmentForms.xml Fri Sep 11 16:02:01 2009 @@ -59,7 +59,7 @@ <field name="qualification"><hidden/></field> <field name="searchButton" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="ListJobRequisitions" list-name="listIt" type="list" odd-row-style="alternate-row" + <form name="ListJobRequisitions" list-name="listIt" type="list" odd-row-style="alternate-row" header-row-style="header-row-2" paginate-target="FindJobRequisitions" default-table-style="basic-table hover-bar"> <actions> <set field="entityName" value="JobRequisition"/> @@ -162,7 +162,7 @@ <field name="referredByPartyId"><hidden/></field> <field name="searchButton" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="ListInternalJobPosting" list-name="listIt" type="list" odd-row-style="alternate-row" + <form name="ListInternalJobPosting" list-name="listIt" type="list" odd-row-style="alternate-row" header-row-style="header-row-2" paginate-target="FindInternalJobPosting" default-table-style="basic-table hover-bar"> <actions> <set field="entityName" value="EmploymentApp"/> @@ -252,7 +252,7 @@ </field> <field name="searchButton" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="ListInterview" type="list" list-name="listIt" paginate-target="FindJobInterview" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + <form name="ListInterview" type="list" list-name="listIt" paginate-target="FindJobInterview" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <set field="entityName" value="JobInterview"/> <service service-name="performFind" result-map="result" result-map-list="listIt"> @@ -343,7 +343,7 @@ <field name="jobRequisitionId"><lookup target-form-name="LookupJobRequisition"/></field> <field name="searchButton" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="ListApprovals" list-name="listIt" type="list" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + <form name="ListApprovals" list-name="listIt" type="list" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <set field="entityName" value="EmploymentApp"/> <service service-name="performFind" result-map="result" result-map-list="listIt"> @@ -415,7 +415,7 @@ <field name="noConditionFind"><hidden value="Y"/></field> <field name="searchButton" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="ListRelocation" list-name="listIt" type="list" odd-row-style="alternate-row" + <form name="ListRelocation" list-name="listIt" type="list" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <service service-name="performFind" result-map="result" result-map-list="listIt"> 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?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml Fri Sep 11 16:02:01 2009 @@ -71,7 +71,7 @@ </form> <form name="ListProductManufacturingRules" type="list" target="UpdateProductManufacturingRule" title="" list-name="manufacturingRules" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <auto-fields-service service-name="updateProductManufacturingRule" map-name="manufacturingRule"/> <field name="ruleId"><display/></field> <field name="ruleSeqId"><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?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml Fri Sep 11 16:02:01 2009 @@ -157,7 +157,7 @@ <field name="estimatedTotalMilliSeconds" title="${uiLabelMap.ManufacturingTaskEstimatedTotalMilliSeconds}" ><display/></field> </form> <form name="ListProductionRunRoutingTasks" type="list" target="ProductionRunTasks" title="" list-name="productionRunRoutingTasks" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <row-actions> <set field="estimatedTotalMilliSeconds" value="${bsh:estimatedMilliSeconds * quantity}" type="BigDecimal"/> </row-actions> 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?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml Fri Sep 11 16:02:01 2009 @@ -152,7 +152,7 @@ </field> </form> <form name="ListRoutingTaskCosts" type="list" title="" list-name="allCosts" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <auto-fields-entity entity-name="WorkEffortCostCalc" default-field-type="display"/> <field name="workEffortId"><hidden/></field> <field name="costComponentTypeId"> @@ -285,7 +285,7 @@ </form> <form name="ListRoutingProductLink" type="list" target="EditRoutingProductLink" title="" list-name="allRoutingProductLinks" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="productId" widget-style="buttontext"> <hyperlink description="${productId}" target="/catalog/control/ViewProductManufacturing" also-hidden="false" target-type="inter-app"> <parameter param-name="productId"/> @@ -315,7 +315,7 @@ </field> </form> <form name="ListRoutingTaskProducts" type="list" target="ListRoutingTaskProducts" title="" list-name="allProducts" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="productId" title="${uiLabelMap.ProductProductName}"> <display-entity entity-name="Product" description="${productId} ${internalName}"/> </field> @@ -360,7 +360,7 @@ <!-- RoutingTask-FixedAsset association (WorkEffortFixedAssetStd) --> <form name="ListRoutingTaskFixedAssets" type="list" title="" target="updateRoutingTaskFixedAsset" list-name="allFixedAssets" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <auto-fields-entity entity-name="WorkEffortFixedAssetStd"/> <field name="workEffortId"><hidden/></field> <field name="fixedAssetTypeId"> Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/CostForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/CostForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/manufacturing/widget/manufacturing/CostForms.xml (original) +++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/CostForms.xml Fri Sep 11 16:02:01 2009 @@ -21,7 +21,7 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> <form name="ListCostComponentCalc" type="list" title="" list-name="allCostComponentCalcs" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <auto-fields-entity entity-name="CostComponentCalc" default-field-type="display"/> <field name="costComponentCalcId" widget-style="buttontext"> <hyperlink target="EditCostCalcs" description="${costComponentCalcId}" also-hidden="false"> Modified: ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentForms.xml (original) +++ ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentForms.xml Fri Sep 11 16:02:01 2009 @@ -89,7 +89,7 @@ <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="buttontext"><submit button-type="text-link"/></field> </form> <form name="listSegmentGroupClass" list-name="segmentGroupClassList" target="" title="" type="list" paginate-target="listSegmentGroupClass" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="SegmentGroupClassification"> <field-map field-name="segmentGroupId"/> @@ -115,7 +115,7 @@ <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="buttontext"><submit button-type="text-link"/></field> </form> <form name="listSegmentGroupGeo" list-name="segmentGroupGeos" target="" title="" type="list" paginate-target="listSegmentGroupGeo" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="SegmentGroupGeo"> <field-map field-name="segmentGroupId"/> @@ -148,7 +148,7 @@ <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="buttontext"><submit button-type="text-link"/></field> </form> <form name="listSegmentGroupRole" list-name="listIt" target="" title="" type="list" paginate-target="listSegmentGroupRole" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <service service-name="performFind" result-map="result" result-map-list="listIt"> <field-map field-name="inputFields" from-field="parameters"/> Modified: ofbiz/trunk/applications/marketing/widget/sfa/forms/ForecastForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/forms/ForecastForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/widget/sfa/forms/ForecastForms.xml (original) +++ ofbiz/trunk/applications/marketing/widget/sfa/forms/ForecastForms.xml Fri Sep 11 16:02:01 2009 @@ -27,7 +27,7 @@ <field name="submitButton" title="${uiLabelMap.CommonFind}"><submit button-type="button"/></field> </form> <form name="SalesForecastSearchResults" type="list" list-name="listIt" paginate-target="FindForecasts" view-size="5" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar" separate-columns="true"> + odd-row-style="alternate-row" default-table-style="basic-table hover-bar" header-row-style="header-row-2" separate-columns="true"> <actions> <service service-name="performFind" result-map="result" result-map-list="listIt"> <field-map field-name="inputFields" from-field="parameters"/> Modified: ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml (original) +++ ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml Fri Sep 11 16:02:01 2009 @@ -155,7 +155,7 @@ <field name="submitButton" title="${uiLabelMap.CommonAdd}"><submit button-type="button"/></field> </form> <form name="ViewLeadPartyDataSources" type="list" list-name="partyDataSources" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" default-table-style="basic-table hover-bar" header-row-style="header-row-2"> <field name="partyId"><hidden/></field> <field name="dataSourceId" title="${uiLabelMap.SfaLeadSource}"> <display-entity entity-name="DataSource"/> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderForms.xml (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderForms.xml Fri Sep 11 16:02:01 2009 @@ -96,7 +96,7 @@ <field name="productStoreId"> <display-entity entity-name="ProductStore"/> </field> </form> <form name="ListOrderTerms" type="list" list-name="orderTerms" target="updateOrderTerm" title="" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="ListOrderTerms"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" paginate-target="ListOrderTerms"> <auto-fields-entity entity-name="OrderTerm" default-field-type="edit"/> <field name="termTypeId"><display-entity also-hidden="true" entity-name="TermType"/></field> <field name="orderId"><hidden/></field> @@ -150,14 +150,14 @@ </form> <form name="OrderShipmentMethodHistory" type="list" list-name="orderShipmentHistories" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="shipmentMethod"><display/></field> <field name="changedDate"><display/></field> <field name="changedByUser"><display/></field> </form> <form name="OrderUnitPriceHistory" type="list" list-name="orderUnitPriceHistories" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="productId"><display/></field> <field name="oldValue"><display type="currency"/></field> <field name="newValue"><display type="currency"/></field> @@ -166,7 +166,7 @@ </form> <form name="OrderQuantityHistory" type="list" list-name="orderQuantityHistories" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="productId"><display/></field> <field name="oldValue"><display/></field> <field name="newValue"><display/></field> @@ -199,7 +199,7 @@ <field name="updateButton"><submit/></field> </form> <form name="ListCustomerOrders" type="list" target="" list-name="listIt" title="" odd-row-style="alternate-row" - default-table-style="basic-table hover-bar"> + header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="OrderHeaderAndRoles"> <field-map field-name="partyId" from-field="partyId"/> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml Fri Sep 11 16:02:01 2009 @@ -186,7 +186,7 @@ </form> <form name="ReturnStatusHistory" type="list" list-name="orderReturnStatusHistories" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="returnId"><display/></field> <field name="returnItemSeqId"><display/></field> <field name="statusId"><display-entity entity-name="StatusItem" description="${description}"/></field> @@ -194,7 +194,7 @@ <field name="changeByUserLoginId" title="${uiLabelMap.FormFieldTitle_modifiedByUserLoginId}"><display/></field> </form> <form name="ReturnAndReceivedQuantityHistory" type="list" list-name="orderReturnItemHistories" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="returnId"><display description="${returnId}"/></field> <field name="oldValueText"><display/></field> <field name="newValueText"><display/></field> @@ -202,7 +202,7 @@ <field name="changedByInfo" title="${uiLabelMap.FormFieldTitle_modifiedByUserLoginId}"><display/></field> </form> <form name="ReturnReasonHistory" type="list" list-name="orderReturnItemHistories" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="returnId"><display description="${returnId}"/></field> <field name="oldValueText"> <display-entity entity-name="ReturnReason" description="${description}" key-field-name="returnReasonId"/> @@ -214,7 +214,7 @@ <field name="changedByInfo" title="${uiLabelMap.FormFieldTitle_modifiedByUserLoginId}"><display/></field> </form> <form name="ReturnTypeHistory" type="list" list-name="orderReturnItemHistories" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="returnId"><display description="${returnId}"/></field> <field name="oldValueText"> <display-entity entity-name="ReturnType" description="${description}" key-field-name="returnTypeId"/> @@ -226,7 +226,7 @@ <field name="changedByInfo" title="${uiLabelMap.FormFieldTitle_modifiedByUserLoginId}"><display/></field> </form> <form name="ReturnPriceHistory" type="list" list-name="orderReturnItemHistories" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="returnId"><display description="${returnId}"/></field> <field name="oldValueText"><display type="currency"/></field> <field name="newValueText"><display type="currency"/></field> Modified: ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml (original) +++ ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml Fri Sep 11 16:02:01 2009 @@ -84,7 +84,7 @@ </form> <form name="ListRequestList" type="list" use-row-submit="true" list-name="custRequests" title="List of customer requests" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="custRequestId"><hidden/></field> <field name="custRequestName"> <hyperlink description="${custRequestName} [${custRequestId}]" target="ViewRequest"> @@ -438,7 +438,7 @@ </form> <form name="ListRequestRoles" type="list" use-row-submit="true" title="" list-name="custRequestParties" target="updateCustRequestParty" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="RequestRoles"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" paginate-target="RequestRoles"> <auto-fields-entity entity-name="CustRequestParty" default-field-type="display"/> <field name="custRequestId"><hidden/></field> <field name="partyId" widget-style="buttontext"> @@ -490,7 +490,7 @@ </field> </form> <form name="ListCustRequestItemWorkEfforts" type="list" target="" title="" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="custRequestId"><hidden/></field> <field name="custRequestItemSeqId"><hidden/></field> <field name="workEffortId"> Modified: ofbiz/trunk/applications/party/webapp/partymgr/contactlist/PartyContactListForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/contactlist/PartyContactListForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/contactlist/PartyContactListForms.xml (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/contactlist/PartyContactListForms.xml Fri Sep 11 16:02:01 2009 @@ -20,7 +20,7 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> <form name="ListPartyContactLists" type="list" target="updateContactListParty" - separate-columns="false" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + separate-columns="false" header-row-style="header-row-2" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="ContactListParty"> <field-map field-name="partyId"/> 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=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml Fri Sep 11 16:02:01 2009 @@ -292,7 +292,7 @@ </form> <form name="UpdatePartyTaxAuthInfo" type="list" list-name="partyTaxInfos" target="updatePartyTaxAuthInfo" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <auto-fields-service service-name="updatePartyTaxAuthInfo"/> <field name="partyId"><hidden/></field> <field name="taxAuthGeoId"><display-entity entity-name="Geo" key-field-name="geoId" description="[${geoId}] ${geoName}" also-hidden="true"/></field> @@ -369,7 +369,7 @@ </form> <form name="ListPartyRates" type="list" target="deletePartyRate" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-condition entity-name="PartyRate" filter-by-date="true"> <condition-expr field-name="partyId" from-field="partyId"/> @@ -469,7 +469,7 @@ </form> <form name="ListSegmentRoles" type="list" target="updateSegmentGroupRole" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="SegmentGroupRole"> <field-map field-name="partyId"/> Modified: ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml Fri Sep 11 16:02:01 2009 @@ -416,7 +416,7 @@ <field name="datetimeStarted" title="${uiLabelMap.CommonSend}"><display type="date"/></field> </form> <form name="ListPartyCommEvents" type="list" target="RemoveCommunicationEventRole" list-name="listIt" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <set field="parameters.sortField" from-field="parameters.sortField" default-value="${groovy: "true".equals(parameters.all)?"-entryDate":"entryDate"}"/> <set field="searchParameters.partyId" from-field="partyId"/> @@ -495,7 +495,7 @@ </form> <form name="ListUnknownPartyEmails" extends="ListCommEvents" type="multi" use-row-submit="true" separate-columns="true" - target="deleteCommunicationEvents"> + target="deleteCommunicationEvents" header-row-style="header-row-2"> <actions> <entity-and list="commEvents" entity-name="CommunicationEventAndRole"> <field-map field-name="statusId" value="COM_UNKNOWN_PARTY"/> @@ -522,7 +522,7 @@ </actions> </form> - <form name="ListLookupCommEvents" type="list" list-name="listIt" extends="ListCommEvents" target="deleteCommunicationEvent"> + <form name="ListLookupCommEvents" type="list" list-name="listIt" extends="ListCommEvents" header-row-style="header-row-2" target="deleteCommunicationEvent"> <actions> <service result-map-list="listIt" result-map="result" service-name="performFind"> <field-map from-field="parameters" field-name="inputFields"/> @@ -819,7 +819,7 @@ <form name="ListMyUnknownPartyEmails" type="multi" use-row-submit="true" title="Email List unknown parties" list-name="commEventsUnknown" target="deleteCommunicationEvents" default-entity-name="CommunicationEvent" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <row-actions> <set field="subject" from-field="subject" default-value="${uiLabelMap.PartyNoSubject}"/> </row-actions> @@ -897,7 +897,7 @@ </form> <form name="ListDraftEmails" type="list" extends="ListCommEvents" extends-resource="component://party/widget/partymgr/CommunicationEventForms.xml" target="deleteCommunicationEvent" - use-row-submit="true" list-name="commEventDraft"> + use-row-submit="true" header-row-style="header-row-2" list-name="commEventDraft"> <field name="subject"> <hyperlink description="${subject}" target="EditCommunicationEvent"> <parameter param-name="communicationEventId"/> Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml Fri Sep 11 16:02:01 2009 @@ -22,7 +22,7 @@ xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> <form name="ListPartyClassifications" type="list" target="updatePartyClassification" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="PartyClassification"> <field-map field-name="partyId"/> @@ -121,7 +121,7 @@ </form> <form name="ListPartyClassificationGroupParties" type="list" target="updatePartyClassificationParty" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="PartyClassification"> <field-map field-name="partyClassificationGroupId"/> Modified: ofbiz/trunk/applications/party/widget/partymgr/SecurityForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/SecurityForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/SecurityForms.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/SecurityForms.xml Fri Sep 11 16:02:01 2009 @@ -90,7 +90,7 @@ <!-- SecurityGroupUserLogin --> <form name="ListSecurityGroupUserLogins" type="list" list-name="userLoginSecurityGroups" target="updateUserLoginToSecurityGroup" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-condition entity-name="UserLoginAndSecurityGroup"> <condition-expr field-name="groupId" from-field="groupId"/> @@ -127,7 +127,7 @@ </form> <form name="ListUserLoginSecurityGroups" type="list" extends="ListSecurityGroupUserLogins" - list-name="userLoginSecurityGroups" target="userLogin_updateUserLoginToSecurityGroup" + list-name="userLoginSecurityGroups" header-row-style="header-row-2" target="userLogin_updateUserLoginToSecurityGroup" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <actions> <entity-condition entity-name="UserLoginAndSecurityGroup"> @@ -174,7 +174,7 @@ <!-- SecurityGroupProtectedViews --> <form name="ListSecurityGroupProtectedViews" type="list" list-name="securityGroupProtectedViewsList" target="updateProtectedViewToSecurityGroup" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-condition entity-name="ProtectedView"> <condition-expr field-name="groupId" from-field="groupId"/> Modified: ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml Fri Sep 11 16:02:01 2009 @@ -22,7 +22,7 @@ xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> <form name="FindProductConfigItems" type="list" list-name="listIt" default-table-style="basic-table" odd-row-style="alternate-row" paginate-target="FindProductConfigItems" - target="" paginate="true"> + target="" header-row-style="header-row-2" paginate="true"> <actions> <service service-name="performFind" result-map-list="listIt" result-map="performFindResult"> <field-map field-name="inputFields" from-field="parameters"/> @@ -193,7 +193,7 @@ <form name="ListProductConfigItem" type="list" list-name="productConfigs" default-table-style="basic-table" odd-row-style="alternate-row" paginate-target="FindProductConfigItems" - target="" paginate="true"> + target="" header-row-style="header-row-2" paginate="true"> <actions> <entity-condition entity-name="ProductConfigAndProduct" list="productConfigs" distinct="true"> <condition-list> @@ -217,7 +217,7 @@ <form name="ProductConfigOptionList" type="list" list-name="configOptionList" default-table-style="basic-table" odd-row-style="alternate-row" paginate-target="FindProductConfigItems" - target="" paginate="true"> + target="" header-row-style="header-row-2" paginate="true"> <auto-fields-entity entity-name="ProductConfigOption" default-field-type="display"/> <field name="configItemId" widget-style="buttontext" title="${uiLabelMap.ProductConfigItem}"> <hyperlink target="EditProductConfigOptions" description="${configOptionId} - ${configOptionName}"> @@ -237,7 +237,7 @@ <form name="ProductConfigList" type="list" list-name="configProducts" default-table-style="basic-table" odd-row-style="alternate-row" paginate-target="FindProductConfigItems" - target="" paginate="true"> + target="" header-row-style="header-row-2" paginate="true"> <row-actions> <entity-one entity-name="Product" value-field="product"> <field-map field-name="productId"/> Modified: ofbiz/trunk/applications/product/webapp/facility/group/FacilityGroupForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/group/FacilityGroupForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/group/FacilityGroupForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/facility/group/FacilityGroupForms.xml Fri Sep 11 16:02:01 2009 @@ -53,7 +53,7 @@ <field name="submitButton" title="${uiLabelMap.CommonSubmit}"><submit button-type="button"/></field> </form> <form name="UpdateFacilityGroupRollupTo" type="list" target="updateFacilityGroupToGroup" title="" list-name="currentGroupRollups" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <auto-fields-service service-name="updateFacilityGroupToGroup"/> <field name="showFacilityGroupId"><hidden value="${facilityGroupId}"/></field> <field name="facilityGroupId"><hidden value="${facilityGroupId}"/></field> @@ -89,7 +89,7 @@ <field name="submitButton" title="${uiLabelMap.CommonAdd}"><submit button-type="button"/></field> </form> <form name="UpdateFacilityGroupRollupFrom" type="list" target="updateFacilityGroupToGroup" title="" list-name="parentGroupRollups" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <auto-fields-service service-name="updateFacilityGroupToGroup"/> <field name="showFacilityGroupId"><hidden value="${parentFacilityGroupId}"/></field> <field name="parentFacilityGroupId"><hidden/></field> @@ -126,7 +126,7 @@ <field name="submitButton" title="${uiLabelMap.CommonAdd}"><submit button-type="button"/></field> </form> <form name="UpdateFacilityGroupMembers" type="list" target="updateFacilityToGroup" title="" list-name="facilityGroupMembers" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <auto-fields-service service-name="updateFacilityToGroup"/> <field name="facilityGroupId"><hidden value="${facilityGroupId}"/></field> <field name="facilityId"> @@ -160,7 +160,7 @@ <field name="submitButton" title="${uiLabelMap.CommonAdd}"><submit button-type="button"/></field> </form> <form name="UpdateFacilityGroupRoles" type="list" target="removePartyFromFacilityGroup" title="" list-name="facilityRoles" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <auto-fields-service service-name="removePartyFromFacilityGroup"/> <field name="facilityGroupId"><hidden value="${facilityGroupId}"/></field> <field name="partyId"> 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=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml Fri Sep 11 16:02:01 2009 @@ -140,7 +140,7 @@ <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> <form name="ViewPhysicalInventoryAndVariance" type="list" target="" title="" list-name="physicalInventoryAndVarianceDatas" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + header-row-style="header-row-2" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <auto-fields-entity entity-name="PhysicalInventoryAndVariance" map-name="physicalInventoryAndVariance" default-field-type="display"/> <field name="inventoryItemId"><hidden/></field> <field name="partyId"><display description="${person.firstName} ${person.lastName} ${partyGroup.groupName} [${physicalInventoryAndVariance.partyId}]"/></field> @@ -179,7 +179,7 @@ itemIssuanceId, receiptId, physicalInventoryId - no natural screens to show these --> </form> <form name="InventoryItemReservations" type="list" target="" title="" list-name="inventoryItemReservations" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + header-row-style="header-row-2" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <auto-fields-entity entity-name="OrderItemShipGrpInvRes" default-field-type="display"/> <field name="inventoryItemId"><hidden/></field> <field name="orderId" widget-style="buttontext"> @@ -190,7 +190,7 @@ </form> <!-- Inventory Item Labels --> <form name="UpdateInventoryItemLabelAppls" type="list" target="updateInventoryItemLabelApplFromItem" title="" list-name="inventoryItemLabelAppls" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <auto-fields-service service-name="updateInventoryItemLabelAppl"/> <field name="inventoryItemLabelId" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> <hyperlink target="EditInventoryItemLabel" description="${inventoryItemLabelId}" also-hidden="true"> Modified: ofbiz/trunk/applications/product/webapp/facility/labels/InventoryItemLabelForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/labels/InventoryItemLabelForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/labels/InventoryItemLabelForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/facility/labels/InventoryItemLabelForms.xml Fri Sep 11 16:02:01 2009 @@ -36,7 +36,7 @@ <field name="submitButton" title="${uiLabelMap.CommonCreate}"><submit button-type="button"/></field> </form> <form name="UpdateInventoryItemLabelTypes" type="list" target="updateInventoryItemLabelType" title="" list-name="inventoryItemLabelTypes" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <auto-fields-service service-name="updateInventoryItemLabelType"/> <field name="inventoryItemLabelTypeId"><display/></field> <field name="parentTypeId"> @@ -88,7 +88,7 @@ <field name="submitButton" title="${uiLabelMap.CommonSubmit}"><submit button-type="button"/></field> </form> <form name="UpdateInventoryItemLabelAppls" type="list" target="updateInventoryItemLabelAppl" title="" list-name="inventoryItemLabelAppls" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <auto-fields-service service-name="updateInventoryItemLabelAppl"/> <field name="inventoryItemLabelId"><hidden/></field> <field name="inventoryItemLabelTypeId"><hidden/></field> Modified: ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml Fri Sep 11 16:02:01 2009 @@ -88,7 +88,7 @@ <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> <form name="ListFindSubscription" target="" type="list" list-name="listIt" - odd-row-style="alternate-row" default-table-style="basic-table" + header-row-style="header-row-2" odd-row-style="alternate-row" default-table-style="basic-table" paginate-target="FindSubscription" paginate="true"> <actions> <service service-name="performFind" result-map-list="listIt" result-map="performFindResult"> @@ -290,7 +290,7 @@ <!-- SubscriptionResource Forms --> <form name="ListSubscriptionResources" type="list" list-name="examples" - odd-row-style="alternate-row" default-table-style="basic-table" + header-row-style="header-row-2" odd-row-style="alternate-row" default-table-style="basic-table" paginate-target="FindSubscriptionResource"> <actions> <entity-condition entity-name="SubscriptionResource"> @@ -349,7 +349,7 @@ <!-- ProductSubscriptionResource --> <form name="ListSubscriptionResourceProducts" type="list" list-name="productSubscriptionResource" target="updateProductSubscriptionResourceSr" - odd-row-style="alternate-row" default-table-style="basic-table"> + header-row-style="header-row-2" odd-row-style="alternate-row" default-table-style="basic-table"> <actions> <entity-condition entity-name="ProductSubscriptionResource"> <condition-expr field-name="subscriptionResourceId" from-field="subscriptionResourceId"/> @@ -411,7 +411,7 @@ <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> <form name="EditSubscriptionAttributes" type="list" list-name="subscriptionAttributes" target="UpdateSubscriptionAttribute" - odd-row-style="alternate-row" default-table-style="basic-table"> + header-row-style="header-row-2" odd-row-style="alternate-row" default-table-style="basic-table"> <auto-fields-service service-name="updateSubscriptionAttribute"/> <field name="subscriptionId"><hidden/></field> @@ -426,7 +426,7 @@ <!-- Subscription Communication Event --> <form name="listSubscriptionCommEvent" type="list" list-name="subscriptionCommEvent" target="ListSubscriptionCommEvent" - odd-row-style="alternate-row" default-table-style="basic-table"> + header-row-style="header-row-2" odd-row-style="alternate-row" default-table-style="basic-table"> <actions> <entity-condition entity-name="SubscriptionAndCommEvent"> <condition-expr field-name="subscriptionId" from-field="subscriptionId"/> Modified: ofbiz/trunk/applications/workeffort/widget/CalendarForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/CalendarForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/CalendarForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/CalendarForms.xml Fri Sep 11 16:02:01 2009 @@ -89,7 +89,7 @@ <field name="actualCompletionDate" use-when="parentWorkEffortId!=null"><display type="date-time"/></field> </form> <form name="showCalEventRoles" type="list" list-name="roles" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="WorkEffortPartyAssignment" list="roles" filter-by-date="true"> <field-map field-name="workEffortId" from-field="parameters.workEffortId"/> Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml Fri Sep 11 16:02:01 2009 @@ -20,7 +20,7 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> <form name="ListWorkEffortCommEvents" separate-columns="false" target="updateCommunicationEventWorkEff" title="" type="list" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-condition entity-name="WorkEffortCommunicationEventView"> <condition-list combine="and"> Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml Fri Sep 11 16:02:01 2009 @@ -451,7 +451,7 @@ </field> </form> - <form name="FoundWorkEfforts" extends="ListWorkEfforts" paginate-target="FindWorkEffort"/> + <form name="FoundWorkEfforts" extends="ListWorkEfforts" paginate-target="FindWorkEffort" header-row-style="header-row-2"/> <form name="WorkEffortTreeLine" hide-header="true" target="ListWorkEfforts" title="" type="list" list-name="listIt" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> @@ -532,7 +532,7 @@ </field> </form> <form name="DisplayWorkEffortPartyAssigns" type="list" list-name="partyAssignments" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="partyId" title="${uiLabelMap.PartyParty}"> <display-entity entity-name="PartyNameView" description="${firstName} ${lastName} ${groupName}"> <sub-hyperlink target="/partymgr/control/viewprofile" target-type="inter-app" description="${partyId}" link-style="buttontext"> @@ -768,7 +768,7 @@ <!-- WorkEffortRate --> <form name="ListWorkEffortRates" type="list" list-name="workEffortRates" target="deleteWorkEffortRate" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-condition entity-name="RateAmount" filter-by-date="true"> <condition-expr field-name="workEffortId" from-field="workEffortId"/> @@ -821,7 +821,7 @@ <!-- TimeEntry --> <form name="ListWorkEffortTimeEntries" type="list" list-name="timesheetEntries" target="updateWorkEffortTimeEntry" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + header-row-style="header-row-2" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <actions> <entity-condition entity-name="TimeEntry"> <condition-expr field-name="workEffortId" from-field="workEffortId"/> @@ -905,7 +905,7 @@ <!-- WorkEffort Note --> <form name="ListWorkEffortNotes" type="list" list-name="workEffortNotes" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + header-row-style="header-row-2" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <actions> <entity-condition entity-name="WorkEffortNoteAndData"> <condition-expr field-name="workEffortId" from-field="workEffortId"/> @@ -978,7 +978,7 @@ <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> <form name="ListWorkEffortContents" type="list" target="updateWorkEffortContent" list-name="workEffortContents" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="WorkEffortContent" use-cache="true" list="workEffortContents"> <field-map from-field="workEffortId" field-name="workEffortId"/> @@ -1032,7 +1032,7 @@ <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> <form name="ListWorkEffortGoodStandards" type="list" target="updateWorkEffortGoodStandard" list-name="workEffortGoodStandards" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="WorkEffortGoodStandard" use-cache="true" list="workEffortGoodStandards"> <field-map from-field="workEffortId" field-name="workEffortId"/> @@ -1089,7 +1089,7 @@ <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> <form name="ListWorkEffortReviews" type="list" target="updateWorkEffortReview" list-name="productWorkEfforts" separate-columns="true" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="WorkEffortReview" use-cache="true" list="workEffortReviews"> <field-map from-field="workEffortId" field-name="workEffortId"/> @@ -1132,7 +1132,7 @@ <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> <form name="ListWorkEffortKeywords" type="list" target="" list-name="listWorkEffortKeywords" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="WorkEffortKeyword" use-cache="true" list="workEffortkeywords"> <field-map from-field="workEffortId" field-name="workEffortId"/> @@ -1158,7 +1158,7 @@ <field name="submitButton" title="${uiLabelMap.CommonAdd}"><submit button-type="button"/></field> </form> <form name="ListWorkEffortContactMechs" type="list" target="" list-name="workEffortContactMechs" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="WorkEffortContactMech" list="workEffortContactMechs"> <field-map from-field="workEffortId" field-name="workEffortId"/> @@ -1195,7 +1195,7 @@ <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> <form name="ListAgreementWorkEffortAppls" type="list" target="updateAgreementWorkEffortAppl" list-name="agreementWorkEffortAppls" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="AgreementWorkEffortAppl" use-cache="true" list="agreementWorkEffortAppls"> <field-map from-field="workEffortId" field-name="workEffortId"/> @@ -1220,7 +1220,7 @@ </form> <form name="ListWorkEffortFixedAssetAssigns" type="list" target="updateWorkEffortFixedAssetAssign" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-condition entity-name="WorkEffortFixedAssetAssign" filter-by-date="true"> <condition-expr field-name="workEffortId" operator="equals" from-field="workEffortId"/> @@ -1266,7 +1266,7 @@ </form> <form name="DisplayWorkEffortFixedAssetAssigns" type="list" list-name="fixedAssetAssignments" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="fixedAssetId" title="${uiLabelMap.AccountingFixedAsset}"> <display-entity entity-name="FixedAsset" description="${fixedAssetName}"> <sub-hyperlink target="/accounting/control/EditFixedAsset" target-type="inter-app" description="${fixedAssetId}" link-style="buttontext"> @@ -1311,7 +1311,7 @@ </form> <form name="ListWorkEffortEventReminders" type="list" target="updateWorkEffortEventReminder" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-condition entity-name="WorkEffortEventReminder"> <condition-expr field-name="workEffortId" operator="equals" from-field="workEffortId"/> @@ -1407,7 +1407,7 @@ </form> <form name="ListICalendarPartyAssigns" extends="ListWorkEffortPartyAssigns" target="updateICalendarPartyAssign" - extends-resource="component://workeffort/widget/WorkEffortPartyAssignForms.xml"> + extends-resource="component://workeffort/widget/WorkEffortPartyAssignForms.xml" header-row-style="header-row-2"> <field name="statusDateTime"><ignored/></field> <field name="availabilityStatusId"><ignored/></field> <field name="expectationEnumId"><ignored/></field> @@ -1417,7 +1417,7 @@ </form> <form name="ListIcalendars" list-name="listIt" type="list" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="WorkEffortAndPartyAssign" list="listIt" filter-by-date="true"> <field-map field-name="workEffortTypeId" value="PUBLISH_PROPS"/> Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortOrderHeaderForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortOrderHeaderForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/WorkEffortOrderHeaderForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/WorkEffortOrderHeaderForms.xml Fri Sep 11 16:02:01 2009 @@ -21,7 +21,7 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> <form name="ListWorkEffortOrderHeaders" separate-columns="true" target="" title="" type="list" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="WorkEffortOrderHeaderView"> <field-map field-name="workEffortId"/> Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortPartyAssignForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortPartyAssignForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/WorkEffortPartyAssignForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/WorkEffortPartyAssignForms.xml Fri Sep 11 16:02:01 2009 @@ -21,7 +21,7 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> <form name="ListWorkEffortPartyAssigns" separate-columns="false" target="updateWorkEffortPartyAssign" title="" type="list" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-condition entity-name="WorkEffortPartyAssignment"> <condition-expr field-name="workEffortId" operator="equals" from-field="workEffortId"/> Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortQuoteForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortQuoteForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/WorkEffortQuoteForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/WorkEffortQuoteForms.xml Fri Sep 11 16:02:01 2009 @@ -21,7 +21,7 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> <form name="ListWorkEffortQuotes" separate-columns="true" target="ListWorkEffortQuotes" title="" type="list" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="WorkEffortQuoteView"> <field-map field-name="workEffortId"/> @@ -52,7 +52,7 @@ </form> <form name="ListWorkEffortQuoteItems" separate-columns="true" target="ListWorkEffortQuoteItems" title="" type="list" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="QuoteItem"> <field-map field-name="workEffortId"/> Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortRequestForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortRequestForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/WorkEffortRequestForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/WorkEffortRequestForms.xml Fri Sep 11 16:02:01 2009 @@ -21,7 +21,7 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> <form name="ListWorkEffortRequests" separate-columns="true" target="ListWorkEffortRequests" title="" type="list" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="WorkEffortCustRequestView"> <field-map field-name="workEffortId"/> @@ -53,7 +53,7 @@ </form> <form name="ListWorkEffortRequestItems" separate-columns="true" target="ListWorkEffortRequestItems" title="" type="list" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="WorkEffortCustRequestItemView"> <field-map field-name="workEffortId"/> Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortRequirementForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortRequirementForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/WorkEffortRequirementForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/WorkEffortRequirementForms.xml Fri Sep 11 16:02:01 2009 @@ -21,7 +21,7 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> <form name="ListWorkEffortRequirements" separate-columns="true" target="" title="" type="list" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="WorkEffortRequirementView"> <field-map field-name="workEffortId"/> Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortShopListForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortShopListForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/WorkEffortShopListForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/WorkEffortShopListForms.xml Fri Sep 11 16:02:01 2009 @@ -20,7 +20,7 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> <form name="ListWorkEffortShopLists" target="" title="" type="list" separate-columns="false" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="WorkEffortShoppingListView"> <field-map field-name="workEffortId"/> Modified: ofbiz/trunk/framework/common/widget/PortalPageForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/PortalPageForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/framework/common/widget/PortalPageForms.xml (original) +++ ofbiz/trunk/framework/common/widget/PortalPageForms.xml Fri Sep 11 16:02:01 2009 @@ -22,7 +22,7 @@ xsi:noNamespaceSchemaLocation="../../widget/dtd/widget-form.xsd"> <form name="ListPortalPages" type="list" list-name="portalPages" paginate-target="ManagePortalPages" separate-columns="true" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="portalPageId" title="${uiLabelMap.CommonEdit}"> <hyperlink description="${uiLabelMap.CommonEdit}" target="ManagePortalPages"> <parameter param-name="portalPageId"/> @@ -103,7 +103,7 @@ </form> <form name="PortletCategoryAndPortlet" type="list" list-name="portletCat" paginate-target="AddPortlet" separate-columns="true" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="portletCategoryId" title="Category"> <hyperlink description="${portletCategoryId}" target="AddPortlet"> <parameter param-name="portletCategoryId"/> @@ -117,7 +117,7 @@ </form> <form name="PortletList" type="list" separate-columns="true" list-name="portlets" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="PortalPagePortletView" list="portlets"> <field-map field-name="portalPageId" from-field="parameters.portalPageId"/> Modified: ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml (original) +++ ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml Fri Sep 11 16:02:01 2009 @@ -30,7 +30,7 @@ <form name="ListExampleFeatures" type="list" list-name="listIt" paginate-target="FindExampleFeature" default-entity-name="ExampleFeature" - separate-columns="true" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + separate-columns="true" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <service service-name="performFind" result-map="result" result-map-list="listIt"> <field-map field-name="inputFields" from-field="exampleFeatureCtx"/> Modified: ofbiz/trunk/framework/example/widget/example/ExampleForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/framework/example/widget/example/ExampleForms.xml (original) +++ ofbiz/trunk/framework/example/widget/example/ExampleForms.xml Fri Sep 11 16:02:01 2009 @@ -18,7 +18,7 @@ under the License. --> -<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> <form name="FindExamples" type="single" target="FindExample" default-entity-name="Example"> @@ -41,7 +41,7 @@ </form> <form name="ListExamples" type="list" list-name="listIt" paginate-target="FindExample" default-entity-name="Example" separate-columns="true" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <service service-name="performFind" result-map="result" result-map-list="listIt"> <field-map field-name="inputFields" from-field="exampleCtx"/> @@ -128,7 +128,7 @@ <field name="longDescription" title="${uiLabelMap.ExampleLongDescription}"/> <field name="anotherText"> <drop-down allow-empty="true"> - <option key="Explicit Option" description="${uiLabelMap.ExampleExplicitOption}"/> + <option key="Explicit Option" description="${uiLabelMap.ExampleExplicitOption}"/> <entity-options entity-name="ProductType" description="${description}" key-field-name="productTypeId"> <entity-order-by field-name="description"/> </entity-options> Modified: ofbiz/trunk/framework/images/webapp/images/arrow-gr-dw.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/arrow-gr-dw.png?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== Binary files - no diff available. Modified: ofbiz/trunk/framework/images/webapp/images/arrow-gr-up.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/arrow-gr-up.png?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== Binary files - no diff available. Modified: ofbiz/trunk/framework/images/webapp/images/arrow-gr.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/arrow-gr.png?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== Binary files - no diff available. Propchange: ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/datafile/viewdatafile.groovy ('svn:mergeinfo' removed) Modified: ofbiz/trunk/framework/webtools/webapp/webtools/service/ServiceForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/service/ServiceForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/service/ServiceForms.xml (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/service/ServiceForms.xml Fri Sep 11 16:02:01 2009 @@ -71,7 +71,7 @@ </form> <form name="ListJobs" type="list" list-name="listIt" paginate-target="FindJob" default-entity-name="JobSandbox" separate-columns="true" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <service service-name="performFind" result-map="result" result-map-list="listIt"> <field-map field-name="inputFields" from-field="jobCtx"/> Modified: ofbiz/trunk/framework/webtools/webapp/webtools/tempexpr/tempExprForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/tempexpr/tempExprForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/tempexpr/tempExprForms.xml (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/tempexpr/tempExprForms.xml Fri Sep 11 16:02:01 2009 @@ -37,7 +37,7 @@ </form> <form name="BasicExpressionList" type="list" - default-table-style="basic-table hover-bar" odd-row-style="alternate-row"> + default-table-style="basic-table hover-bar" odd-row-style="alternate-row" header-row-style="header-row-2"> <field name="tempExprId" title="${uiLabelMap.TemporalExpressionId}"> <hyperlink also-hidden="false" target-type="plain" description="${tempExprId}" target="editTemporalExpression"> <parameter param-name="tempExprId"/> Propchange: ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/actions/assetmaint/EditMaint.groovy ('svn:mergeinfo' removed) Propchange: ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/actions/assetmaint/PrintFixedAssetMaint.groovy ('svn:mergeinfo' removed) Propchange: ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/actions/workeffort/EditWorkEfforts.groovy ('svn:mergeinfo' removed) Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml Fri Sep 11 16:02:01 2009 @@ -65,7 +65,7 @@ <!-- Special version of the same form in Accounting. This one lists all maintenances, not just maintenances for a specific fixed asset. --> <form name="ListFixedAssetMaints" target="" title="" type="list" list-name="listIt" paginate-target="findFixedAssetMaints" paginate="true" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + header-row-style="header-row-2" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <actions> <service service-name="performFind" result-map="result" result-map-list="listIt"> <field-map field-name="inputFields" from-field="parameters"/> @@ -125,7 +125,7 @@ </form> <form name="ListItemIssuance" title="PageTitleFixedAssetMaintItemIssuance" type="list" list-name="itemIssuanceList" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="productId" title="${uiLabelMap.AssetMaintPartId}"><display/></field> <field name="quantity" position="1" title="${uiLabelMap.CommonQuantity}"><display/></field> <field name="productName" position="1" title="${uiLabelMap.CommonName}"><display/></field> Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/forms/ProductForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/forms/ProductForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/widget/forms/ProductForms.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/widget/forms/ProductForms.xml Fri Sep 11 16:02:01 2009 @@ -119,7 +119,7 @@ </form> <form name="ListProductMaints" type="list" list-name="listIt" target="updateProductMaint" paginate-target="EditProductMaints" - odd-row-style="alternate-row" default-table-style="basic-table"> + header-row-style="header-row-2" odd-row-style="alternate-row" default-table-style="basic-table"> <actions> <entity-condition entity-name="ProductMaint" list="listIt"> <condition-expr field-name="productId" from-field="productId"/> Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/forms/WorkEffortForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/forms/WorkEffortForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/widget/forms/WorkEffortForms.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/widget/forms/WorkEffortForms.xml Fri Sep 11 16:02:01 2009 @@ -101,7 +101,7 @@ </form> <form name="ListWorkEffortPartyAssigns" extends="ListWorkEffortPartyAssigns" extends-resource="component://workeffort/widget/WorkEffortPartyAssignForms.xml" - default-table-style="basic-table"> + header-row-style="header-row-2" default-table-style="basic-table"> <field name="partyId"> <display-entity entity-name="PartyNameView" description="${firstName} ${middleName} ${lastName} ${groupName}"/> </field> @@ -156,7 +156,7 @@ </form> <form name="ListWorkEffortChildren" type="list" - odd-row-style="alternate-row" default-table-style="basic-table"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table"> <actions> <entity-condition entity-name="WorkEffortAssocView"> <condition-expr field-name="workEffortIdFrom" operator="equals" from-field="workEffortId"/> Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/ismgr/FixedAssetForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/ismgr/FixedAssetForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/widget/ismgr/FixedAssetForms.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/widget/ismgr/FixedAssetForms.xml Fri Sep 11 16:02:01 2009 @@ -109,7 +109,7 @@ </form> <!-- list all Computer Hardware in a tabular format --> <form name="ListComputerHardware" type="list" list-name="listIt" paginate-target="ListFixedAssets" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <service service-name="performFind" result-map="result" result-map-list="listIt"> <field-map field-name="inputFields" from-field="parameters"/> @@ -141,7 +141,7 @@ <!-- list all Computer Software in a tabular format --> <form name="ListComputerSoftware" type="list" list-name="listIt" paginate-target="ListFixedAssets" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <service service-name="performFind" result-map="result" result-map-list="listIt"> <field-map field-name="inputFields" from-field="parameters"/> @@ -170,7 +170,7 @@ <!-- list all children fixed assets in a tabular format --> <form name="ChildrenFixedAssets" type="list" list-name="listIt" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-condition entity-name="FixedAsset" list="listIt"> <condition-list combine="and"> Modified: ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseForms.xml?rev=813893&r1=813892&r2=813893&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseForms.xml (original) +++ ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseForms.xml Fri Sep 11 16:02:01 2009 @@ -68,7 +68,7 @@ </form> <form name="ListGoogleBaseConfigs" type="list" list-name="googleBaseConfigs" target="updateGoogleBaseConfig" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-condition entity-name="GoogleBaseConfig"> <order-by field-name="productStoreId"/> Propchange: ofbiz/trunk/specialpurpose/googlecheckout/ ('svn:mergeinfo' removed) Propchange: ofbiz/trunk/specialpurpose/googlecheckout/webapp/googlecheckout/ ('svn:mergeinfo' removed) |
Free forum by Nabble | Edit this page |