Changeset 324


Ignore:
Timestamp:
10/04/10 21:15:16 (14 years ago)
Author:
nanardon
Message:
  • avoid i18n bug
File:
1 edited

Legend:

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

    r323 r324  
    1515[% l('for [_1] elected', poll.info('elected_count')) %][%- END -%].</p> 
    1616[% IF poll.info('dstart') && poll.info('dend') %] 
    17 <p>[% l('Poll open from <b>[_1] [_2]</b> to <b>[_3] [_4]</b>', 
    18 poll.info('dstart'), poll.info('hstart'), 
    19 poll.info('dend'), poll.info('hend')) %]</p> 
     17<p>[% l('Poll open from') %] 
     18    <b>[% poll.info('dstart') _ ' ' _ poll.info('hstart') %]</b> 
     19[% l('to') %] <b>[% poll.info('dend') _ ' ' _ poll.info('hend') %]</b>.</p> 
    2020[% END %] 
    2121[% l('Participated') _ ' ' %] [% poll.signing_count %] / [% poll.voting_count %]<br> 
Note: See TracChangeset for help on using the changeset viewer.