This is an automated email from the git hooks/post-receive script. New commit to branch pollen-udpate-1.6 in repository pollen_1.x. See https://gitlab.nuiton.org/None/pollen_1.x.git commit 4b87e8dde286b579d9037e959ded072cecbd6ce6 Author: Eric Chatellier <eric.chatellier@gmail.com> Date: Wed Nov 18 21:39:35 2015 +0100 Add <strong> on link --- .../src/main/webapp/WEB-INF/jsp/poll/summary.jsp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/summary.jsp b/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/summary.jsp index 3e38062..d0e5db5 100644 --- a/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/summary.jsp +++ b/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/summary.jsp @@ -4,7 +4,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 CodeLutin, Tony Chemit + Copyright (C) 2009 - 2015 CodeLutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -154,7 +154,7 @@ </s:a> <span class="fright url" id='voteUrl'> <s:property value="%{moderateUrl}"/> - </span> + </span> </div> <%--Edit--%> @@ -167,7 +167,7 @@ </s:a> <span class="fright url" id='voteUrl'> <s:property value="%{editUrl}"/> - </span> + </span> </div> <%--Export--%> @@ -186,7 +186,7 @@ alt="<s:text name='pollen.action.clonePoll.help'/>" title="<s:text name='pollen.action.clonePoll.help'/>"/> <s:a href="%{cloneUrl}"> - <strong> <s:text name='pollen.label.pollClonePage'/></strong> + <strong><s:text name='pollen.label.pollClonePage'/></strong> </s:a> </div> @@ -199,7 +199,6 @@ <s:a href="#" onclick="return confirmClosePoll('%{pollUri}')"> <strong><s:text name='pollen.label.pollClosePage'/></strong> </s:a> - </div> </s:if> @@ -209,7 +208,7 @@ alt="<s:text name='pollen.action.deletePoll.help'/>" title="<s:text name='pollen.action.deletePoll.help'/>"/> <s:a href="#" onclick="return confirmDeletePoll('%{pollUri}')"> - <s:text name='pollen.label.pollDeletePage'/> + <strong><s:text name='pollen.label.pollDeletePage'/></strong> </s:a> </div> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.