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

Last change on this file since 375 was 323, checked in by nanardon, 14 years ago
  • proof reading from Ahmad Samir
  • Property svn:keywords set to Id
File size: 724 bytes
Line 
1<!-- $Id$ -->
2
3<ul>
4  <li>[% l('Don\'t send receipt by email') %]
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">[% l('Email includes ballot id') %]
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">[% l('Don\'t show ballot id after poll') %]
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.