Author: tchemit Date: 2012-06-19 15:20:24 +0200 (Tue, 19 Jun 2012) New Revision: 3526 Url: http://chorem.org/repositories/revision/pollen/3526 Log: fixes #622: Traduction manquante i18n Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/vote.jsp 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-06-19 13:19:34 UTC (rev 3525) +++ trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/vote.jsp 2012-06-19 13:20:24 UTC (rev 3526) @@ -123,7 +123,7 @@ <fieldset> <legend><s:text name="pollen.common.aboutPoll"/></legend> <div style="float: right"> - <s:if test="creatorUser or userAdmin"> + <s:if test="creatorOrAdmin"> <s:a href="%{summaryUrl}"> <img src="<s:url value='/img/editSmall.png'/>" title="<s:text name='pollen.action.summaryPoll'/>" @@ -161,9 +161,7 @@ <s:if test="poll.anonymous"> <p> - <s:text name="pollen.common.voteNbVotes"> - <s:param><s:property value="%{poll.sizeVote()}"/></s:param> - </s:text> + <s:property value="%{voteSizeMessage}"/> </p> <%--<t:feedback t:id="voteFeedback"/>--%> </s:if> @@ -204,7 +202,7 @@ <s:property value="name"/> </s:else> <s:if test="pollChoiceRunning"> - <s:if test="creatorUser"> + <s:if test="creatorOrAdmin"> <s:a action="deleteChoice" namespace="/poll" onclick="return openDeleteChoiceDialog('%{#choice.topiaId}');"> <s:param name="choiceId"><s:property value="id"/></s:param>
participants (1)
-
tchemit@users.chorem.org