Author: apatel
Date: Sun Sep 13 03:59:18 2009 New Revision: 814263 URL: http://svn.apache.org/viewvc?rev=814263&view=rev Log: Reformatting. Fixed a typo. Modified: ofbiz/trunk/applications/accounting/widget/FinAccountScreens.xml Modified: ofbiz/trunk/applications/accounting/widget/FinAccountScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/FinAccountScreens.xml?rev=814263&r1=814262&r2=814263&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/FinAccountScreens.xml (original) +++ ofbiz/trunk/applications/accounting/widget/FinAccountScreens.xml Sun Sep 13 03:59:18 2009 @@ -120,14 +120,14 @@ <not><if-empty field="finAccountId"/></not> </condition> <widgets> - <label style="h1" text="${uiLabelMap.AccountingEditFinAccount}"/> + <label style="h1" text="${uiLabelMap.AccountingEditFinAccount}"></label> <screenlet id="EditFinAccountPanel" collapsible="true"> <link target="EditFinAccount" text="${uiLabelMap.AccountingCreateNewFinAccount}" style="buttontext"/> <include-form name="EditFinAccount" location="component://accounting/widget/FinAccountForms.xml"/> </screenlet> </widgets> <fail-widgets> - <label style="h1" text="${uiLabelMap.AccountingCreateNewFinAccount}"/> + <label style="h1" text="${uiLabelMap.AccountingCreateNewFinAccount}"></label> <screenlet id="CreateFinAccountPanel" collapsible="true"> <include-form name="EditFinAccount" location="component://accounting/widget/FinAccountForms.xml"/> </screenlet> @@ -153,7 +153,7 @@ <widgets> <decorator-screen name="CommonFinAccountDecorator" location="${parameters.finAccountDecoratorLocation}"> <decorator-section name="body"> - <label style="h1" text="${uiLabelMap.AccountingEditFinAccountRoleFor}"/> + <label style="h1" text="${uiLabelMap.AccountingEditFinAccountRoleFor}"/> <screenlet id="FinAccountRolePanel" collapsible="true"> <include-form name="AddFinAccountRole" location="component://accounting/widget/FinAccountForms.xml"/> </screenlet> @@ -176,7 +176,7 @@ <widgets> <decorator-screen name="CommonFinAccountDecorator" location="${parameters.finAccountDecoratorLocation}"> <decorator-section name="body"> - <label style="h1" text="${uiLabelMap.AccountingEditFinAccountTransactionFor}"/> + <label style="h1" text="${uiLabelMap.AccountingEditFinAccountTransactionFor}"/> <screenlet id="FinAccountTransPanel" collapsible="true"> <include-form name="AddFinAccountTrans" location="component://accounting/widget/FinAccountForms.xml"/> </screenlet> @@ -588,7 +588,7 @@ <widgets> <decorator-screen name="CommonFinAccountDecorator" location="${parameters.finAccountDecoratorLocation}"> <decorator-section name="body"> - <label text="${uiLabelMap.AccountingEditFinAccountReconciliations}"/> + <label style="h1" text="${uiLabelMap.AccountingEditFinAccountReconciliations}"/> <screenlet id="FinAccountReconciliationPanel" collapsible="true"> <include-form name="EditFinAccountReconciliation" location="component://accounting/widget/FinAccountForms.xml"/> </screenlet> @@ -631,7 +631,7 @@ <widgets> <decorator-screen name="CommonFinAccountDecorator" location="${parameters.finAccountDecoratorLocation}"> <decorator-section name="body"> - <label style="h1" text="${uiLabelMap.AccountingGlReconciliationFor}"></label> + <label style="h1" text="${uiLabelMap.AccountingGlReconciliationFor}"></label> <platform-specific> <html><html-template location="component://accounting/webapp/accounting/finaccounttrans/GlReconciledFinAccountTrans.ftl"/></html> </platform-specific> |
Free forum by Nabble | Edit this page |