2018-05-25 17:37:48 +02:00
|
|
|
<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">
|
2018-07-06 18:06:35 +02:00
|
|
|
{__('Step 1', 'Receive an email for each new vote')}
|
2018-05-25 17:37:48 +02:00
|
|
|
</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">
|
2018-07-06 18:06:35 +02:00
|
|
|
{__('Step 1', 'Receive an email for each new comment')}
|
2018-05-25 17:37:48 +02:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|