Author: echatellier Date: 2012-03-09 18:46:41 +0100 (Fri, 09 Mar 2012) New Revision: 2819 Url: http://chorem.org/repositories/revision/jtimer/2819 Log: Fix report format (too much blank line a top of report) Modified: trunk/src/main/resources/ftl/reportByProject.ftl trunk/src/main/resources/ftl/reportByProject_fr.ftl Modified: trunk/src/main/resources/ftl/reportByProject.ftl =================================================================== --- trunk/src/main/resources/ftl/reportByProject.ftl 2012-03-09 17:20:13 UTC (rev 2818) +++ trunk/src/main/resources/ftl/reportByProject.ftl 2012-03-09 17:46:41 UTC (rev 2819) @@ -25,7 +25,6 @@ Report by project ================= -<#assign periods=utils.getDailyDates(begin?date,end?date)/> <#macro displaySubtaskReport task identation=0> <#local ident=identation + 1/> <#list utils.getSubTaskOrdered(task) as subtask> @@ -54,6 +53,7 @@ </#list> </#macro> +<#assign periods=utils.getDailyDates(begin?date,end?date)/> <#list projects as project> <#assign periodTotalTime=0/> <#list periods as period> Modified: trunk/src/main/resources/ftl/reportByProject_fr.ftl =================================================================== --- trunk/src/main/resources/ftl/reportByProject_fr.ftl 2012-03-09 17:20:13 UTC (rev 2818) +++ trunk/src/main/resources/ftl/reportByProject_fr.ftl 2012-03-09 17:46:41 UTC (rev 2819) @@ -25,7 +25,6 @@ Rapport par projet ================== -<#assign periods=utils.getDailyDates(begin?date,end?date)/> <#macro displaySubtaskReport task identation=0> <#local ident=identation + 1/> <#list utils.getSubTaskOrdered(task) as subtask> @@ -54,6 +53,7 @@ </#list> </#macro> +<#assign periods=utils.getDailyDates(begin?date,end?date)/> <#list projects as project> <#assign periodTotalTime=0/> <#list periods as period>