This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen_1.x. See http://git.chorem.org/pollen_1.x.git commit 0ac26603f124a20ba5ce0a7064434d3779f69efb Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Nov 12 15:01:38 2015 +0100 Update footer --- .../src/main/webapp/WEB-INF/decorators/layout-default.jsp | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/pollen-ui-struts2/src/main/webapp/WEB-INF/decorators/layout-default.jsp b/pollen-ui-struts2/src/main/webapp/WEB-INF/decorators/layout-default.jsp index f487fa8..dc89af2 100644 --- a/pollen-ui-struts2/src/main/webapp/WEB-INF/decorators/layout-default.jsp +++ b/pollen-ui-struts2/src/main/webapp/WEB-INF/decorators/layout-default.jsp @@ -332,16 +332,13 @@ <div id="po-footer" class="<s:property value='%{pageLogo}'/>" xml:space="preserve"> <a href="https://pollen.chorem.org/s">Pollen</a> <a href="https://forge.chorem.org/projects/pollen/files"> - <%=PollenActionSupport.getApplicationVersion()%> - </a> - + <%=PollenActionSupport.getApplicationVersion()%></a> - <a href="http://www.gnu.org/licenses/agpl.html"> - <s:text name="pollen.common.license"/> - </a> - - <span title="Copyright">©2009-2012</span> + <s:text name="pollen.common.license"/></a> - + <span title="Copyright">©2009-2015</span> <a href="http://www.codelutin.com">Code Lutin</a> - <a href="https://forge.chorem.org/projects/pollen/issues"> - <s:text name="pollen.common.bugReport"/> - </a> - + <s:text name="pollen.common.bugReport"/></a> - <a href="http://list.chorem.org/cgi-bin/mailman/listinfo/pollen-users"> <s:text name="pollen.common.userSupport"/> </a> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.