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 f91164cc1920f5091fbe74d7acf156e9ceadc28b Author: Kevin Morin <morin@codelutin.com> Date: Mon Nov 24 17:44:17 2014 +0100 refs #6150 --- tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl b/tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl index 06554da..102cb68 100644 --- a/tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl +++ b/tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl @@ -99,7 +99,7 @@ <hr/> <table class="center bordered"> - <thead> + <thead class="bordered"> <tr> <th colspan="3" class="text">Balance Trémie</th> <th colspan="3" class="text">Balance Carrousel</th> @@ -125,7 +125,7 @@ </tbody> </table> -<p class="centered">> +<p> NOTE: Les poids affichés sont en kg. </p> @@ -150,7 +150,7 @@ <tr> <td><input type="checkbox"/></td> <td>${row.speciesCode}</td> - <td><#if row.sorted??>V<#else>HV</#if></td> + <td><#if row.sorted>V<#else>HV</#if></td> <td><em>${row.speciesName}</em></td> <td><#if row.speciesVernucalCode??>${row.speciesVernucalCode}</#if></td> <td class="number">${row.sortedWeight}</td> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.