2014-12-21 00:04:23 +01:00
|
|
|
{extends file='page.tpl'}
|
|
|
|
|
|
|
|
{block name=main}
|
2015-01-11 14:59:25 +01:00
|
|
|
<form action="{$admin_poll_id|poll_url:true|html}" method="POST">
|
2014-12-21 00:04:23 +01:00
|
|
|
<div class="alert alert-danger text-center">
|
2015-01-11 14:59:25 +01:00
|
|
|
<h2>{_('Confirm removal of all votes of the poll')}</h2>
|
|
|
|
<p><button class="btn btn-default" type="submit" name="cancel">{_('Keep votes')}</button>
|
|
|
|
<button type="submit" name="confirm_remove_all_votes" class="btn btn-danger">{_('Remove all votes!')}</button></p>
|
2014-12-21 00:04:23 +01:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
{/block}
|