Modified: ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml?view=diff&rev=511769&r1=511768&r2=511769 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml Mon Feb 26 02:11:32 2007 @@ -20,9 +20,8 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd"> - <form name="lookupProduct" - default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox" - target="LookupProduct" title="" type="single"> + <form name="lookupProduct" target="LookupProduct" title="" type="single" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox"> <!-- <auto-fields-entity entity-name="Product" default-field-type="hidden" /> --> <field name="productId" title="${uiLabelMap.ProductProductId}"><text-find/></field> <field name="brandName" title="${uiLabelMap.ProductBrandName}"><text-find/></field> @@ -45,10 +44,9 @@ <field name="isVariant"><hidden value="N"/></field> <field name="submitButton" title="${uiLabelMap.CommonLookup}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="listLookupProduct" + <form name="listLookupProduct" list-name="listIt" title="" type="list" default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" - list-name="listIt" paginate-target="LookupProduct" - title="" type="list"> + paginate-target="LookupProduct"> <actions> <service service-name="performFind" result-map-name="result" result-map-list-name="listIt"> <field-map field-name="inputFields" env-name="parameters"/> @@ -66,17 +64,13 @@ </field> </form> - <form name="lookupVirtualProduct" extends="lookupProduct" - default-map-name= "inputFields" default-title-style="tableheadtext" - default-tooltip-style="tabletext" default-widget-style="inputBox" - target="LookupVirtualProduct" title="" type="single"> + <form name="lookupVirtualProduct" extends="lookupProduct" default-map-name= "inputFields" target="LookupVirtualProduct" title="" type="single" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox"> <field name="isVirtual"><hidden value="Y"/></field> </form> - <form name="listLookupVirtualProduct" extends="listLookupProduct" - default-title-style="tableheadtext" - default-tooltip-style="tabletext" default-widget-style="tabletext" - list-name="listIt" paginate-target="LookupVirtualProduct" - title="" type="list"> + <form name="listLookupVirtualProduct" list-name="listIt" title="" type="list" extends="listLookupProduct" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" + paginate-target="LookupVirtualProduct"> <actions> <service service-name="performFind" result-map-name="result" result-map-list-name="listIt"> <field-map field-name="inputFields" env-name="parameters"/> @@ -136,8 +130,9 @@ <field name="filterByDate"><hidden value="Y"/></field> <field name="submitButton" title="${uiLabelMap.CommonLookup}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="listLookupProductAndPrice" list-name="listIt" paginate-target="LookupProductAndPrice" title="" type="list" - default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"> + <form name="listLookupProductAndPrice" list-name="listIt" title="" type="list" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" + paginate-target="LookupProductAndPrice"> <actions> <service service-name="performFind" result-map-name="result" result-map-list-name="listIt"> <field-map field-name="inputFields" env-name="parameters"/> @@ -183,8 +178,9 @@ <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> <field name="submitButton" title="${uiLabelMap.CommonLookup}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="listLookupProductCategory" list-name="listIt" paginate-target="LookupProductCategory" title="" type="list" - default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"> + <form name="listLookupProductCategory" list-name="listIt" title="" type="list" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" + paginate-target="LookupProductCategory"> <actions> <service service-name="performFind" result-map-name="result" result-map-list-name="listIt"> <field-map field-name="inputFields" env-name="parameters"/> @@ -224,8 +220,9 @@ <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> <field name="submitButton" title="${uiLabelMap.CommonLookup}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="listLookupProductFeature" list-name="listIt" paginate-target="LookupProductFeature" title="" type="list" - default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"> + <form name="listLookupProductFeature" list-name="listIt" title="" type="list" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" + paginate-target="LookupProductFeature"> <actions> <service service-name="performFind" result-map-name="result" result-map-list-name="listIt"> <field-map field-name="inputFields" env-name="parameters"/> @@ -250,8 +247,9 @@ <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> <field name="submitButton" title="${uiLabelMap.CommonLookup}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="listLookupProductStore" list-name="listIt" target="" paginate-target="LookupProductStore" title="" type="list" - default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"> + <form name="listLookupProductStore" list-name="listIt" target="" title="" type="list" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" + paginate-target="LookupProductStore"> <actions> <service service-name="performFind" result-map-name="result" result-map-list-name="listIt"> <field-map field-name="inputFields" env-name="parameters"/> Modified: ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml?view=diff&rev=511769&r1=511768&r2=511769 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Mon Feb 26 02:11:32 2007 @@ -20,13 +20,12 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd"> - <form name="EditProductSimpleTest" type="single" - target="updateProduct" title="" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="EditProductSimpleTest" type="single" target="updateProduct" title="" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="updateProduct" map-name="product"/> </form> - <form name="EditProduct" type="single" - target="updateProduct" title="" default-map-name="product" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="EditProduct" type="single" target="updateProduct" title="" default-map-name="product" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <alt-target use-when="product==null" target="createProduct"/> @@ -196,9 +195,8 @@ </field> </form> <!-- ProductPrice --> - <form name="AddProductPrice" type="single" - target="createProductPrice" title="" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="AddProductPrice" type="single" target="createProductPrice" title="" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="createProductPrice"/> <field name="productId"><hidden/></field> <field name="productPriceTypeId" title="${uiLabelMap.ProductPriceType}" widget-style="selectBox"> @@ -241,9 +239,8 @@ </field> <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="UpdateProductPrice" type="list" - target="updateProductPrice" title="" list-name="productPrices" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="UpdateProductPrice" type="list" target="updateProductPrice" title="" list-name="productPrices" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="updateProductPrice" map-name="productPrice"/> <field name="productId"><hidden/></field> <field name="productPriceTypeId" title="${uiLabelMap.ProductPriceType}" widget-style="tabletext"><display-entity entity-name="ProductPriceType"/></field> @@ -274,8 +271,7 @@ </form> <!-- ProductPaymentMethodType --> - <form name="AddProductPaymentMethodType" type="single" - target="createProductPaymentMethodType" title="" + <form name="AddProductPaymentMethodType" type="single" target="createProductPaymentMethodType" title="" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="createProductPaymentMethodType"/> <field name="productId"><hidden/></field> @@ -295,8 +291,7 @@ </field> <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="UpdateProductPaymentMethodType" type="list" - target="updateProductPaymentMethodType" title="" list-name="productPaymentMethodTypes" + <form name="UpdateProductPaymentMethodType" type="list" target="updateProductPaymentMethodType" title="" list-name="productPaymentMethodTypes" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="updateProductPaymentMethodType" map-name="productPrice"/> <field name="productId"><hidden/></field> @@ -312,9 +307,8 @@ </form> <!-- ProductCategoryMember --> - <form name="AddProductCategoryMember" type="single" - target="addProductToCategory" title="${uiLabelMap.ProductAddProductCategoryMemberFromDate}:" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="AddProductCategoryMember" type="single" target="addProductToCategory" title="${uiLabelMap.ProductAddProductCategoryMemberFromDate}:" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="safeAddProductToCategory"/> <field name="productId" title="${uiLabelMap.ProductProductId}" map-name="product"><hidden/></field> <field name="productCategoryId" title="${uiLabelMap.ProductProductCategoryId}"><lookup target-form-name="LookupProductCategory"></lookup></field> @@ -325,9 +319,8 @@ <field name="comments" ><textarea/></field> <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="UpdateProductCategoryMemeber" type="list" - target="updateProductToCategory" title="" list-name="productCategoryMembers" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="UpdateProductCategoryMemeber" type="list" target="updateProductToCategory" title="" list-name="productCategoryMembers" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="updateProductToCategory"/> <field name="productId"><hidden/></field> <field name="productCategoryId" title="${uiLabelMap.ProductCategory_Id}" widget-style="tabletext"> @@ -349,9 +342,8 @@ </form> <!-- ProductContent --> - <form name="AddProductContentAssoc" type="single" - target="addContentToProduct" title="${uiLabelMap.ProductAddProductContentFromDate}" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="AddProductContentAssoc" type="single" target="addContentToProduct" title="${uiLabelMap.ProductAddProductContentFromDate}" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-entity entity-name="ProductContent"/> <field name="productId" title="${uiLabelMap.ProductProductId}" map-name="product"><hidden/></field> <field name="contentId" title="${uiLabelMap.ProductContentId}"><lookup target-form-name="LookupContent"/></field> @@ -385,9 +377,8 @@ </field> <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="PrepareAddProductContentAssoc" type="single" - target="prepareAddContentToProduct" title="${uiLabelMap.ProductAddProductContentFromDate}" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="PrepareAddProductContentAssoc" type="single" target="prepareAddContentToProduct" title="${uiLabelMap.ProductAddProductContentFromDate}" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <field name="productId" map-name="product"><hidden/></field> <field name="productContentTypeId" title="${uiLabelMap.ProductProductContentTypeId}" widget-style="selectBox"> <drop-down> @@ -399,9 +390,8 @@ <!-- <field name="description"><text size="40"/></field> --> <field name="submitButton" title="${uiLabelMap.ProductPrepareCreate}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="UpdateProductContentAssoc" type="list" - target="updateContentToProduct" title="" list-name="productContentDatas" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="UpdateProductContentAssoc" type="list" target="updateContentToProduct" title="" list-name="productContentDatas" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <!-- each entry in the list will be a Map with the entries: productContent and content --> <auto-fields-service service-name="updateProductContent" map-name="productContent"/> <field name="productId"><hidden/></field> @@ -422,9 +412,8 @@ description="${uiLabelMap.CommonDelete}" also-hidden="false"/> </field> </form> - <form name="EditProductContentEmail" type="single" - target="updateEmailContentForProduct" title="${uiLabelMap.ProductUpdateEmailContentProduct}" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="EditProductContentEmail" type="single" target="updateEmailContentForProduct" title="${uiLabelMap.ProductUpdateEmailContentProduct}" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <alt-target use-when="contentId==null" target="createEmailContentForProduct"/> <auto-fields-entity entity-name="ProductContent" map-name="productContentData"/> <field name="fromDate" title="${uiLabelMap.CommonFromDate}" ></field> @@ -456,9 +445,8 @@ <field use-when="contentId == null" name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field> <field use-when="contentId != null" name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="EditProductContentDownload" type="single" - target="updateDownloadContentForProduct" title="${uiLabelMap.ProductUpdateDownloadContentProduct}" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="EditProductContentDownload" type="single" target="updateDownloadContentForProduct" title="${uiLabelMap.ProductUpdateDownloadContentProduct}" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <alt-target use-when="contentId==null" target="createDownloadContentForProduct"/> <auto-fields-entity entity-name="ProductContent" map-name="productContentData"/> <field name="fromDate" title="${uiLabelMap.CommonFromDate}" ></field> @@ -486,9 +474,8 @@ <field use-when="contentId == null" name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field> <field use-when="contentId != null" name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="EditProductContentExternal" type="single" - target="updateExternalContentForProduct" title="${uiLabelMap.ProductUpdateExternalContentProduct}" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="EditProductContentExternal" type="single" target="updateExternalContentForProduct" title="${uiLabelMap.ProductUpdateExternalContentProduct}" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <alt-target use-when="contentId==null" target="createExternalContentForProduct"/> <auto-fields-entity entity-name="ProductContent" map-name="productContentData"/> <field name="description" title="${uiLabelMap.ProductDescription}" map-name="content"><text size="40"/></field> @@ -502,9 +489,8 @@ <field use-when="contentId == null" name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field> <field use-when="contentId != null" name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="EditProductContentSimpleText" type="single" - target="updateSimpleTextContentForProduct" title="${uiLabelMap.ProductUpdateSimpleTextContentProduct}" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="EditProductContentSimpleText" type="single" target="updateSimpleTextContentForProduct" title="${uiLabelMap.ProductUpdateSimpleTextContentProduct}" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <alt-target use-when="contentId==null" target="createSimpleTextContentForProduct"/> <auto-fields-entity entity-name="ProductContent" map-name="productContentData"/> <field name="fromDate" title="${uiLabelMap.CommonFromDate}*" ></field> @@ -528,9 +514,8 @@ </form> <!-- SupplierProduct --> - <form name="AddSupplierProduct" type="single" - target="updateSupplierProduct" title="" default-map-name="supplierProduct" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="AddSupplierProduct" type="single" target="updateSupplierProduct" title="" default-map-name="supplierProduct" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <alt-target use-when="supplierProduct==null" target="createSupplierProduct"/> <auto-fields-service service-name="updateSupplierProduct" map-name=""/> <!-- productId, partyId, and availableFromDate are primary keys of SupplierProduct and should not be updatable, so we use use-when to change the behavior of the form @@ -594,11 +579,8 @@ <field use-when="supplierProduct == null" name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field> <field use-when="supplierProduct != null" name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="ListSupplierProducts" type="list" - target="updateSupplierProduct" title="" list-name="productSuppliers" - default-title-style="boxhead" default-widget-style="tabletext" default-tooltip-style="tabletext" - default-table-style="boxoutside" even-row-style="viewManyTR2" odd-row-style="viewManyTR1" - header-row-style="boxtop"> + <form name="ListSupplierProducts" type="list" target="updateSupplierProduct" title="" list-name="productSuppliers" + default-title-style="boxhead" default-widget-style="tabletext" default-tooltip-style="tabletext" default-table-style="boxoutside" even-row-style="viewManyTR2" odd-row-style="viewManyTR1" header-row-style="boxtop"> <!--<auto-fields-service service-name="updateSupplierProduct"/>--> <field name="partyId" title="${uiLabelMap.ProductSupplier}" widget-style="tabletext" header-link="EditProductSuppliers?productId=${productId}&orderBy=partyId" header-link-style="buttontext"> @@ -634,9 +616,8 @@ </form> <!-- ProductConfig --> - <form name="AddProductConfig" type="single" - target="createProductConfig" title="" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="AddProductConfig" type="single" target="createProductConfig" title="" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="createProductConfig" map-name=""/> <field name="productId"><hidden value="${productId}"/></field> <field name="configTypeId" widget-style="selectBox"> @@ -654,9 +635,8 @@ </field> <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="UpdateProductConfig" type="list" - target="updateProductConfig" title="" list-name="productConfigs" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="UpdateProductConfig" type="list" target="updateProductConfig" title="" list-name="productConfigs" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="updateProductConfig" map-name="productConfig"/> <field name="productId"><hidden/></field> <!-- TODO: get descriptions from IDs <display description="${roleType.description}"/> --> @@ -680,9 +660,8 @@ </form> <!-- form for AssetUsage (rental) parameters --> - <form name="EditProductAssetUsage" type="single" - target="updateProductAssetUsage" title="" default-map-name="product" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="EditProductAssetUsage" type="single" target="updateProductAssetUsage" title="" default-map-name="product" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <alt-target use-when="product==null" target="createProduct"/> <field name="productId"><hidden/></field> @@ -696,7 +675,7 @@ <!-- linked fixed assets --> <form name="ListProductFixedAssets" type="list" list-name="fixedAssetProducts" target="updateFixedAssetProduct" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext" > + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext" > <!-- <display-entity entity-name="FixedAsset" description="${fixedAssetName}[${fixedAssetId}]"/> --> @@ -717,7 +696,7 @@ <!-- create a fixed Asset link on a product --> <form name="addFixedAssetProduct" type="single" target="addFixedAssetProduct" title="" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <field name="productId"><hidden/></field> <field name="fixedAssetId" title="${uiLabelMap.AccountingFixedAssetId}" ><lookup target-form-name="LookupFixedAsset"/></field> @@ -748,8 +727,8 @@ <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="showFixedAssetProduct" type="single" default-map-name="fixedAssetProduct" - target="updFixedAssetProduct" title="" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="showFixedAssetProduct" type="single" default-map-name="fixedAssetProduct" target="updFixedAssetProduct" title="" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <alt-target use-when="fixedAssetId==null" target="addFixedAssetProduct"/> <field use-when="fixedAssetId!=null" name="fixedAssetId" title="${uiLabelMap.AccountingFixedAssetId}" > <display-entity entity-name="FixedAsset" description="${fixedAssetName}[${fixedAssetId}]"/></field> @@ -788,9 +767,9 @@ <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="ListProductAssocs" type="list" use-row-submit="true" - title="" list-name="productAssocs" paginate-target="EditProductAssoc" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListProductAssocs" type="list" use-row-submit="true" title="" list-name="productAssocs" + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" + paginate-target="EditProductAssoc"> <auto-fields-entity entity-name="ProductAssoc" default-field-type="display"/> <field name="productId"><hidden/></field> <field name="productIdTo" title="${uiLabelMap.CommonEdit}" widget-style="buttontext"> @@ -798,9 +777,9 @@ </field> </form> - <form name="ListProductAssocsTo" type="list" use-row-submit="true" - title="" list-name="productAssocsTo" paginate-target="EditProductAssoc" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListProductAssocsTo" type="list" use-row-submit="true" title="" list-name="productAssocsTo" + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" + paginate-target="EditProductAssoc"> <auto-fields-entity entity-name="ProductAssoc" default-field-type="display"/> <field name="productIdTo"><hidden/></field> <field name="productId" title="${uiLabelMap.CommonEdit}" widget-style="buttontext"> @@ -808,9 +787,9 @@ </field> </form> - <form name="ListProductComponents" type="list" use-row-submit="true" - title="" list-name="components" paginate-target="ViewProductManufacturing" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListProductComponents" type="list" use-row-submit="true" title="" list-name="components" + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" + paginate-target="ViewProductManufacturing"> <auto-fields-entity entity-name="ProductAssoc" default-field-type="display"/> <field name="productId"><hidden/></field> <field name="productAssocTypeId"><hidden/></field> @@ -824,9 +803,9 @@ <display-entity entity-name="Product" key-field-name="productId" description="${internalName}"/> </field> </form> - <form name="ListProductParents" type="list" use-row-submit="true" - title="" list-name="parents" paginate-target="ViewProductManufacturing" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListProductParents" type="list" use-row-submit="true" title="" list-name="parents" + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" + paginate-target="ViewProductManufacturing"> <auto-fields-entity entity-name="ProductAssoc" default-field-type="display"/> <field name="productIdTo"><hidden/></field> <field name="productAssocTypeId"><hidden/></field> @@ -843,9 +822,9 @@ <display-entity entity-name="Product" key-field-name="productId" description="${internalName}"/> </field> </form> - <form name="ListProductRoutings" type="list" use-row-submit="true" - title="" list-name="routings" paginate-target="ViewProductManufacturing" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListProductRoutings" type="list" use-row-submit="true" title="" list-name="routings" + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" + paginate-target="ViewProductManufacturing"> <auto-fields-entity entity-name="WorkEffortGoodStandard" default-field-type="display"/> <field name="productId"><hidden/></field> <field name="workEffortGoodStdTypeId"><hidden/></field> @@ -858,9 +837,9 @@ </field> </form> - <form name="ListCostComponents" type="list" - title="" list-name="costs" paginate-target="EditProductCosts" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListCostComponents" type="list" title="" list-name="costs" + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" + paginate-target="EditProductCosts"> <auto-fields-entity entity-name="CostComponent" default-field-type="display"/> <field name="cost"> <display/> @@ -876,9 +855,8 @@ <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deleteCostComponent?productId=${productId}&costComponentId=${costComponentId}"/> </field> </form> - <form name="EditCostComponent" type="single" - target="createCostComponent" title="" default-map-name="costComponent" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="EditCostComponent" type="single" target="createCostComponent" title="" default-map-name="costComponent" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <alt-target use-when="costComponent!=null" target="updateCostComponent"/> <auto-fields-service service-name="createCostComponent"/> <field name="productId"><hidden/></field> @@ -902,9 +880,8 @@ <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="CalculateProductCosts" type="single" - target="calculateProductCosts" title="" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="CalculateProductCosts" type="single" target="calculateProductCosts" title="" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="calculateProductCosts" map-name=""/> <field name="productId"><hidden value="${productId}"/></field> <field name="costComponentTypePrefix" widget-style="selectBox"> @@ -923,7 +900,8 @@ <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="OutstandingPurchaseOrders" type="list" list-name="purchaseOrders" default-title-style="tableheadtext" default-widget-style="tabletext"> + <form name="OutstandingPurchaseOrders" type="list" list-name="purchaseOrders" + default-title-style="tableheadtext" default-widget-style="tabletext"> <field name="orderDate"><display/></field> <field name="orderId"><hyperlink also-hidden="false" description="${orderId}" target="/ordermgr/control/orderview?orderId=${orderId}" target-type="inter-app"/></field> <field name="orderItemSeqId"><display/></field> @@ -935,9 +913,8 @@ </form> <!-- create ProductMaint--> - <form name="AddProductMaint" type="single" - target="createProductMaint" title="" default-title-style="tableheadtext" - default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="AddProductMaint" type="single" target="createProductMaint" title="" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="createProductMaint" /> <field name="productId"><hidden/></field> <field name="productMaintSeqId"><ignored/></field> @@ -966,7 +943,7 @@ <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> <form name="ListProductMaints" type="list" list-name="productMaints" target="updateProductMaint" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <actions> <entity-condition entity-name="ProductMaint"> <condition-expr field-name="productId" env-name="productId"/> @@ -1007,9 +984,8 @@ </form> <!-- create and update a ProductMeter --> - <form name="AddProductMeter" type="single" - target="createProductMeter" title="" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="AddProductMeter" type="single" target="createProductMeter" title="" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="createProductMeter" /> <field name="productId"><hidden/></field> <field name="productMeterTypeId"> @@ -1030,7 +1006,7 @@ <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> <form name="ListProductMeters" type="list" list-name="productMeters" target="updateProductMeter" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <actions> <entity-condition entity-name="ProductMeter"> <condition-expr field-name="productId" env-name="productId"/> @@ -1055,9 +1031,8 @@ </field> <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="AddProductFeatureApplAttr" type="single" - target="createProductFeatureApplAttr" title="" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="AddProductFeatureApplAttr" type="single" target="createProductFeatureApplAttr" title="" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="createProductFeatureApplAttr" /> <field name="productId"><hidden/></field> <field name="productFeatureId" widget-style="selectBox"> @@ -1073,7 +1048,7 @@ <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> <form name="ListProductFeatureApplAttrs" type="list" list-name="productFeatureApplAttrs" target="EditProductFeatureAppl" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> <actions> <entity-condition entity-name="ProductFeatureApplAttr" list-name="productFeatureApplAttrs"> <condition-expr field-name="productId" env-name="productId"/> @@ -1131,8 +1106,7 @@ description="${uiLabelMap.CommonDelete}" also-hidden="false"/> </field> </form> - <form name="AddProductSubscriptionResource" type="single" - target="createProductSubscriptionResource" + <form name="AddProductSubscriptionResource" type="single" target="createProductSubscriptionResource" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="createProductSubscriptionResource"/> @@ -1165,7 +1139,7 @@ </form> <form name="ListPurchaseAgreements" type="list" list-name="purchaseAgreements" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" > + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" > <field name="agreementId" widget-style="buttontext"> <hyperlink target="/accounting/control/EditAgreementItemProduct?agreementId=${agreementId}&agreementItemSeqId=${agreementItemSeqId}&productId=${productId}" target-type="inter-app" description="${agreementId}/${agreementItemSeqId}" also-hidden="false"/> @@ -1179,7 +1153,7 @@ <field name="price"><display/></field> </form> <form name="ListSalesAgreements" type="list" list-name="salesAgreements" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" > + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" > <field name="agreementId" widget-style="buttontext"> <hyperlink target="/accounting/control/EditAgreementItemProduct?agreementId=${agreementId}&agreementItemSeqId=${agreementItemSeqId}&productId=${productId}" target-type="inter-app" description="${agreementId}/${agreementItemSeqId}" also-hidden="false"/> @@ -1193,7 +1167,7 @@ <field name="price"><display/></field> </form> <form name="ListProductAgreements" type="list" list-name="productAgreements" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" > + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" > <field name="agreementId" widget-style="buttontext"> <hyperlink target="/accounting/control/EditAgreementItemProduct?agreementId=${agreementId}&agreementItemSeqId=${agreementItemSeqId}&productId=${productId}" target-type="inter-app" description="${agreementId}/${agreementItemSeqId}" also-hidden="false"/> @@ -1208,9 +1182,8 @@ </form> <!-- ProductWorkEfforts forms --> - <form name="AddProductWorkEffort" default-title-style="tableheadtext" - default-tooltip-style="tabletext" default-widget-style="inputBox" - target="createWorkEffortGoodStandard" title="" type="single"> + <form name="AddProductWorkEffort" target="createWorkEffortGoodStandard" title="" type="single" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox"> <auto-fields-service service-name="createWorkEffortGoodStandard"/> <field name="productId"><hidden value="${parameters.productId}"/></field> <field name="workEffortId"> @@ -1234,7 +1207,7 @@ <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> <form name="ListProductWorkEfforts" type="list" target="updateWorkEffortGoodStandard" list-name="productWorkEfforts" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <actions> <entity-and entity-name="WorkEffortGoodStandard" use-cache="true" list-name="productWorkEfforts"> <field-map env-name="productId" field-name="productId" /> Modified: ofbiz/trunk/applications/product/webapp/catalog/promo/PromoForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/promo/PromoForms.xml?view=diff&rev=511769&r1=511768&r2=511769 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/promo/PromoForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/catalog/promo/PromoForms.xml Mon Feb 26 02:11:32 2007 @@ -20,9 +20,8 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd"> - <form name="EditProductPromo" type="single" - target="updateProductPromo" title="" default-map-name="productPromo" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="EditProductPromo" type="single" target="updateProductPromo" title="" default-map-name="productPromo" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <alt-target use-when="productPromo==null" target="createProductPromo"/> <auto-fields-service service-name="updateProductPromo" map-name=""/> @@ -52,9 +51,8 @@ <display description="[${productPromo.createdByUserLogin}] ${uiLabelMap.CommonOn} ${productPromo.createdDate}" also-hidden="false"/> </field> </form> - <form name="EditProductPromoCode" type="single" - target="updateProductPromoCode" title="" default-map-name="productPromoCode" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="EditProductPromoCode" type="single" target="updateProductPromoCode" title="" default-map-name="productPromoCode" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <alt-target use-when="productPromoCode==null" target="createProductPromoCode"/> <auto-fields-service service-name="updateProductPromoCode" map-name=""/> Modified: ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml?view=diff&rev=511769&r1=511768&r2=511769 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml Mon Feb 26 02:11:32 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="EditProductStore" type="single" - target="updateProductStore" title="" default-map-name="productStore" + <form name="EditProductStore" type="single" target="updateProductStore" title="" default-map-name="productStore" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <alt-target use-when="productStore==null" target="createProductStore"/> @@ -223,8 +222,7 @@ <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="CreateProductStoreCatalog" type="single" - target="createProductStoreCatalog" title="" + <form name="CreateProductStoreCatalog" type="single" target="createProductStoreCatalog" title="" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="createProductStoreCatalog"/> <field name="productStoreId" map-name="productStore"><hidden/></field> @@ -237,8 +235,7 @@ </field> <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="UpdateProductStoreCatalog" type="list" - target="updateProductStoreCatalog" title="" list-name="productStoreCatalogs" + <form name="UpdateProductStoreCatalog" type="list" target="updateProductStoreCatalog" title="" list-name="productStoreCatalogs" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="updateProductStoreCatalog"/> <field name="productStoreId"><hidden/></field> @@ -256,8 +253,7 @@ </field> </form> - <form name="createProductStoreEmail" type="single" - target="createProductStoreEmail" title="" + <form name="createProductStoreEmail" type="single" target="createProductStoreEmail" title="" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="createProductStoreEmailSetting"/> <field name="productStoreId" map-name="productStore"><hidden/></field> @@ -275,8 +271,7 @@ <field name="fromAddress" title="${uiLabelMap.CommonFromAddress}"></field> <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="updateProductStoreEmail" type="list" - target="updateProductStoreEmail" title="" list-name="productStoreEmailSettings" + <form name="updateProductStoreEmail" type="list" target="updateProductStoreEmail" title="" list-name="productStoreEmailSettings" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="updateProductStoreEmailSetting"/> <field name="productStoreId"><hidden/></field> @@ -294,8 +289,7 @@ </field> </form> - <form name="CreateproductStorekeywordOvrdForm" type="single" - target="createProductStoreKeywordOvrd" title="" + <form name="CreateproductStorekeywordOvrdForm" type="single" target="createProductStoreKeywordOvrd" title="" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="createProductStoreKeywordOvrd"/> <field name="productStoreId" map-name="productStore"><hidden/></field> @@ -309,8 +303,7 @@ </field> <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="UpdateproductStorekeywordOvrdForm" type="list" - target="updateProductStoreKeywordOvrd" title="" list-name="productStorekeywordOvrdList" + <form name="UpdateproductStorekeywordOvrdForm" type="list" target="updateProductStoreKeywordOvrd" title="" list-name="productStorekeywordOvrdList" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="updateProductStoreKeywordOvrd"/> <field name="productStoreId"><hidden/></field> @@ -330,9 +323,9 @@ description="${uiLabelMap.CommonDelete}" also-hidden="false"/> </field> </form> - <form name="ViewProductStoreSegments" default-title-style="tableheadtext" - default-tooltip-style="tabletext" default-widget-style="tabletext" - target="" paginate-target="" title="" type="list"> + <form name="ViewProductStoreSegments" target="" title="" type="list" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" + paginate-target=""> <actions> <entity-and entity-name="SegmentGroup"> <field-map field-name="productStoreId"/> @@ -349,9 +342,9 @@ </field> </form> <!-- QuantityBreak forms --> - <form name="ListQuantityBreaks" default-title-style="tableheadtext" - default-tooltip-style="tabletext" default-widget-style="tabletext" list-name="quantityBreaks" - target="" paginate-target="ListQuantityBreaks" title="" type="list"> + <form name="ListQuantityBreaks" target="" title="" type="list" list-name="quantityBreaks" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" + paginate-target="ListQuantityBreaks"> <auto-fields-entity entity-name="QuantityBreak" default-field-type="display"/> <field name="quantityBreakId" widget-style="buttontext"> <hyperlink target="EditQuantityBreak?quantityBreakId=${quantityBreakId}" description="${quantityBreakId}" also-hidden="false"/> @@ -362,7 +355,7 @@ </field> </form> <form name="EditQuantityBreak" type="single" target="createQuantityBreak" title="" default-map-name="quantityBreak" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <alt-target use-when="quantityBreak!=null" target="updateQuantityBreak"/> <auto-fields-entity entity-name="QuantityBreak" default-field-type="edit"/> <field name="quantityBreakId"><hidden/></field> Modified: ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml?view=diff&rev=511769&r1=511768&r2=511769 ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml Mon Feb 26 02:11:32 2007 @@ -20,9 +20,9 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd"> - <form name="ListFacilityInventoryItems" type="list" - target="" title="" list-name="inventoryItems" paginate-target="EditFacilityInventoryItems" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListFacilityInventoryItems" type="list" target="" title="" list-name="inventoryItems" + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" + paginate-target="EditFacilityInventoryItems"> <field name="inventoryItemId" widget-style="buttontext"> <hyperlink target="EditInventoryItem?inventoryItemId=${inventoryItemId}&facilityId=${facilityId}" description="${inventoryItemId}"/> </field> @@ -51,9 +51,8 @@ <hyperlink target="TransferInventoryItem?facilityId=${facilityId}&inventoryItemId=${inventoryItemId}" description="${uiLabelMap.ProductTransfer}"/> </field> </form> - <form name="FindFacilityInventoryByProduct" type="single" - target="${facilityInventoryByProductScreen}" title="" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="FindFacilityInventoryByProduct" type="single" target="${facilityInventoryByProductScreen}" title="" + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> <field name="facilityId"><hidden/></field> <field name="action"><hidden value="SEARCH"/></field> <field name="productId" title="${uiLabelMap.ProductProductId}" widget-style="inputBox"> @@ -90,9 +89,9 @@ <submit button-type="button"/> </field> </form> - <form name="ListFacilityInventoryByProduct" type="list" target="" title="" override-list-size="${overrideListSize}" - list-name="inventoryByProduct" paginate-target="${facilityInventoryByProductScreen}" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListFacilityInventoryByProduct" type="list" target="" title="" list-name="inventoryByProduct" + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" + paginate-target="${facilityInventoryByProductScreen}" override-list-size="${overrideListSize}"> <field name="items" title="${uiLabelMap.ProductProductId}" widget-style="buttontext"> <hyperlink target="EditFacilityInventoryItems?productId=${productId}&facilityId=${facilityId}" description="${productId}"/> </field> @@ -112,7 +111,7 @@ </form> <form name="SearchInventoryItemsParams" type="single" target="SearchInventoryItems" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> <field name="facilityId"><text/></field> <field name="manufacturerPartyId"><text/></field> <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"> @@ -120,7 +119,7 @@ </field> </form> <form name="SearchInventoryItemsResults" type="list" list-name="listIt" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> <actions> <service service-name="performFind" result-map-name="results" result-map-list-name="listIt"> <field-map field-name="inputFields" env-name="parameters"/> @@ -135,7 +134,7 @@ <!-- multi-form for list of packages ready to be weighted and scheduled for shipment --> <form name="SchedulingList" type="multi" use-row-submit="true" list-name="shipmentRouteSegments" title="${uiLabelMap.PageTitlePackageShipmentScheduling}" target="BatchScheduleShipmentRouteSegments?facilityId=${facilityId}" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" separate-columns="true"> + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" separate-columns="true"> <field name="shipmentId" title="${uiLabelMap.ProductShipmentId}"> <hyperlink target="ViewShipment?shipmentId=${shipmentId}" description="${shipmentId}"/> </field> @@ -170,8 +169,8 @@ <!-- multi-form to print confirmed shipping labels and to mark shipment route segments as accepted (to see how this dual-action multi form works, see batchPrintMarkAsAccepted.ftl) --> - <form name="Labels" type="multi" use-row-submit="true" list-name="shipmentPackageRouteSegments" title="" target="BatchPrintShippingLabels" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" separate-columns="true"> + <form name="Labels" type="multi" use-row-submit="true" list-name="shipmentPackageRouteSegments" title="" target="BatchPrintShippingLabels" separate-columns="true" + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> <field name="shipmentId" title="${uiLabelMap.ProductShipmentId}"> <hyperlink target="ViewShipment?shipmentId=${shipmentId}" description="${shipmentId}"/> </field> @@ -197,9 +196,8 @@ </field> </form> - <form name="FindPhysicalInventory" type="single" - target="FindFacilityPhysicalInventory" title="" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="FindPhysicalInventory" type="single" target="FindFacilityPhysicalInventory" title="" + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> <field name="facilityId"><hidden/></field> <field name="productId" title="${uiLabelMap.ProductProductId}" widget-style="inputBox"> <text/> @@ -211,8 +209,7 @@ <submit/> </field> </form> - <form name="ListPhysicalInventory" type="multi" list-name="physicalInventory" target="createPhysicalVariances?facilityId=${parameters.facilityId}&productId=${parameters.productId}&internalName=${parameters.internalName}" - use-row-submit="true" + <form name="ListPhysicalInventory" type="multi" list-name="physicalInventory" target="createPhysicalVariances?facilityId=${parameters.facilityId}&productId=${parameters.productId}&internalName=${parameters.internalName}" use-row-submit="true" default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" separate-columns="true"> <field name="inventoryItemId" widget-style="buttontext"> <hyperlink description="${inventoryItemId}" target="EditInventoryItem?inventoryItemId=${inventoryItemId}"/> 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?view=diff&rev=511769&r1=511768&r2=511769 ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml Mon Feb 26 02:11:32 2007 @@ -20,9 +20,8 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd"> - <form name="CreatePhysicalInventoryAndVariance" type="single" - target="createPhysicalInventoryAndVariance" title="" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="CreatePhysicalInventoryAndVariance" type="single" target="createPhysicalInventoryAndVariance" title="" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="createPhysicalInventoryAndVariance"/> <field name="physicalInventoryId"><ignored/></field> <field name="physicalInventoryDate"><ignored/></field> @@ -39,17 +38,15 @@ <field name="comments"/> <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" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ViewPhysicalInventoryAndVariance" type="list" target="" title="" list-name="physicalInventoryAndVarianceDatas" + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> <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> <field name="varianceReasonId"><display description="${varianceReason.description}"/></field> </form> - <form name="ViewInventoryItemShipmentReceipts" type="list" - target="" title="" list-name="shipmentReceiptList" + <form name="ViewInventoryItemShipmentReceipts" type="list" target="" title="" list-name="shipmentReceiptList" default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> <actions> <entity-and entity-name="ShipmentReceipt" list-name="shipmentReceiptList"> @@ -60,8 +57,7 @@ <field name="inventoryItemId"><hidden/></field> </form> - <form name="ListInventoryItemDetail" type="list" - target="" title="" list-name="inventoryItemDetails" + <form name="ListInventoryItemDetail" type="list" target="" title="" list-name="inventoryItemDetails" default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> <auto-fields-entity entity-name="InventoryItemDetail" map-name="inventoryItemDetail" default-field-type="display"/> <field name="inventoryItemId"><hidden/></field> <!-- this field is redundant --> Modified: ofbiz/trunk/applications/product/webapp/facility/lookup/FieldLookupForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/lookup/FieldLookupForms.xml?view=diff&rev=511769&r1=511768&r2=511769 ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/lookup/FieldLookupForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/facility/lookup/FieldLookupForms.xml Mon Feb 26 02:11:32 2007 @@ -36,8 +36,9 @@ <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> <field name="submitButton" title="${uiLabelMap.CommonLookup}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="listLookupFacility" list-name="listIt" paginate-target="LookupFacility" title="" type="list" - default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"> + <form name="listLookupFacility" list-name="listIt" title="" type="list" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" + paginate-target="LookupFacility"> <actions> <service service-name="performFind" result-map-name="result" result-map-list-name="listIt"> <field-map field-name="inputFields" env-name="parameters"/> @@ -71,8 +72,9 @@ <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> <field name="submitButton" title="${uiLabelMap.CommonLookup}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="listLookupFacilityLocation" list-name="listIt" paginate-target="LookupFacilityLocation" title="" type="list" - default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"> + <form name="listLookupFacilityLocation" list-name="listIt" title="" type="list" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" + paginate-target="LookupFacilityLocation"> <actions> <service service-name="performFind" result-map-name="result" result-map-list-name="listIt"> <field-map field-name="inputFields" env-name="parameters"/> Modified: ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentForms.xml?view=diff&rev=511769&r1=511768&r2=511769 ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentForms.xml Mon Feb 26 02:11:32 2007 @@ -20,9 +20,8 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd"> - <form name="EditShipment" type="single" - target="updateShipment" title="" default-map-name="shipment" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="EditShipment" type="single" target="updateShipment" title="" default-map-name="shipment" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <alt-target use-when="shipment==null" target="createShipment"/> @@ -127,9 +126,8 @@ <!-- 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" + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> <field name="shipmentItemSeqId" title="${uiLabelMap.ProductShipmentItemSeqId}"><display/></field> <field name="orderId" title="${uiLabelMap.ProductOrderId}"><display/></field> <field name="orderItemSeqId" title="${uiLabelMap.ProductOrderItem}"><display/></field> @@ -157,9 +155,8 @@ </field> </form> <!-- Add entries to Shipment Plan --> - <form name="addToShipmentPlan" type="multi" - target="addToShipmentPlan" title="" list-name="shipmentPlan" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="addToShipmentPlan" type="multi" target="addToShipmentPlan" title="" list-name="shipmentPlan" + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> <field name="shipmentId"><hidden/></field> <field name="orderId"><hidden/></field> <field name="orderItemSeqId"><hidden/></field> @@ -183,8 +180,8 @@ </form> <!-- Search by Order Id --> - <form name="findOrderItems" type="single" - target="EditShipmentPlan" title="" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="findOrderItems" type="single" target="EditShipmentPlan" title="" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <field name="action"><hidden value="search"/></field> <field name="shipmentId"><hidden/></field> <field name="orderId" title="${uiLabelMap.ProductOrderId}"> @@ -194,8 +191,8 @@ <submit button-type="button"/> </field> </form> - <form name="shipmentPlanToOrderItems" type="single" - target="AddItemsFromOrder" title="" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + <form name="shipmentPlanToOrderItems" type="single" target="AddItemsFromOrder" title="" + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <field name="selectFromShipmentPlan"><hidden value="true"/></field> <field name="shipmentId"><hidden/></field> <field name="submitButton" title="${uiLabelMap.ProductShipmentPlanToOrderItems}" widget-style="smallSubmit"> Modified: ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml?view=diff&rev=511769&r1=511768&r2=511769 ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml Mon Feb 26 02:11:32 2007 @@ -69,8 +69,9 @@ <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="ListFindSubscription" default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" - target="" type="list" list-name="listIt" paginate-target="FindSubscription" paginate="true"> + <form name="ListFindSubscription" target="" type="list" list-name="listIt" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" + paginate-target="FindSubscription" paginate="true"> <actions> <service service-name="performFind" result-map-list-name="listIt" result-map-name="performFindResult"> <field-map field-name="inputFields" env-name="parameters"/> @@ -124,7 +125,7 @@ </field> </form> <form name="EditSubscription" type="single" target="updateSubscription" default-map-name="subscription" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <alt-target use-when="subscription==null" target="createSubscription"/> <auto-fields-service service-name="updateSubscription"/> @@ -206,8 +207,9 @@ </form> <!-- SubscriptionResource Forms --> - <form name="ListSubscriptionResources" type="list" list-name="examples" paginate-target="FindSubscriptionResource" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListSubscriptionResources" type="list" list-name="examples" + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" + paginate-target="FindSubscriptionResource"> <actions> <entity-condition entity-name="SubscriptionResource"> <order-by field-name="description"/> @@ -293,8 +295,7 @@ </field> <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="AddSubscriptionResourceProduct" type="single" - target="createProductSubscriptionResourceSr" title="" + <form name="AddSubscriptionResourceProduct" type="single" target="createProductSubscriptionResourceSr" title="" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="createProductSubscriptionResource"/> @@ -334,7 +335,7 @@ <!-- Subscription Communication Event --> <form name="listSubscriptionCommEvent" type="list" list-name="subscriptionCommEvent" target="ListSubscriptionCommEvent" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> <actions> <entity-condition entity-name="SubscriptionAndCommEvent"> <condition-expr field-name="subscriptionId" env-name="subscriptionId"/> @@ -364,7 +365,7 @@ </field> </form> <form name="createSubscriptionCommEvent" type="single" target="createSubscriptionCommEvent" title="" - default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> + default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"> <auto-fields-service service-name="createSubscriptionCommEvent"/> <field name="subscriptionId"><hidden value="${parameters.subscriptionId}"/></field> <field name="communicationEventId"> Modified: ofbiz/trunk/applications/workeffort/webapp/workeffort/request/RequestForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/request/RequestForms.xml?view=diff&rev=511769&r1=511768&r2=511769 ============================================================================== --- ofbiz/trunk/applications/workeffort/webapp/workeffort/request/RequestForms.xml (original) +++ ofbiz/trunk/applications/workeffort/webapp/workeffort/request/RequestForms.xml Mon Feb 26 02:11:32 2007 @@ -20,9 +20,9 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd"> - <form name="ListRequests" type="list" use-row-submit="true" - title="" list-name="custRequestAndRoles" paginate-target="requestlist" - default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> + <form name="ListRequests" type="list" use-row-submit="true" title="" list-name="custRequestAndRoles" + default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" + paginate-target="requestlist"> <field name="custRequestId" widget-style="buttontext"> <hyperlink description="${custRequestId}" target-type="inter-app" target="/ordermgr/control/ViewRequest?custRequestId=${custRequestId}"/> </field> Modified: ofbiz/trunk/applications/workeffort/widget/LookupForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/LookupForms.xml?view=diff&rev=511769&r1=511768&r2=511769 ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/LookupForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/LookupForms.xml Mon Feb 26 02:11:32 2007 @@ -130,8 +130,9 @@ <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="buttontext"><submit button-type="text-link"/></field> </form> - <form name="listLookupWorkEffort" list-name="listIt" target="" paginate-target="LookupWorkEffort" title="" type="list" - default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"> + <form name="listLookupWorkEffort" list-name="listIt" target="" title="" type="list" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" + paginate-target="LookupWorkEffort" > <actions> <service service-name="performFind" result-map-name="result" result-map-list-name="listIt"> <field-map field-name="inputFields" env-name="parameters"/> @@ -159,8 +160,9 @@ <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="buttontext"><submit button-type="text-link"/></field> </form> - <form name="listLookupTimesheet" list-name="listIt" target="" paginate-target="LookupPerson" title="" type="list" - default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"> + <form name="listLookupTimesheet" list-name="listIt" target="" title="" type="list" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" + paginate-target="LookupPerson"> <actions> <service service-name="performFind" result-map-name="result" result-map-list-name="listIt"> <field-map field-name="inputFields" env-name="parameters"/> Modified: ofbiz/trunk/applications/workeffort/widget/TimesheetForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/TimesheetForms.xml?view=diff&rev=511769&r1=511768&r2=511769 ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/TimesheetForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/TimesheetForms.xml Mon Feb 26 02:11:32 2007 @@ -19,8 +19,9 @@ --> <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd"> - <form name="ListMyTimesheets" default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" - target="" title="" type="list" paginate-target="MyTimesheets" paginate="true" list-name="timesheets"> + <form name="ListMyTimesheets" target="" title="" type="list" list-name="timesheets" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" + paginate-target="MyTimesheets" paginate="true"> <actions> <entity-and entity-name="Timesheet" list-name="timesheets"> <field-map field-name="partyId" env-name="userLogin.partyId"/> @@ -34,8 +35,9 @@ <field name="partyId"><hidden/></field> <field name="clientPartyId"><display-entity entity-name="PartyNameView" key-field-name="partyId" description="${firstName} ${middleName} ${lastName} ${groupName} [${partyId}]"/></field> </form> - <form name="ListMyRates" default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" - target="" title="" type="list" paginate="false" list-name="partyRates"> + <form name="ListMyRates" target="" title="" type="list" list-name="partyRates" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" + paginate="false"> <actions> <entity-and entity-name="PartyRate" list-name="partyRates"> <field-map field-name="partyId" env-name="userLogin.partyId"/> @@ -46,8 +48,8 @@ <field name="rateTypeId" title="${uiLabelMap.TimesheetRateType}"><display-entity entity-name="RateType"/></field> <field name="partyId"><hidden/></field> </form> - <form name="QuickCreateTimeEntry" default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" - target="createQuickTimeEntry" title="" type="single"> + <form name="QuickCreateTimeEntry" target="createQuickTimeEntry" title="" type="single" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"> <field name="timesheetId" map-name="currentTimesheet"><hidden/></field> <field name="partyId" map-name="userLogin"><hidden/></field> <field name="rateTypeId" title="${uiLabelMap.TimesheetRateType}" widget-style="selectBox"> @@ -72,8 +74,9 @@ <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="ListFindTimesheet" default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" - target="" title="" type="list" list-name="listIt" paginate-target="FindTimesheet" paginate="true"> + <form name="ListFindTimesheet" target="" title="" type="list" list-name="listIt" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" + paginate-target="FindTimesheet" paginate="true"> <actions> <service result-map-list-name="listIt" result-map-name="result" service-name="performFind"> <field-map field-name="inputFields" env-name="parameters"/> Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml?view=diff&rev=511769&r1=511768&r2=511769 ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml Mon Feb 26 02:11:32 2007 @@ -39,9 +39,8 @@ <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="buttontext"><submit button-type="text-link"/></field> <field name="deleteLink" title="" widget-style="buttontext"><hyperlink target="deleteCommunicationEventWorkEff?workEffortId=${workEffortId}&communicationEventId=${communicationEventId}" also-hidden="false" description="${uiLabelMap.CommonDelete}"/></field> </form> - <form name="AddWorkEffortCommEvent" default-map-name="communicationEvent" target="createWorkEffortCommEvent" title="" type="single" - default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox" - extends="EditCommEvent" extends-resource="component://party/webapp/partymgr/communication/CommForms.xml"> + <form name="AddWorkEffortCommEvent" default-map-name="communicationEvent" target="createWorkEffortCommEvent" title="" type="single" extends="EditCommEvent" extends-resource="component://party/webapp/partymgr/communication/CommForms.xml" + default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox"> <field name="workEffortId"><hidden/></field> <field name="description"><textarea/></field> <field name="communicationEventId"><lookup target-form-name="LookupCommEvent"/></field> |
Free forum by Nabble | Edit this page |