FiReTM
Member
FiReTM submitted a new resource:
Poll - Shows the result, before the vote.
Read more about this resource...
Poll - Shows the result, before the vote.
Description:
Shows who voted and how many people have voted. Before you vote.
Installation:
- Go to the pattern poll_block_vote
- Looking for this code
Code:<ol class="pollOptions"> <xen:foreach loop="$poll.responses" key="$pollResponseId" value="$response"> <li class="pollOption"> <label> <xen:if is="{$poll.multiple}"> <input type="checkbox" name="response_multiple[]" value="{$pollResponseId}" /> <xen:else />...
Read more about this resource...