date.chapril.org-framadate/tpl/part/create_poll/receive_notifications.tpl
2018-08-14 14:35:08 +02:00

25 lines
834 B
Smarty

<div class="form-group">
<div class="col-sm-offset-4 col-sm-8">
<div class="checkbox">
<label>
<input type="checkbox" name="receiveNewVotes"
{if $poll_receiveNewVotes}checked{/if}
id="receiveNewVotes">
{__('Step 1', 'Receive an email for each new vote')}
</label>
</div>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-4 col-sm-8">
<div class="checkbox">
<label>
<input type="checkbox" name="receiveNewComments"
{if $poll_receiveNewComments}checked{/if}
id="receiveNewComments">
{__('Step 1', 'Receive an email for each new comment')}
</label>
</div>
</div>
</div>