branch pollen-udpate-1.6 updated (8a01ba7 -> 231943b)
This is an automated email from the git hooks/post-receive script. New change to branch pollen-udpate-1.6 in repository pollen_1.x. See http://git.chorem.org/pollen_1.x.git from 8a01ba7 Replace invalid "image" tag new 231943b Add <strong> on link The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 231943b635bc86bc5f33e509022a85eb09fa4c33 Author: Eric Chatellier <eric.chatellier@gmail.com> Date: Wed Nov 18 21:39:35 2015 +0100 Add <strong> on link Summary of changes: .../src/main/webapp/WEB-INF/jsp/poll/summary.jsp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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 http://git.chorem.org/pollen_1.x.git commit 231943b635bc86bc5f33e509022a85eb09fa4c33 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>.
participants (1)
-
chorem.org scm