Skip to content

Commit

Permalink
(OFBIZ-7021) Renamed accounting component ftl file name from lower ca…
Browse files Browse the repository at this point in the history
…se to upper case.

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1742358 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
dixitdeepak committed May 5, 2016
1 parent 5632e70 commit b6b858c
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 10 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions applications/accounting/widget/AccountingPrintScreens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ under the License.
</decorator-section>
<decorator-section name="topRight">
<platform-specific>
<xsl-fo><html-template location="component://accounting/template/invoice/invoiceReportHeaderInfo.fo.ftl"/></xsl-fo>
<xsl-fo><html-template location="component://accounting/template/invoice/InvoiceReportHeaderInfo.fo.ftl"/></xsl-fo>
</platform-specific>
</decorator-section>
<decorator-section name="body">
<platform-specific>
<xsl-fo><html-template location="component://accounting/template/invoice/invoiceReportContactMechs.fo.ftl"/></xsl-fo>
<xsl-fo><html-template location="component://accounting/template/invoice/InvoiceReportContactMechs.fo.ftl"/></xsl-fo>
</platform-specific>
<platform-specific>
<xsl-fo><html-template location="component://accounting/template/invoice/invoiceReportItems.fo.ftl"/></xsl-fo>
<xsl-fo><html-template location="component://accounting/template/invoice/InvoiceReportItems.fo.ftl"/></xsl-fo>
</platform-specific>
</decorator-section>
</decorator-screen>
Expand Down
4 changes: 2 additions & 2 deletions applications/accounting/widget/CommonScreens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ under the License.
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<screenlet title="${uiLabelMap.AccountingMainPage}">
<platform-specific><html><html-template location="component://accounting/template/main.ftl"/></html></platform-specific>
<platform-specific><html><html-template location="component://accounting/template/Main.ftl"/></html></platform-specific>
</screenlet>
</decorator-section>
</decorator-screen>
Expand All @@ -303,7 +303,7 @@ under the License.
<screen name="creditCardFields">
<section>
<widgets>
<platform-specific><html><html-template location="component://accounting/template/common/creditcardfields.ftl"/></html></platform-specific>
<platform-specific><html><html-template location="component://accounting/template/common/CreditCardFields.ftl"/></html></platform-specific>
</widgets>
</section>
</screen>
Expand Down
4 changes: 2 additions & 2 deletions applications/accounting/widget/FinAccountScreens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ under the License.
</decorator-section>
<decorator-section name="search-results">
<platform-specific>
<html><html-template location="component://accounting/template/payment/depositWithdrawPayments.ftl"/></html>
<html><html-template location="component://accounting/template/payment/DepositWithdrawPayments.ftl"/></html>
</platform-specific>
</decorator-section>
</decorator-screen>
Expand Down Expand Up @@ -403,7 +403,7 @@ under the License.
</decorator-section>
<decorator-section name="search-results">
<platform-specific>
<html><html-template location="component://accounting/webapp/ar/payment/batchPayments.ftl"/></html>
<html><html-template location="component://accounting/template/ar/payment/BatchPayments.ftl"/></html>
</platform-specific>
</decorator-section>
</decorator-screen>
Expand Down
4 changes: 2 additions & 2 deletions applications/accounting/widget/PaymentScreens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ under the License.
<decorator-section name="body">
<screenlet title="${uiLabelMap.AccountingManualTransaction}">
<platform-specific>
<html><html-template location="component://accounting/template/payment/manualTx.ftl"/></html>
<html><html-template location="component://accounting/template/payment/ManualTx.ftl"/></html>
</platform-specific>
</screenlet>
</decorator-section>
Expand All @@ -457,7 +457,7 @@ under the License.
<section>
<widgets>
<platform-specific>
<html><html-template location="component://accounting/template/payment/manualCCTx.ftl"/></html>
<html><html-template location="component://accounting/template/payment/ManualCCTx.ftl"/></html>
</platform-specific>
</widgets>
</section>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/widget/ar/ArPaymentScreens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ under the License.
</decorator-section>
<decorator-section name="search-results">
<platform-specific>
<html><html-template location="component://accounting/template/ar/payment/batchPayments.ftl"/></html>
<html><html-template location="component://accounting/template/ar/payment/BatchPayments.ftl"/></html>
</platform-specific>
</decorator-section>
</decorator-screen>
Expand Down

0 comments on commit b6b858c

Please sign in to comment.