Author: mrisaliti
Date: Sun Mar 1 08:56:13 2009 New Revision: 748983 URL: http://svn.apache.org/viewvc?rev=748983&view=rev Log: A lot of hardcoded labels cleaning and changes some wrong references Modified: ofbiz/trunk/applications/accounting/config/AccountingHelpUrls.xml ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml ofbiz/trunk/applications/accounting/widget/GlForms.xml ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml Modified: ofbiz/trunk/applications/accounting/config/AccountingHelpUrls.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/config/AccountingHelpUrls.xml?rev=748983&r1=748982&r2=748983&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/config/AccountingHelpUrls.xml (original) +++ ofbiz/trunk/applications/accounting/config/AccountingHelpUrls.xml Sun Mar 1 08:56:13 2009 @@ -91,7 +91,7 @@ <property key="ACCOUNTING_SetupGlJournals"> <value xml:lang="en">03 Journals</value> </property> - <property key="ACCOUNTING_GlAccountTypeDefaults"> + <property key="ACCOUNTING_GlAccountDefaults"> <value xml:lang="en">04 GL Account Defaults</value> </property> <property key="ACCOUNTING_GlAccountTypeDefaults"> Modified: ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml?rev=748983&r1=748982&r2=748983&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml (original) +++ ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml Sun Mar 1 08:56:13 2009 @@ -7530,6 +7530,14 @@ <value xml:lang="th">ภาà¸à¸à¹à¸à¸à¸à¸¥à¸</value> <value xml:lang="zh">ååå¾ç</value> </property> + <property key="FormFieldTitle_agreementItemSeqId"> + <value xml:lang="en">Agreement Item Seq Id</value> + <value xml:lang="it">Riga contratto</value> + </property> + <property key="FormFieldTitle_agreementItemTypeId"> + <value xml:lang="en">Agreement Item Type Id</value> + <value xml:lang="it">Tipo riga contratto</value> + </property> <property key="FormFieldTitle_agreementText"> <value xml:lang="ar">Ùص اÙإتÙاÙÙØ©</value> <value xml:lang="de">Vereinbarungstext</value> Modified: ofbiz/trunk/applications/accounting/widget/GlForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlForms.xml?rev=748983&r1=748982&r2=748983&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/GlForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/GlForms.xml Sun Mar 1 08:56:13 2009 @@ -517,8 +517,8 @@ <field name="productId"><text size="20"/></field> <field name="debitCreditFlag"> <drop-down current="selected"> - <option description="${uilabelMap.FormFieldTitle_credit}" key="C"/> - <option description="${uilabelMap.FormFieldTitle_debit}" key="D"/> + <option description="${uiLabelMap.FormFieldTitle_credit}" key="C"/> + <option description="${uiLabelMap.FormFieldTitle_debit}" key="D"/> </drop-down> </field> <field name="reconcileStatusId"><text size="30"/></field> @@ -576,8 +576,8 @@ <field name="isSummary"><display/></field> <field name="debitCreditFlag"> <drop-down current="selected"> - <option description="${uilabelMap.FormFieldTitle_credit}" key="C"/> - <option description="${uilabelMap.FormFieldTitle_debit}" key="D"/> + <option description="${uiLabelMap.FormFieldTitle_credit}" key="C"/> + <option description="${uiLabelMap.FormFieldTitle_debit}" key="D"/> </drop-down> </field> <field name="origAmount"><display type="currency" currency="${origCurrencyUomId}"/></field> Modified: ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml?rev=748983&r1=748982&r2=748983&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml Sun Mar 1 08:56:13 2009 @@ -165,7 +165,7 @@ <form name="GlAccountsNavForm" type="single" target="" title="GL Accounts" default-map-name="journal" header-row-style="header-row" default-table-style="basic-table"> <field name="" title="${uiLabelMap.CommonEmptyHeader}"> - <hyperlink also-hidden="false" description="${uiLAbelMap.AccountingBackToAdmin}" target="AdminMain?organizationPartyId=${organizationPartyId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.AccountingBackToAdmin}" target="AdminMain?organizationPartyId=${organizationPartyId}"/> </field> </form> Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml?rev=748983&r1=748982&r2=748983&view=diff ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml Sun Mar 1 08:56:13 2009 @@ -125,7 +125,7 @@ </form> <form name="findBom" type="single" target="FindBom" title=""> <field name="productId"><lookup target-form-name="LookupProduct"/></field> - <field name="productIdTo"><lookup target-form-name="LookupProduct"/></field> + <field name="productIdTo" title="${uiLabelMap.ProductProductIdTo}"><lookup target-form-name="LookupProduct"/></field> <field name="productAssocTypeId" title="${uiLabelMap.ManufacturingBomType}"> <drop-down allow-empty="true"> <option key="MANUF_COMPONENT" description="${uiLabelMap.ManufacturingBillOfMaterials}"/> Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml?rev=748983&r1=748982&r2=748983&view=diff ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml Sun Mar 1 08:56:13 2009 @@ -463,7 +463,7 @@ <field name="partyId" title="${uiLabelMap.ManufacturingWorker}"> <text/> </field> - <field name="submitButton" title="${uiLabelButton}"> + <field name="submitButton" title="${uiLabelMap.CommonSubmit}"> <submit button-type="button"/> </field> </form> @@ -574,7 +574,7 @@ </drop-down> --> <hidden /> </field> - <field name="submitButton" title="${uiLabelButton}"> + <field name="submitButton" title="${uiLabelMap.CommonSubmit}"> <submit button-type="button" /> </field> </form> |
Free forum by Nabble | Edit this page |