This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository wao. See http://git.codelutin.com/wao.git commit b1d3b087f97ea09115bc391309c0dc7c7daba346 Author: Brendan Le Ny <bleny@codelutin.com> Date: Tue Jan 20 16:31:56 2015 +0100 On supprime les filtres sur les commentaires dans l'onglet synthèses (fixes #6493) --- wao-web/src/main/webapp/WEB-INF/content/synthesis.jsp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/wao-web/src/main/webapp/WEB-INF/content/synthesis.jsp b/wao-web/src/main/webapp/WEB-INF/content/synthesis.jsp index c950ddc..b4b4dab 100644 --- a/wao-web/src/main/webapp/WEB-INF/content/synthesis.jsp +++ b/wao-web/src/main/webapp/WEB-INF/content/synthesis.jsp @@ -184,15 +184,6 @@ </s:if> - <s:checkbox name="filter.commentDefinedOnly" - label="%{getText('wao.ui.field.Contact.comment')}"/> - - <s:checkbox name="filter.commentCompanyDefinedOnly" - label="%{getText('wao.ui.field.Contact.commentCompany')}"/> - - <s:checkbox name="filter.commentAdminDefinedOnly" - label="%{getText('wao.ui.field.Contact.commentAdmin')}"/> - <s:checkbox name="filter.realVsEstimated" label="%{getText('wao.ui.form.realTides.description')}"/> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.