Author: jacopoc
Date: Wed Nov 21 09:49:09 2007
New Revision: 597159
URL:
http://svn.apache.org/viewvc?rev=597159&view=revLog:
Commented out broken links.
Modified:
ofbiz/trunk/applications/accounting/widget/AccountingScreens.xml
Modified: ofbiz/trunk/applications/accounting/widget/AccountingScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/AccountingScreens.xml?rev=597159&r1=597158&r2=597159&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/AccountingScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/AccountingScreens.xml Wed Nov 21 09:49:09 2007
@@ -124,10 +124,12 @@
<link target="TrialBalance?organizationPartyId=${organizationPartyId}" text="${uiLabelMap.AccountingTrialBalance}" style="buttontext"/>
</container>
<container>
- <link target="IncomeStatement?organizationPartyId=${organizationPartyId}" text="${uiLabelMap.AccountingIncomeStatement}" style="buttontext"/>
+ <link text="${uiLabelMap.AccountingIncomeStatement}" style="buttontextdisabled"/>
+ <!--<link target="IncomeStatement?organizationPartyId=${organizationPartyId}" text="${uiLabelMap.AccountingIncomeStatement}" style="buttontext"/>-->
</container>
<container>
- <link target="BalanceSheet?organizationPartyId=${organizationPartyId}" text="${uiLabelMap.AccountingBalanceSheet}" style="buttontext"/>
+ <link text="${uiLabelMap.AccountingBalanceSheet}" style="buttontextdisabled"/>
+ <!--<link target="BalanceSheet?organizationPartyId=${organizationPartyId}" text="${uiLabelMap.AccountingBalanceSheet}" style="buttontext"/>-->
</container>
</container>
</widgets>