sounds ok, reduced to 5 in revision 1496362.
On 06/25/2013 01:06 PM, Pierre Smits wrote:
Since we are talking about entry fields for percentages, these coulde be
smaller in size as well.
On Tue, Jun 25, 2013 at 6:10 AM, <[email protected]> wrote:
Author: hansbak
Date: Tue Jun 25 04:10:21 2013
New Revision: 1496346
URL: http://svn.apache.org/r1496346
Log:
show on the costcenter screen that the content of the input fields is a
percentage
Modified:
ofbiz/trunk/applications/accounting/webapp/accounting/ledger/CostCenters.ftl
Modified:
ofbiz/trunk/applications/accounting/webapp/accounting/ledger/CostCenters.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/ledger/CostCenters.ftl?rev=1496346&r1=1496345&r2=1496346&view=diff
==============================================================================
---
ofbiz/trunk/applications/accounting/webapp/accounting/ledger/CostCenters.ftl
(original)
+++
ofbiz/trunk/applications/accounting/webapp/accounting/ledger/CostCenters.ftl
Tue Jun 25 04:10:21 2013
@@ -43,9 +43,9 @@ under the License.
<#list glAccountCategories as glAccountCategory>
<td>
<#if
(glAcctgAndAmountPercentage[glAccountCategory.glAccountCategoryId!])??>
- <input type="text"
id="cc_${glAcctgAndAmountPercentage.glAccountId}_${glAccountCategory.glAccountCategoryId}"
name="amp_${glAccountCategory.glAccountCategoryId!}_o_${glAcctgAndAmountPercentage_index}"
value="${(glAcctgAndAmountPercentage[glAccountCategory.glAccountCategoryId!])!}"/>
+ <input type="text"
id="cc_${glAcctgAndAmountPercentage.glAccountId}_${glAccountCategory.glAccountCategoryId}"
name="amp_${glAccountCategory.glAccountCategoryId!}_o_${glAcctgAndAmountPercentage_index}"
value="${(glAcctgAndAmountPercentage[glAccountCategory.glAccountCategoryId!])!}"/>%
<#else>
- <input type="text"
id="cc_${glAcctgAndAmountPercentage.glAccountId}_${glAccountCategory.glAccountCategoryId}"
name="amp_${glAccountCategory.glAccountCategoryId!}_o_${glAcctgAndAmountPercentage_index}"
value=""/>
+ <input type="text"
id="cc_${glAcctgAndAmountPercentage.glAccountId}_${glAccountCategory.glAccountCategoryId}"
name="amp_${glAccountCategory.glAccountCategoryId!}_o_${glAcctgAndAmountPercentage_index}"
value=""/>%
</#if>
</td>
</#list>