[OFBiz] SVN: r7114 - in trunk/applications/order: webapp/ordermgr/quote webapp/ordermgr/requirement widget/ordermgr
jacopo@svn.ofbiz.org
jacopo at svn.ofbiz.org
Wed Mar 29 10:35:24 CST 2006
Author: jacopo
Date: 2006-03-29 10:35:11 -0600 (Wed, 29 Mar 2006)
New Revision: 7114
Modified:
trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml
trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml
trunk/applications/order/widget/ordermgr/OrderEntryForms.xml
trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.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/order/webapp/ordermgr/quote/QuoteForms.xml
===================================================================
--- trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml 2006-03-29 16:31:19 UTC (rev 7113)
+++ trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml 2006-03-29 16:35:11 UTC (rev 7114)
@@ -141,7 +141,7 @@
<field name="partyId" title="${uiLabelMap.PartyPartyId}"></field>
<field name="roleTypeId" title="${uiLabelMap.PartyRoleType}"><display-entity also-hidden="false" entity-name="RoleType"/></field>
<field name="quoteId"><hidden/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="removeQuoteRole?partyId=${partyId}&roleTypeId=${roleTypeId}&quoteId=${quoteId}" description="${uiLabelMap.CommonRemove}" also-hidden="false"/>
</field>
</form>
@@ -188,7 +188,7 @@
<hyperlink also-hidden="false" description="${custRequestId}-${custRequestItemSeqId}" target="requestitem?custRequestId=${custRequestId}&custRequestItemSeqId=${custRequestItemSeqId}"/>
</field>
<field name="custRequestItemSeqId"><hidden/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="removeQuoteItem?quoteItemSeqId=${quoteItemSeqId}&quoteId=${quoteId}" description="${uiLabelMap.CommonRemove}" also-hidden="false"/>
</field>
</form>
@@ -248,7 +248,7 @@
</field>
<field name="attrValue" title="${uiLabelMap.OrderOrderQuoteAttributeValue}"></field>
<field name="quoteId"><hidden/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="removeQuoteAttribute?attrName=${attrName}&quoteId=${quoteId}" description="${uiLabelMap.CommonRemove}" also-hidden="false"/>
</field>
</form>
@@ -272,7 +272,7 @@
</field>
<field name="coeffValue" title="${uiLabelMap.OrderOrderQuoteCoeffValue}"></field>
<field name="quoteId"><hidden/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="removeQuoteCoefficient?coeffName=${coeffName}&quoteId=${quoteId}" description="${uiLabelMap.CommonRemove}" also-hidden="false"/>
</field>
</form>
@@ -334,7 +334,7 @@
<field name="quoteAdjustmentTypeId" title="${uiLabelMap.OrderOrderQuoteAdjustmentType}">
<display-entity entity-name="OrderAdjustmentType" key-field-name="orderAdjustmentTypeId"/>
</field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="removeQuoteAdjustment?quoteAdjustmentId=${quoteAdjustmentId}&quoteId=${quoteId}" description="${uiLabelMap.CommonRemove}" also-hidden="false"/>
</field>
</form>
Modified: trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml
===================================================================
--- trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml 2006-03-29 16:31:19 UTC (rev 7113)
+++ trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml 2006-03-29 16:35:11 UTC (rev 7114)
@@ -84,7 +84,7 @@
<field name="ordersLink" widget-style="buttontext">
<hyperlink description="${uiLabelMap.CommonOrders}" target="ListRequirementOrders?requirementId=${requirementId}"/>
</field>
- <field name="deleteLink" widget-style="buttontext">
+ <field name="deleteLink" widget-style="buttontext" title="">
<hyperlink description="${uiLabelMap.CommonRemove}" target="deleteRequirement?requirementId=${requirementId}"/>
</field>
</form>
Modified: trunk/applications/order/widget/ordermgr/OrderEntryForms.xml
===================================================================
--- trunk/applications/order/widget/ordermgr/OrderEntryForms.xml 2006-03-29 16:31:19 UTC (rev 7113)
+++ trunk/applications/order/widget/ordermgr/OrderEntryForms.xml 2006-03-29 16:35:11 UTC (rev 7114)
@@ -108,10 +108,10 @@
<display-entity entity-name="ShoppingListType"/>
</field>
<field name="description" title="${uiLabelMap.CommonDescription}"><display/></field>
- <field name="addFromList" title=" " widget-style="buttontext">
+ <field name="addFromList" title="" widget-style="buttontext">
<hyperlink target="addFromShoppingList?shoppingListId=${shoppingListId}" description="View List" also-hidden="false"/>
</field>
- <field name="addAllFromList" title=" " widget-style="buttontext">
+ <field name="addAllFromList" title="" widget-style="buttontext">
<hyperlink target="addAllFromShoppingList?shoppingListId=${shoppingListId}" description="Quick Add All" also-hidden="false"/>
</field>
</form>
@@ -121,16 +121,16 @@
<field name="productId" title="${uiLabelMap.ProductProduct}">
<display-entity entity-name="Product" description="${productId} - ${description}"/>
</field>
- <field name="addToCart" title=" " widget-style="buttontext">
+ <field name="addToCart" title="" widget-style="buttontext">
<hyperlink target="additem/editShoppingList?shoppingListId=${shoppingListId}&shoppingListItemSeqId=${shoppingListItemSeqId}&add_product_id=${productId}&quantity=${quantity}"
description="Add ${quantity} to Order" also-hidden="false"/>
</field>
</form>
<form name="AddFromShoppingListAll" type="single" target="">
- <field name="addAllFromList" title=" " widget-style="buttontext">
+ <field name="addAllFromList" title="" widget-style="buttontext">
<hyperlink target="addAllFromShoppingList?shoppingListId=${shoppingListId}" description="Quick Add All" also-hidden="false"/>
</field>
- <field name="returnToOrderEntry" title=" " widget-style="buttontext">
+ <field name="returnToOrderEntry" title="" widget-style="buttontext">
<hyperlink target="orderentry" description="Return" also-hidden="false"/>
</field>
</form>
Modified: trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml
===================================================================
--- trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml 2006-03-29 16:31:19 UTC (rev 7113)
+++ trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml 2006-03-29 16:35:11 UTC (rev 7114)
@@ -39,7 +39,7 @@
<sub-hyperlink description="[${workEffortId}]" target="EditQuoteWorkEffort?workEffortId=${workEffortId}&quoteId=${quoteId}" link-style="linktext"/>
</display-entity>
</field>
- <field name="deleteLink" title=" " widget-style="linktext">
+ <field name="deleteLink" title="" widget-style="linktext">
<hyperlink also-hidden="false" description="[${uiLabelMap.CommonDelete}]" target="removeQuoteWorkEffort?quoteId=${quoteId}&quoteId=${quoteId}"/>
</field>
</form>
More information about the Svn
mailing list