Author: tchemit Date: 2012-10-01 07:56:15 +0200 (Mon, 01 Oct 2012) New Revision: 3717 Url: http://chorem.org/repositories/revision/pollen/3717 Log: push back vote visibility in vote page (was lost...) Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/pollInformation.jsp trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/vote.jsp trunk/pollen-ui-struts2/src/main/webapp/css/pollInformation.css Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/pollInformation.jsp =================================================================== --- trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/pollInformation.jsp 2012-10-01 05:11:24 UTC (rev 3716) +++ trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/pollInformation.jsp 2012-10-01 05:56:15 UTC (rev 3717) @@ -66,5 +66,11 @@ key='pollen.common.voteCountingType' tooltip="%{voteCountingTypeHelp}" tooltipIconPath="/img/tooltip.png"/> + <s:if test="showVoteVisibility"> + <s:label value="%{pollVoteVisibilityName}" + key='pollen.common.pollVoteVisibility' + tooltip="%{pollVoteVisibilityHelp}" + tooltipIconPath="/img/tooltip.png"/> + </s:if> </fieldset> </div> \ No newline at end of file Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/vote.jsp =================================================================== --- trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/vote.jsp 2012-10-01 05:11:24 UTC (rev 3716) +++ trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/vote.jsp 2012-10-01 05:56:15 UTC (rev 3717) @@ -116,6 +116,7 @@ <!-- Informations sur le sondage --> <s:set name="showVoteUrl" value="false"/> <s:set name="showResultUrl" value="true"/> +<s:set name="showVoteVisibility" value="true"/> <%@include file="pollInformation.jsp" %> <div id="pollZone"> Modified: trunk/pollen-ui-struts2/src/main/webapp/css/pollInformation.css =================================================================== --- trunk/pollen-ui-struts2/src/main/webapp/css/pollInformation.css 2012-10-01 05:11:24 UTC (rev 3716) +++ trunk/pollen-ui-struts2/src/main/webapp/css/pollInformation.css 2012-10-01 05:56:15 UTC (rev 3717) @@ -32,7 +32,7 @@ } #pollInformationTop fieldset { - width: 350px; + width: 380px; border: 1px solid #aab; padding: 15px; padding-bottom: 10px;