Changeset 291 for trunk


Ignore:
Timestamp:
04/07/10 03:25:01 (14 years ago)
Author:
nanardon
Message:
  • fix template
File:
1 edited

Legend:

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

    r284 r291  
    1111<p>[% poll.info('procedure') | html | html_line_break %]</p> 
    1212[% END %] 
    13 <p>[% l('[_1] choice have to be done', poll.info('choice_count') %] 
     13<p>[% l('[_1] choice have to be done', poll.info('choice_count')) %] 
    1414[%- IF poll.info('choice_count') != poll.info('elected_count') -%] 
    1515[% l('for [_1] elected', poll.info('elected_count')) %][%- END -%].</p> 
     
    1717<p>[% l('Poll open from <b>[_1] [_2]</b> to <b>[_3] [_4]</b>', 
    1818poll.info('dstart'), poll.info('hstart'), 
    19 poll.info('dend'), poll.info('hend') %]</p> 
     19poll.info('dend'), poll.info('hend')) %]</p> 
    2020[% END %] 
    2121[% l('Participated') _ ' ' %] [% poll.signing_count %] / [% poll.voting_count %]<br> 
Note: See TracChangeset for help on using the changeset viewer.