Changeset 290 for trunk


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

Legend:

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

    r284 r290  
    2323 
    2424[% count = 0 %] 
    25 [% "<p>[% l('From voting list') %]</p>" IF count == 0 %] 
    2625[% IF poll.voting_keys.size %] 
    2726[% WHILE count < (poll.info('elected_choice') || 0) %] 
     27[% IF count == 0 %] 
     28<p>[% l('From voting list') %]</p> 
     29[% END %] 
    2830[% FOREACH vkey = poll.voting_keys %] 
    2931[% voting = poll.voting(vkey) %] 
     
    4446[% count = 0 %] 
    4547[% WHILE count < poll.info('free_choice') %] 
    46 [% "<p>[% l('Free choice') %]</p>" IF count == 0 %] 
     48[% IF count == 0 %] 
     49<p>[% l('Free choice') %]</p> 
     50[% END %] 
    4751<input type="text" name="fsbal" value="[% fsbal.$count %]"><br> 
    4852[% count = count + 1 %] 
Note: See TracChangeset for help on using the changeset viewer.