Author: buscob
Date: Sun Jan 18 01:28:28 2009 New Revision: 735410 URL: http://svn.apache.org/viewvc?rev=735410&view=rev Log: Fixed some headerItem and TitleProperty for agreement, payment and vendor screens in Accounting Added a new title label for EditVendor screen Modified: ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml ofbiz/trunk/applications/accounting/widget/AgreementScreens.xml ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml ofbiz/trunk/applications/accounting/widget/ap/CommonScreens.xml Modified: ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml?rev=735410&r1=735409&r2=735410&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml (original) +++ ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml Sun Jan 18 01:28:28 2009 @@ -654,6 +654,10 @@ <value xml:lang="it">OFBiz: Gestione conti debitori</value> <value xml:lang="nl">OFBiz: Credit Manager</value> </property> + <property key="AccountingApPageTitleEditVendor"> + <value xml:lang="en">Edit Vendor</value> + <value xml:lang="it">Aggiorna fornitore</value> + </property> <property key="AccountingApPageTitleFindVendors"> <value xml:lang="de">Lieferanten suchen</value> <value xml:lang="en">Find Vendors</value> @@ -1824,7 +1828,7 @@ <value xml:lang="fr">Créer la transaction de vente</value> <value xml:lang="it">Creazione Prima Nota Per Vendite</value> <value xml:lang="nl">Maak transatie voor verkoopadministratie</value> - <value xml:lang="th">สรà¹à¸²à¸à¸à¸±à¸à¸à¸µà¸£à¸²à¸¢à¸à¸²à¸£à¸à¸²à¸¢</value> + <value xml:lang="th">สรà¹à¸²à¸à¸à¸±à¸à¸à¸µà¸£Â£à¸²à¸¢à¸à¸²à¸£à¸à¸²à¸¢</value> </property> <property key="AccountingCreditCard"> <value xml:lang="ar">بطاÙØ© Ùرض</value> Modified: ofbiz/trunk/applications/accounting/widget/AgreementScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/AgreementScreens.xml?rev=735410&r1=735409&r2=735410&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/AgreementScreens.xml (original) +++ ofbiz/trunk/applications/accounting/widget/AgreementScreens.xml Sun Jan 18 01:28:28 2009 @@ -113,7 +113,7 @@ <section> <actions> <set field="titleProperty" value="PageTitleEditAgreement"/> - <set field="headerItem" value="agreement"/> + <set field="headerItem" value="agreements"/> <set field="tabButtonItem" value="AgreementMain"/> <set field="agreementId" from-field="parameters.agreementId"/> <entity-one entity-name="Agreement" value-name="agreement"/> Modified: ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml?rev=735410&r1=735409&r2=735410&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml (original) +++ ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml Sun Jan 18 01:28:28 2009 @@ -47,6 +47,7 @@ <section> <actions> <set field="titleProperty" value="PageTitleEditPayment"/> + <set field="headerItem" value="payments"/> <set field="tabButtonItem" value="editPayment"/> <set field="paymentId" from-field="parameters.paymentId"/> <property-to-field field="defaultCurrencyUomId" resource="general" property="currency.uom.id.default" default="USD" /> Modified: ofbiz/trunk/applications/accounting/widget/ap/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ap/CommonScreens.xml?rev=735410&r1=735409&r2=735410&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/ap/CommonScreens.xml (original) +++ ofbiz/trunk/applications/accounting/widget/ap/CommonScreens.xml Sun Jan 18 01:28:28 2009 @@ -160,6 +160,8 @@ <screen name="EditVendor"> <section> <actions> + <set field="headerItem" value="findVendors"/> + <set field="titleProperty" value="AccountingApPageTitleEditVendor"/> <set field="partyId" from-field="parameters.partyId"/> </actions> <widgets> |
Free forum by Nabble | Edit this page |