[OFBiz] SVN: r7109 - in trunk/applications/product/webapp: catalog/catalog catalog/category catalog/config catalog/feature catalog/lookup catalog/product catalog/store facility/lookup facility/shipment
jacopo@svn.ofbiz.org
jacopo at svn.ofbiz.org
Wed Mar 29 10:20:58 CST 2006
Author: jacopo
Date: 2006-03-29 10:20:36 -0600 (Wed, 29 Mar 2006)
New Revision: 7109
Modified:
trunk/applications/product/webapp/catalog/catalog/ProdCatalogForms.xml
trunk/applications/product/webapp/catalog/category/CategoryForms.xml
trunk/applications/product/webapp/catalog/config/ConfigForms.xml
trunk/applications/product/webapp/catalog/feature/FeatureForms.xml
trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml
trunk/applications/product/webapp/catalog/product/ProductForms.xml
trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml
trunk/applications/product/webapp/facility/lookup/FieldLookupForms.xml
trunk/applications/product/webapp/facility/shipment/ShipmentForms.xml
Log:
Since rev.7104, in order to define a field with an empty title, you can use title="" instead of title=" ".
Also setting title to " " is discouraged since it causes warning messages in xhtml validation.
Modified: trunk/applications/product/webapp/catalog/catalog/ProdCatalogForms.xml
===================================================================
--- trunk/applications/product/webapp/catalog/catalog/ProdCatalogForms.xml 2006-03-29 16:16:40 UTC (rev 7108)
+++ trunk/applications/product/webapp/catalog/catalog/ProdCatalogForms.xml 2006-03-29 16:20:36 UTC (rev 7109)
@@ -79,7 +79,7 @@
<field name="fromDate" title="${uiLabelMap.CommonFromDateTime}"><display/></field>
<field name="thruDate" title="${uiLabelMap.CommonThruDateTime}" widget-style="inputBox"></field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="removeProdCatalogFromParty?prodCatalogId=${prodCatalogId}&partyId=${partyId}&roleTypeId=${roleTypeId}&fromDate=${fromDate}"
description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
</field>
@@ -111,7 +111,7 @@
<field name="fromDate" title="${uiLabelMap.CommonFromDateTime}" widget-style="tabletext"><display/></field>
<field name="thruDate" title="${uiLabelMap.CommonThruDateTime}"></field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="deleteProdCatalogStore?prodCatalogId=${prodCatalogId}&productStoreId=${productStoreId}&fromDate=${fromDate}"
description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
</field>
@@ -130,11 +130,11 @@
<field name="fromDate"><display/></field>
<field name="thruDate" widget-style="inputBox"></field>
<field name="sequenceNum" widget-style="inputBox"></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="removeProductCategoryFromProdCatalog?prodCatalogId=${prodCatalogId}&productCategoryId=${productCategoryId}&fromDate=${fromDate}&prodCatalogCategoryTypeId=${prodCatalogCategoryTypeId}"
description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
</field>
- <field name="makeTopLink" title=" " widget-style="buttontext">
+ <field name="makeTopLink" title="" widget-style="buttontext">
<hyperlink target="EditCategory?CATALOG_TOP_CATEGORY=${productCategoryId}&productCategoryId=${productCategoryId}"
description="${uiLabelMap.ProductMakeTop}" also-hidden="false"/>
</field>
Modified: trunk/applications/product/webapp/catalog/category/CategoryForms.xml
===================================================================
--- trunk/applications/product/webapp/catalog/category/CategoryForms.xml 2006-03-29 16:16:40 UTC (rev 7108)
+++ trunk/applications/product/webapp/catalog/category/CategoryForms.xml 2006-03-29 16:20:36 UTC (rev 7109)
@@ -39,7 +39,7 @@
<field name="productCategoryId"><hidden/></field>
<field name="attrValue"><text size="60"/></field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="deleteProductCategoryAttribute?productCategoryId=${productCategoryId}&attrName=${attrName}"
description="[${uiLabelMap.CommonDelete}]"/>
</field>
Modified: trunk/applications/product/webapp/catalog/config/ConfigForms.xml
===================================================================
--- trunk/applications/product/webapp/catalog/config/ConfigForms.xml 2006-03-29 16:16:40 UTC (rev 7108)
+++ trunk/applications/product/webapp/catalog/config/ConfigForms.xml 2006-03-29 16:20:36 UTC (rev 7109)
@@ -135,7 +135,7 @@
</drop-down>
</field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="removeContentFromProductConfigItem?configItemId=${productContent.configItemId}&contentId=${productContent.contentId}&confItemContentTypeId=${productContent.confItemContentTypeId}&fromDate=${productContent.fromDate}"
description="[${uiLabelMap.CommonDelete}]" also-hidden="false"/>
</field>
Modified: trunk/applications/product/webapp/catalog/feature/FeatureForms.xml
===================================================================
--- trunk/applications/product/webapp/catalog/feature/FeatureForms.xml 2006-03-29 16:16:40 UTC (rev 7108)
+++ trunk/applications/product/webapp/catalog/feature/FeatureForms.xml 2006-03-29 16:20:36 UTC (rev 7109)
@@ -51,7 +51,7 @@
</entity-options>
</drop-down>
</field>
- <field use-when="productFeature!=null&&productFeature.getString("productFeatureCategoryId")!=null" name="categoryLink" title=" " widget-style="buttontext">
+ <field use-when="productFeature!=null&&productFeature.getString("productFeatureCategoryId")!=null" name="categoryLink" title="" widget-style="buttontext">
<hyperlink target="/EditFeatureCategoryFeatures?productFeatureCategoryId=${productFeature.productFeatureCategoryId}" target-type="intra-app"
description="[${uiLabelMap.ProductGoToFeatureCategory} ${productFeature.productFeatureCategoryId}]" also-hidden="false"/>
</field>
@@ -108,7 +108,7 @@
</drop-down>
</field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="removeSupplierProductFeature?productFeatureId=${productFeatureId}&partyId=${partyId}"
description="[${uiLabelMap.CommonDelete}]"/>
</field>
Modified: trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml
===================================================================
--- trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml 2006-03-29 16:16:40 UTC (rev 7108)
+++ trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml 2006-03-29 16:20:36 UTC (rev 7109)
@@ -64,13 +64,13 @@
<field-map field-name="entityName" value="Product"/>
</service>
</actions>
- <field name="productId" title=" " widget-style="buttontext">
+ <field name="productId" title="" widget-style="buttontext">
<hyperlink also-hidden="false" target-type="plain" description="${productId}" target="javascript:set_values('${productId}', '${internalName}')"/>
</field>
<field name="brandName"><display/></field>
<field name="internalName"><display/></field>
<field name="productTypeId"><display/></field>
- <field name="searchVariants" title=" " widget-style="buttontext" use-when="isVirtual!=null&&"${isVirtual}".equals("Y")">
+ <field name="searchVariants" title="" widget-style="buttontext" use-when="isVirtual!=null&&"${isVirtual}".equals("Y")">
<hyperlink also-hidden="false" target-type="plain" description="Variants" target="LookupVariantProduct?productId=${productId}"/>
</field>
</form>
@@ -91,7 +91,7 @@
<field-map field-name="entityName" value="Product"/>
</service>
</actions>
- <field name="productId" title=" " widget-style="buttontext">
+ <field name="productId" title="" widget-style="buttontext">
<hyperlink also-hidden="false" target-type="plain" description="${productId}" target="javascript:set_value('${productId}')"/>
</field>
<field name="brandName"><display/></field>
@@ -152,17 +152,17 @@
<field-map field-name="entityName" value="ProductAndPriceView"/>
</service>
</actions>
- <field name="productId" title=" " widget-style="buttontext" use-when="isVirtual==null||"${isVirtual}".equals("N")">
+ <field name="productId" title="" widget-style="buttontext" use-when="isVirtual==null||"${isVirtual}".equals("N")">
<hyperlink also-hidden="false" target-type="plain" description="${productId}" target="javascript:set_values('${productId}', '${internalName}')"/>
</field>
- <field name="productId" title=" " use-when="isVirtual!=null&&"${isVirtual}".equals("Y")"><display/></field>
+ <field name="productId" title="" use-when="isVirtual!=null&&"${isVirtual}".equals("Y")"><display/></field>
<field name="internalName"><display/></field>
<field name="productTypeId"><display/></field>
<field name="currencyUomId"><display/></field>
<field name="price"><display/></field>
<field name="fromDate"><display/></field>
<field name="thruDate"><display/></field>
- <field name="searchVariants" title=" " widget-style="buttontext" use-when="isVirtual!=null&&"${isVirtual}".equals("Y")">
+ <field name="searchVariants" title="" widget-style="buttontext" use-when="isVirtual!=null&&"${isVirtual}".equals("Y")">
<hyperlink also-hidden="false" target-type="plain" description="Variants" target="LookupVariantProduct?productId=${productId}"/>
</field>
</form>
@@ -191,7 +191,7 @@
</actions>
<auto-fields-entity entity-name="ProductCategory" default-field-type="display"/>
<field name="productCategoryTypeId"><display-entity entity-name="ProductCategoryType"/></field>
- <field name="productCategoryId" title=" " widget-style="buttontext">
+ <field name="productCategoryId" title="" widget-style="buttontext">
<hyperlink also-hidden="false" target-type="plain" description="${productCategoryId}" target="javascript:set_value('${productCategoryId}')"/>
</field>
<field name="longDescription"><ignored/></field>
@@ -231,7 +231,7 @@
</service>
</actions>
<auto-fields-entity entity-name="ProductFeature" default-field-type="display"/>
- <field name="productFeatureId" title=" " widget-style="buttontext">
+ <field name="productFeatureId" title="" widget-style="buttontext">
<hyperlink also-hidden="false" target-type="plain" description="${productFeatureId}" target="javascript:set_value('${productFeatureId}')"/>
</field>
</form>
@@ -259,7 +259,7 @@
<!-- <auto-fields-entity entity-name="ProductStore" default-field-type="display"/> -->
- <field name="productStoreId" title=" " widget-style="buttontext">
+ <field name="productStoreId" title="" widget-style="buttontext">
<hyperlink also-hidden="false" target-type="plain" description="${productStoreId}" target="javascript:set_value('${productStoreId}')"/>
</field>
<field name="primaryStoreGroupId"><display/></field>
Modified: trunk/applications/product/webapp/catalog/product/ProductForms.xml
===================================================================
--- trunk/applications/product/webapp/catalog/product/ProductForms.xml 2006-03-29 16:16:40 UTC (rev 7108)
+++ trunk/applications/product/webapp/catalog/product/ProductForms.xml 2006-03-29 16:20:36 UTC (rev 7109)
@@ -269,7 +269,7 @@
</field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="deleteProductPrice?productId=${productId}&productPriceTypeId=${productPriceTypeId}&productPricePurposeId=${productPricePurposeId}&currencyUomId=${currencyUomId}&productStoreGroupId=${productStoreGroupId}&fromDate=${fromDate}"
description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
</field>
@@ -307,7 +307,7 @@
<field name="fromDate" title="${uiLabelMap.CommonFromDateTime}" widget-style="tabletext"><display/></field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="deleteProductPaymentMethodType?productId=${productId}&productPricePurposeId=${productPricePurposeId}&paymentMethodTypeId=${paymentMethodTypeId}&fromDate=${fromDate}"
description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
</field>
@@ -349,7 +349,7 @@
<field name="thruDate" title="${uiLabelMap.CommonThruDateTime}"></field>
<field name="comments" title="${uiLabelMap.ProductComments}" ><ignored/></field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="removeProductFromCategory?productId=${productId}&productCategoryId=${productCategoryId}&fromDate=${fromDate}"
description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
</field>
@@ -424,7 +424,7 @@
</drop-down>
</field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="removeContentFromProduct?productId=${productContent.productId}&contentId=${productContent.contentId}&productContentTypeId=${productContent.productContentTypeId}&fromDate=${productContent.fromDate}"
description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
</field>
@@ -594,11 +594,11 @@
header-link="EditProductSuppliers?productId=${productId}&orderBy=lastPrice" header-link-style="buttontext">
<display type="currency" currency="${currencyUomId}"/>
</field>
- <field name="updateLink" title=" " widget-style="buttontext">
+ <field name="updateLink" title="" widget-style="buttontext">
<hyperlink target="EditProductSuppliers?productId=${productId}&partyId=${partyId}&currencyUomId=${currencyUomId}&minimumOrderQuantity=${minimumOrderQuantity}&availableFromDate=${availableFromDate}"
description="${uiLabelMap.CommonUpdate}" also-hidden="false"/>
</field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="removeSupplierProduct?productId=${productId}&partyId=${partyId}&currencyUomId=${currencyUomId}&minimumOrderQuantity=${minimumOrderQuantity}&availableFromDate=${availableFromDate}"
description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
</field>
@@ -662,7 +662,7 @@
</drop-down>
</field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="removeContentFromCategory?productCategoryId=${categoryContent.productCategoryId}&contentId=${categoryContent.contentId}&prodCatContentTypeId=${categoryContent.prodCatContentTypeId}&fromDate=${categoryContent.fromDate}"
description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
</field>
@@ -730,7 +730,7 @@
<field name="fromDate" title="${uiLabelMap.CommonFromDateTime}" widget-style="tabletext"><display/></field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="deleteProductConfig?productId=${productId}&configItemId=${configItemId}&sequenceNum=${sequenceNum}&fromDate=${fromDate}"
description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
</field>
@@ -757,10 +757,10 @@
<!-- <display-entity entity-name="FixedAsset" description="${fixedAssetName}[${fixedAssetId}]"/> -->
- <field name="edit" title=" " widget-style="buttontext">
+ <field name="edit" title="" widget-style="buttontext">
<hyperlink description="${uiLabelMap.CommonEdit}" target="showFixedAssetProduct?fixedAssetId=${fixedAssetId}&productId=${productId}&fixedAssetProductTypeId=${fixedAssetProductTypeId}&fromDate=${fromDate}"/>
</field>
- <field name="del" title=" " widget-style="buttontext" separate-column="false">
+ <field name="del" title="" widget-style="buttontext" separate-column="false">
<hyperlink description="${uiLabelMap.CommonDelete}" target="removeFixedAssetProduct?fixedAssetId=${fixedAssetId}&productId=${productId}&fixedAssetProductTypeId=${fixedAssetProductTypeId}&fromDate=${fromDate}"/>
</field>
<field name="fixedAssetId" title="${uiLabelMap.AccountingFixedAsset}[${uiLabelMap.AccountingFixedAssetId}]" widget-style="buttontext" >
Modified: trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml
===================================================================
--- trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml 2006-03-29 16:16:40 UTC (rev 7108)
+++ trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml 2006-03-29 16:20:36 UTC (rev 7109)
@@ -45,7 +45,7 @@
</entity-options>
</drop-down>
</field>
- <field use-when="productStore!=null&&productStore.getString("inventoryFacilityId")!=null" name="inventoryFacilityLink" title=" " widget-style="buttontext">
+ <field use-when="productStore!=null&&productStore.getString("inventoryFacilityId")!=null" name="inventoryFacilityLink" title="" widget-style="buttontext">
<hyperlink target="/facility/control/EditFacility?facilityId=${productStore.inventoryFacilityId}" target-type="inter-app"
description="Edit Facility ${productStore.inventoryFacilityId}" also-hidden="false"/>
</field>
@@ -230,7 +230,7 @@
<field name="fromDate" title="${uiLabelMap.CommonFromDateTime}" widget-style="tabletext"><display/></field>
<field name="thruDate" title="${uiLabelMap.CommonThruDateTime}"></field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="deleteProductStoreCatalog?prodCatalogId=${prodCatalogId}&productStoreId=${productStoreId}&fromDate=${fromDate}"
description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
</field>
@@ -305,7 +305,7 @@
</drop-down>
</field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="deleteProductStoreKeywordOvrd?productStoreId=${productStoreId}&keyword=${keyword}&fromDate=${fromDate}"
description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
</field>
@@ -323,7 +323,7 @@
</field>
<field name="segmentGroupTypeId" title="${uiLabelMap.ProductSegmentGroupTypeId}"><display-entity entity-name="SegmentGroupType"/></field>
<field name="description" title="${uiLabelMap.CommonDescription}"><display/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="/marketing/control/deleteSegmentGroup?segmentGroupId=${segmentGroupId}"
description="${uiLabelMap.CommonDelete}" also-hidden="false" target-type="inter-app"/>
</field>
Modified: trunk/applications/product/webapp/facility/lookup/FieldLookupForms.xml
===================================================================
--- trunk/applications/product/webapp/facility/lookup/FieldLookupForms.xml 2006-03-29 16:16:40 UTC (rev 7108)
+++ trunk/applications/product/webapp/facility/lookup/FieldLookupForms.xml 2006-03-29 16:20:36 UTC (rev 7109)
@@ -50,7 +50,7 @@
<field-map field-name="entityName" value="Facility"/>
</service>
</actions>
- <field name="facilityId" title=" " widget-style="buttontext">
+ <field name="facilityId" title="" widget-style="buttontext">
<hyperlink also-hidden="false" target-type="plain" description="${facilityId}" target="javascript:set_values('${facilityId}', '${facilityName}')"/>
</field>
<field name="facilityName"><display/></field>
Modified: trunk/applications/product/webapp/facility/shipment/ShipmentForms.xml
===================================================================
--- trunk/applications/product/webapp/facility/shipment/ShipmentForms.xml 2006-03-29 16:16:40 UTC (rev 7108)
+++ trunk/applications/product/webapp/facility/shipment/ShipmentForms.xml 2006-03-29 16:20:36 UTC (rev 7109)
@@ -153,7 +153,7 @@
<!-- planned volume -->
<field name="volume" title="${uiLabelMap.CommonVolume}"><display/></field>
<field name="volumeUom" title="${uiLabelMap.CommonUom}"><display/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="removeOrderShipmentFromShipment?shipmentId=${shipmentId}&shipmentItemSeqId=${shipmentItemSeqId}&orderId=${orderId}&orderItemSeqId=${orderItemSeqId}" description="[${uiLabelMap.CommonDelete}]" also-hidden="false"/>
</field>
</form>
More information about the Svn
mailing list