This is an automated email from the git hooks/post-receive script. New commit to branch feature/6150 in repository tutti. See http://git.codelutin.com/tutti.git commit 99295a229c30bfa2a64847af52f660b00e2bf6b4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Nov 22 18:09:44 2014 +0100 use short date format --- tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl b/tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl index 3ea43d8..85d503d 100644 --- a/tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl +++ b/tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl @@ -71,9 +71,9 @@ <span class="label">Station :</span> <span class="value">${stationNumber} - ${fishingOperationNumber}</span> <span class="label">Poche :</span> <span class="value">${multirigAggregation}</span> <span class="label"> - du ${gearShootingStartDate?date?string.full} ${gearShootingStartDate?time?string.short} + du ${gearShootingStartDate?date?string.short} ${gearShootingStartDate?time?string.short} <#if gearShootingEndDate??> - au ${gearShootingEndDate?date?string.full} ${gearShootingEndDate?time?string.short}</#if> + au ${gearShootingEndDate?date?string.short} ${gearShootingEndDate?time?string.short}</#if> </span> </p> <hr/> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.