Author: lektran
Date: Wed Oct 31 22:37:34 2007
New Revision: 590905
URL:
http://svn.apache.org/viewvc?rev=590905&view=revLog:
Couple of uiLabel fixes
Modified:
ofbiz/trunk/applications/accounting/widget/AdminScreens.xml
Modified: ofbiz/trunk/applications/accounting/widget/AdminScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/AdminScreens.xml?rev=590905&r1=590904&r2=590905&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/AdminScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/AdminScreens.xml Wed Oct 31 22:37:34 2007
@@ -45,9 +45,10 @@
<screen name="ListGlAccountOrganization">
<section>
<actions>
+ <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
<set field="titleProperty" value="AcctgListGlAcctOrg"/>
<set field="tabButtonItem" value="ListGlAccountOrganization"/>
- <set field="labelTitleProperty" value="AcctgListGlAcctOrg"/>
+ <set field="labelTitleProperty" value="${uiLabelMap.AcctgListGlAcctOrg}"/>
<set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer" default-value="0"/>
<set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="50"/>
</actions>
@@ -274,6 +275,7 @@
<property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
<set field="titleProperty" value="AccountingPrintChecks"/>
<set field="tabButtonItem" value="ChecksTabButton"/>
+ <set field="labelTitleProperty" value="${uiLabelMap.AccountingPrintChecks}"/>
<set field="checksTabButtonItem" value="PrintChecksTabButton"/>
<set field="organizationPartyId" from-field="parameters.organizationPartyId" />