Changeset 346


Ignore:
Timestamp:
10/06/10 01:21:55 (14 years ago)
Author:
nanardon
Message:
  • it's impossible to send mail to voters until no date are specified
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/templates/admin/voters.tt

    r323 r346  
    2727<hr> 
    2828<p>[% l('Send password to voters') %]</p> 
     29[% IF poll.info.hend %] 
    2930<form action="[% c.uri_for(poll.uid, 'voters') %]" method="POST"> 
    3031[% l('Email language') %]: [% INCLUDE 'includes/locale_select.tt' %]<br> 
    3132<input type="submit" name="mailpasswd" value="[% l('send password') %]"> 
    3233</form> 
     34[% ELSE %] 
     35[% l('Poll date must be setup before announcing poll to voters') %] 
     36[% END %] 
    3337</div> 
    3438 
Note: See TracChangeset for help on using the changeset viewer.