Ignore:
Timestamp:
04/14/09 18:19:40 (15 years ago)
Author:
nanardon
Message:
  • add new objects for poll results
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/templates/includes/poll_results.tt

    r183 r193  
    4343[% mycount = loop.count %] 
    4444[% IF loop.count <= vote.vote_info(voteid).choice_count %] 
    45 [% IF res.count >= vote.ballot_count_nonull(voteid) / 2 + 1 %] 
     45[% IF res.count >= vote.absolute_majority %] 
    4646[% class = 'majabs' %] 
    4747[% ELSE %] 
Note: See TracChangeset for help on using the changeset viewer.