funky-framadate-front/tpl/part/create_poll/receive_notifications.tpl
Yannick Francois 50e56a0396 Récupère l'ancien framadate
à la racine, quand on lance le serveur, on a le framadate tel qu'il est aujourd'hui

en ajoutant  sur l'url, on accède à la maquette interactive dans son état actuel
2018-11-30 11:20:25 +01: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>