date.chapril.org-framadate/tpl/confirm/delete_votes.tpl

11 lines
505 B
Smarty

{extends file='page.tpl'}
{block name=main}
<form action="{$admin_poll_id|poll_url:true|html}" method="POST">
<div class="alert alert-danger text-center">
<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>
</div>
</form>
{/block}