[OFBiz] SVN: r7111 - in trunk/applications/accounting: webapp/accounting/admin webapp/accounting/agreement webapp/accounting/fixedasset widget

jacopo@svn.ofbiz.org jacopo at svn.ofbiz.org
Wed Mar 29 10:26:53 CST 2006


Author: jacopo
Date: 2006-03-29 10:26:39 -0600 (Wed, 29 Mar 2006)
New Revision: 7111

Modified:
   trunk/applications/accounting/webapp/accounting/admin/AdminForms.xml
   trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml
   trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml
   trunk/applications/accounting/widget/BillingAccountForms.xml
   trunk/applications/accounting/widget/TaxAuthorityForms.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/accounting/webapp/accounting/admin/AdminForms.xml
===================================================================
--- trunk/applications/accounting/webapp/accounting/admin/AdminForms.xml	2006-03-29 16:24:03 UTC (rev 7110)
+++ trunk/applications/accounting/webapp/accounting/admin/AdminForms.xml	2006-03-29 16:26:39 UTC (rev 7111)
@@ -219,7 +219,7 @@
         <field name="defaultGlAccountId"><display/></field>
         <field name="overrideGlAccountId"><display/></field>
         <field name="activeGlDescription"><display/></field>
-        <field name="remove" title=" "><hyperlink target="removeSalInvoiceItemTypeGlAssignment?organizationPartyId=${organizationPartyId}&amp;invoiceItemTypeId=${invoiceItemTypeId}" description="${remove}"/></field>
+        <field name="remove" title=""><hyperlink target="removeSalInvoiceItemTypeGlAssignment?organizationPartyId=${organizationPartyId}&amp;invoiceItemTypeId=${invoiceItemTypeId}" description="${remove}"/></field>
     </form>
     <form name="AddSalInvoiceItemTypeGlAssignment" type="single" title="Add GL to Invoice Itemtype for a certain organisation" target="addSalInvoiceItemTypeGlAssignment"
         default-widget-style="tabletext" default-title-style="tableheadtext">
@@ -258,7 +258,7 @@
         <field name="defaultGlAccountId"><display/></field>
         <field name="glAccountId" title="Override GL Account Id"><display/></field>
         <field name="activeGlDescription"><display/></field>
-        <field name="remove" title=" "><hyperlink target="removePurInvoiceItemTypeGlAssignment?organizationPartyId=${organizationPartyId}&amp;invoiceItemTypeId=${invoiceItemTypeId}" description="${remove}"/></field>
+        <field name="remove" title=""><hyperlink target="removePurInvoiceItemTypeGlAssignment?organizationPartyId=${organizationPartyId}&amp;invoiceItemTypeId=${invoiceItemTypeId}" description="${remove}"/></field>
     </form>
     <form name="AddPurInvoiceItemTypeGlAssignment" type="single" title="Add GL to Invoice Itemtype for a certain organisation" target="addPurInvoiceItemTypeGlAssignment"
         default-widget-style="tabletext" default-title-style="tableheadtext">
@@ -298,7 +298,7 @@
         <field name="paymentTypeId"><display-entity entity-name="PaymentType" description="${description}"/></field>
         <field name="glAccountTypeId"><display-entity entity-name="GlAccountType" description="${description}"/></field>
         <field name="organizationPartyId"><hidden/></field>
-        <field name="remove" title=" "><hyperlink target="removePaymentTypeGlAssignment?organizationPartyId=${organizationPartyId}&amp;paymentTypeId=${paymentTypeId}" description="Remove"/></field>
+        <field name="remove" title=""><hyperlink target="removePaymentTypeGlAssignment?organizationPartyId=${organizationPartyId}&amp;paymentTypeId=${paymentTypeId}" description="Remove"/></field>
     </form>
     
     <form name="AddPaymentTypeGlAssignment" type="single" title="Add GL to payment type" target="addPaymentTypeGlAssignment"
@@ -335,7 +335,7 @@
         <field name="paymentMethodTypeId"><display-entity entity-name="PaymentMethodType" description="${description}"/></field>
         <field name="glAccountId"><display-entity entity-name="GlAccount" description="${accountName}[${glAccountId}]"/></field>
         <field name="organizationPartyId"><hidden/></field>
-        <field name="remove" title=" "><hyperlink target="removePaymentMethodTypeGlAssignment?organizationPartyId=${organizationPartyId}&amp;paymentMethodTypeId=${paymentMethodTypeId}" description="Remove"/></field>
+        <field name="remove" title=""><hyperlink target="removePaymentMethodTypeGlAssignment?organizationPartyId=${organizationPartyId}&amp;paymentMethodTypeId=${paymentMethodTypeId}" description="Remove"/></field>
     </form>
     
     <form name="AddPaymentMethodTypeGlAssignment" type="single" title="Add GL Account to payment method type" target="addPaymentMethodTypeGlAssignment"

Modified: trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml
===================================================================
--- trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml	2006-03-29 16:24:03 UTC (rev 7110)
+++ trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml	2006-03-29 16:26:39 UTC (rev 7111)
@@ -76,7 +76,7 @@
         </field>
         <field name="agreementDate" title="${uiLabelMap.AccountingAgreementDate}"><hidden/></field>
         <field name="textData" title="${uiLabelMap.AccountingTextData}"><hidden/></field>
-        <field name="cancelLink" title=" " widget-style="buttontext">
+        <field name="cancelLink" title="" widget-style="buttontext">
             <hyperlink target="cancelAgreement?agreementId=${agreementId}" description="[${uiLabelMap.CommonCancel}]" also-hidden="false"/>
         </field>
     </form>
@@ -128,7 +128,7 @@
         <field name="agreementItemTypeId" title="${uiLabelMap.AccountingAgreementItemTypeId}">
             <display-entity entity-name="AgreementItemType"/>
         </field>
-        <field name="deleteLink" title=" " widget-style="buttontext">
+        <field name="deleteLink" title="" widget-style="buttontext">
             <hyperlink target="removeAgreementItem?agreementItemSeqId=${agreementItemSeqId}&amp;agreementId=${agreementId}" description="[${uiLabelMap.CommonRemove}]" also-hidden="false"/>
         </field>
     </form>
@@ -169,7 +169,7 @@
         <field name="termTypeId" title="${uiLabelMap.AccountingTermTypeId}">
             <display-entity entity-name="TermType"/>
         </field>
-        <field name="deleteLink" title=" " widget-style="buttontext">
+        <field name="deleteLink" title="" widget-style="buttontext">
             <hyperlink target="removeAgreementTerm?agreementTermId=${agreementTermId}&amp;agreementId=${agreementId}" description="[${uiLabelMap.CommonRemove}]" also-hidden="false"/>
         </field>
     </form>
@@ -202,7 +202,7 @@
         <field name="productPromoName" entry-name="productPromoId">
             <display-entity entity-name="ProductPromo" key-field-name="productPromoId" description="${promoName}"/>
         </field>
-        <field name="deleteLink" title=" " widget-style="buttontext">
+        <field name="deleteLink" title="" widget-style="buttontext">
             <hyperlink target="removeAgreementPromoAppl?productPromoId=${productPromoId}&amp;agreementId=${agreementId}&amp;agreementItemSeqId=${agreementItemSeqId}&amp;fromDate=${fromDate}" description="${uiLabelMap.CommonRemove}" also-hidden="false"/>
         </field>
     </form>

Modified: trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml
===================================================================
--- trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml	2006-03-29 16:24:03 UTC (rev 7110)
+++ trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml	2006-03-29 16:26:39 UTC (rev 7111)
@@ -101,7 +101,7 @@
         <field name="thruDate" title="${uiLabelMap.CommonThruDate}" widget-style="inputBox"><date-time/></field>
         <field name="fixedAssetId"><hidden/></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="removeFixedAssetProduct?fixedAssetId=${fixedAssetId}&amp;productId=${productId}&amp;fixedAssetProductTypeId=${fixedAssetProductTypeId}&amp;fromDate=${fromDate}"
                 description="[${uiLabelMap.CommonRemove}]" also-hidden="false"/>
         </field>
@@ -139,19 +139,19 @@
             default-title-style="calendarHeader" default-title-area-style="calendarHeader" default-widget-style="calendarContent" default-tooltip-style="tabletext">
 
         <field name="week" title="${uiLabelMap.Common${month}} ${year}" widget-area-style="calendarWeek" widget-style="calendarWeek"><display description="Week ${week}"/></field>
-        <field name="Monday" title=" " widget-style="calendarDayNumber"><display/></field>
+        <field name="Monday" title="" widget-style="calendarDayNumber"><display/></field>
         <field name="MondayData" title="${uiLabelMap.CommonMonday}"><display/></field>
-        <field name="Tuesday" title=" " widget-style="calendarDayNumber"><display/></field>
+        <field name="Tuesday" title="" widget-style="calendarDayNumber"><display/></field>
         <field name="TuesdayData" title="${uiLabelMap.CommonTuesday}"><display/></field>
-        <field name="Wednesday" title=" " widget-style="calendarDayNumber"><display/></field>
+        <field name="Wednesday" title="" widget-style="calendarDayNumber"><display/></field>
         <field name="WednesdayData" title="${uiLabelMap.CommonWednesday}"><display/></field>
-        <field name="Thursday" title=" " widget-style="calendarDayNumber"><display/></field>
+        <field name="Thursday" title="" widget-style="calendarDayNumber"><display/></field>
         <field name="ThursdayData" title="${uiLabelMap.CommonThursday}"><display/></field>
-        <field name="Friday" title=" " widget-style="calendarDayNumber"><display/></field>
+        <field name="Friday" title="" widget-style="calendarDayNumber"><display/></field>
         <field name="FridayData" title="${uiLabelMap.CommonFriday}"><display/></field>
-        <field name="Saturday" title=" " widget-style="calendarDayNumber"><display/></field>
+        <field name="Saturday" title="" widget-style="calendarDayNumber"><display/></field>
         <field name="SaturdayData" title="${uiLabelMap.CommonSaturday}"><display/></field>
-        <field name="Sunday" title=" " widget-style="calendarDayNumber"><display/></field>
+        <field name="Sunday" title="" widget-style="calendarDayNumber"><display/></field>
         <field name="SundayData" title="${uiLabelMap.CommonSunday}"><display/></field>
     </form>
     <!-- update the availability on a date basis of a fixed asset -->
@@ -231,7 +231,7 @@
         <field name="Edit" title="" widget-style="buttontext">
             <hyperlink also-hidden="false" description="${uiLabelMap.CommonEdit}" target="EditFixedAssetIdent?fixedAssetId=${fixedAssetId}&amp;fixedAssetIdentTypeId=${fixedAssetIdentTypeId}"/>
         </field>
-        <field name="deleteLink" title=" " widget-style="buttontext">
+        <field name="deleteLink" title="" widget-style="buttontext">
             <hyperlink target="removeFixedAssetIdent?fixedAssetId=${fixedAssetId}&amp;fixedAssetIdentTypeId=${fixedAssetIdentTypeId}"
                 description="[${uiLabelMap.CommonRemove}]" also-hidden="false"/>
         </field>

Modified: trunk/applications/accounting/widget/BillingAccountForms.xml
===================================================================
--- trunk/applications/accounting/widget/BillingAccountForms.xml	2006-03-29 16:24:03 UTC (rev 7110)
+++ trunk/applications/accounting/widget/BillingAccountForms.xml	2006-03-29 16:26:39 UTC (rev 7111)
@@ -77,7 +77,7 @@
         <field name="fromDate" title="${uiLabelMap.CommonFromDate}" 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="deleteBillingAccountRole?billingAccountId=${billingAccountId}&amp;roleTypeId=${roleTypeId}&amp;partyId=${partyId}"
                 description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>

Modified: trunk/applications/accounting/widget/TaxAuthorityForms.xml
===================================================================
--- trunk/applications/accounting/widget/TaxAuthorityForms.xml	2006-03-29 16:24:03 UTC (rev 7110)
+++ trunk/applications/accounting/widget/TaxAuthorityForms.xml	2006-03-29 16:26:39 UTC (rev 7111)
@@ -40,7 +40,7 @@
             </display-entity>
         </field>
 
-        <field name="taxAuthorityEdit" title=" " widget-style="buttontext">
+        <field name="taxAuthorityEdit" title="" widget-style="buttontext">
             <hyperlink description="${uiLabelMap.CommonEdit}" target="EditTaxAuthority?taxAuthPartyId=${taxAuthPartyId}&amp;taxAuthGeoId=${taxAuthGeoId}" also-hidden="false"/>
         </field>
     </form>
@@ -85,7 +85,7 @@
             </display-entity>
         </field>
 
-        <field name="deleteLink" title=" " widget-style="buttontext">
+        <field name="deleteLink" title="" widget-style="buttontext">
             <hyperlink target="deleteTaxAuthorityCategory?taxAuthPartyId=${taxAuthPartyId}&amp;taxAuthGeoId=${taxAuthGeoId}&amp;productCategoryId=${productCategoryId}"
                 description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
@@ -133,7 +133,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="deleteTaxAuthorityAssoc?taxAuthPartyId=${taxAuthPartyId}&amp;taxAuthGeoId=${taxAuthGeoId}&amp;toTaxAuthPartyId=${toTaxAuthPartyId}&amp;toTaxAuthGeoId=${toTaxAuthGeoId}&amp;fromDate=${fromDate}"
                 description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
@@ -183,7 +183,7 @@
             </display-entity>
         </field>
         
-        <field name="deleteLink" title=" " widget-style="buttontext">
+        <field name="deleteLink" title="" widget-style="buttontext">
             <hyperlink target="deleteTaxAuthorityGlAccount?taxAuthPartyId=${taxAuthPartyId}&amp;taxAuthGeoId=${taxAuthGeoId}&amp;glAccountId=${glAccountId}"
                 description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
@@ -243,7 +243,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="deleteTaxAuthorityRateProduct?taxAuthPartyId=${taxAuthPartyId}&amp;taxAuthGeoId=${taxAuthGeoId}&amp;taxAuthorityRateSeqId=${taxAuthorityRateSeqId}"
                 description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
@@ -326,11 +326,11 @@
         <field name="isExempt"><display/></field>
         <field name="isNexus"><display/></field>
         
-        <field name="editLink" title=" " widget-style="buttontext">
+        <field name="editLink" title="" widget-style="buttontext">
             <hyperlink target="EditTaxAuthorityPartyInfo?taxAuthPartyId=${taxAuthPartyId}&amp;taxAuthGeoId=${taxAuthGeoId}&amp;partyId=${partyId}&amp;fromDate=${fromDate}"
                 description="${uiLabelMap.CommonEdit}" also-hidden="false"/>
         </field>
-        <field name="deleteLink" title=" " widget-style="buttontext">
+        <field name="deleteLink" title="" widget-style="buttontext">
             <hyperlink target="deleteTaxAuthorityPartyInfo?taxAuthPartyId=${taxAuthPartyId}&amp;taxAuthGeoId=${taxAuthGeoId}&amp;partyId=${partyId}&amp;fromDate=${fromDate}"
                 description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>



More information about the Svn mailing list