poll_total_votes

   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "poll_total_votes".
... in poll.naml
452
453
454
455
456
457
458
<macro name="poll_total_votes" requires="node">
    <n.comment.>
        The span below shows the total number of votes.
        This element is updated by javascript code (see "poll_js" macro for more info)
    </n.comment.>
    <span id="poll-total-votes[n.id/]" class="shaded-bg-color rounded" style="padding:.2em .4em;display:none"></span>
</macro>