If SMTP is enabled, 'private result' option is still activated.

This commit is contained in:
Antonin 2015-10-12 23:29:53 +02:00
parent 19f98558f1
commit 0e8ee276e7

View File

@ -136,23 +136,25 @@
</div> </div>
</div> </div>
</div> </div>
<div class="form-group"> {/if}
<div class="col-sm-offset-4 col-sm-8">
<div class="checkbox"> <div class="form-group">
<label> <div class="col-sm-offset-4 col-sm-8">
<input type="checkbox" name="hidden" {if $poll_hidden}checked{/if} <div class="checkbox">
id="hidden"> <label>
{__('Step 1', 'Only the poll maker can see the poll\'s results')} <input type="checkbox" name="hidden" {if $poll_hidden}checked{/if}
</label> id="hidden">
</div> {__('Step 1', 'Only the poll maker can see the poll\'s results')}
<div id="hiddenWithBadEditionModeError" class="alert alert-danger hidden"> </label>
<p> </div>
{__('Error', 'You can\'t create a poll with hidden results with the following edition option:')}"{__('Step 1', 'All voters can modify any vote')}" <div id="hiddenWithBadEditionModeError" class="alert alert-danger hidden">
</p> <p>
</div> {__('Error', 'You can\'t create a poll with hidden results with the following edition option:')}"{__('Step 1', 'All voters can modify any vote')}"
</p>
</div> </div>
</div> </div>
{/if} </div>