source: trunk/root/templates/admin/includes/poll_extra_settings.tt @ 267

Last change on this file since 267 was 267, checked in by nanardon, 15 years ago
  • add some options to poll
  • Property svn:keywords set to Id
File size: 754 bytes
Line 
1<!-- $Id$ -->
2
3<ul>
4  <li>Ne pas envoyer un accusé par mail aprÚs le vote
5    <span style="float:right"><input type="checkbox" name="no_mail_confirm_vote"
6[% "checked" IF pollsettings.no_mail_confirm_vote %]></span>
7[% IF NOT pollsettings.no_mail_confirm_vote %]
8  <ul>
9    <li style="clear: both">Envoyer le numéro du bulletin dans l'accusé
10      <span style="float:right"><input type="checkbox" name="no_mail_ballot_id"
11[% "checked" IF pollsettings.no_mail_ballot_id %]></span>
12    </li>
13  </ul>
14[% END %]
15  </li>
16  <li style="clear: both">Ne pas présenter le numéro du bulletins aux votants
17    <span style="float:right"><input type="checkbox" name="no_ballot_id_voting"
18[% "checked" IF pollsettings.no_ballot_id_voting %]></span>
19  </li>
20</ul>
Note: See TracBrowser for help on using the repository browser.