This is an automated email from the git hooks/post-receive script. New commit to branch feature/2264 in repository wao. See http://git.codelutin.com/wao.git commit 2a485b8a1f2764cfd900b2b1f2a4e8a1cbadd50c Author: Brendan Le Ny <bleny@codelutin.com> Date: Wed Dec 24 10:57:32 2014 +0100 Ouverture de l'accès à l'onglet « Contacts » --- wao-web/src/main/webapp/WEB-INF/decorators/layout.jsp | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/wao-web/src/main/webapp/WEB-INF/decorators/layout.jsp b/wao-web/src/main/webapp/WEB-INF/decorators/layout.jsp index 7f9a39f..3a308f1 100644 --- a/wao-web/src/main/webapp/WEB-INF/decorators/layout.jsp +++ b/wao-web/src/main/webapp/WEB-INF/decorators/layout.jsp @@ -138,15 +138,13 @@ </li> </s:if> </s:if> - <s:if test=" ! sclerochronology"> - <s:if test="authenticatedWaoUser.authorizedToViewContacts"> - <li class="<decorator:getProperty property="page.contactsMenuItemClass"/>"> - <s:url namespace="/%{obsProgram.name().toLowerCase()}" action="contacts" id="contactsUrl" /> - <s:a href="%{contactsUrl}"> - <i class="fa fa-stack-exchange"></i> <s:text name="wao.ui.page.Contacts.title" /> - </s:a> - </li> - </s:if> + <s:if test="authenticatedWaoUser.authorizedToViewContacts"> + <li class="<decorator:getProperty property="page.contactsMenuItemClass"/>"> + <s:url namespace="/%{obsProgram.name().toLowerCase()}" action="contacts" id="contactsUrl" /> + <s:a href="%{contactsUrl}"> + <i class="fa fa-stack-exchange"></i> <s:text name="wao.ui.page.Contacts.title" /> + </s:a> + </li> </s:if> <s:if test=" ! sclerochronology"> <s:if test="authenticatedWaoUser.authorizedToViewSynthesis"> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.