r2922 - branches/pollen-1.2.3-1.2.x/pollen-ui/src/main/webapp/poll
Author: echatellier Date: 2010-03-10 10:17:11 +0100 (Wed, 10 Mar 2010) New Revision: 2922 Log: Remove previous code commented. Modified: branches/pollen-1.2.3-1.2.x/pollen-ui/src/main/webapp/poll/VoteForPoll.tml Modified: branches/pollen-1.2.3-1.2.x/pollen-ui/src/main/webapp/poll/VoteForPoll.tml =================================================================== --- branches/pollen-1.2.3-1.2.x/pollen-ui/src/main/webapp/poll/VoteForPoll.tml 2010-03-10 09:15:56 UTC (rev 2921) +++ branches/pollen-1.2.3-1.2.x/pollen-ui/src/main/webapp/poll/VoteForPoll.tml 2010-03-10 09:17:11 UTC (rev 2922) @@ -112,17 +112,11 @@ <t:unless test="isDescNull()"> <th class="desc"> <span t:type="ck/Tooltip" title="${message:description}" value="${choiceOfPoll.description}" effect="blind"> - <!-- <t:eventlink event="displayImage" context="${choiceOfPoll.id}"> - <t:image src="${choiceOfPoll.name}" alt="${choiceOfPoll.name}" t:context="imgContext"/> - </t:eventlink> --> <t:image t:src="choiceOfPoll.name" alt="choiceOfPoll.description" t:dir="poll.pollId"/> </span> </th> <p:else> <th> - <!--<t:eventlink event="displayImage" context="${choiceOfPoll.id}"> - <t:image src="${choiceOfPoll.name}" alt="${choiceOfPoll.name}" t:context="imgContext"/> - </t:eventlink> --> <t:image t:src="choiceOfPoll.name" alt="choiceOfPoll.name" t:dir="poll.pollId"/> </th> </p:else>
participants (1)
-
echatellier@users.chorem.org