2014-12-19 00:47:56 +01:00
|
|
|
{extends file='page.tpl'}
|
|
|
|
|
|
|
|
{block name=main}
|
2015-04-02 16:52:46 +02:00
|
|
|
<form action="{poll_url id=$admin_poll_id admin=true}" method="POST">
|
2014-12-19 00:47:56 +01:00
|
|
|
<div class="alert alert-danger text-center">
|
2015-03-30 15:19:56 +02:00
|
|
|
<h2>{__('adminstuds', 'Confirm removal of the poll')}</h2>
|
|
|
|
<p><button class="btn btn-default" type="submit" name="cancel">{__('adminstuds', 'Keep the poll')}</button>
|
|
|
|
<button type="submit" name="confirm_delete_poll" class="btn btn-danger">{__('PollInfo', 'Remove the poll')}</button></p>
|
2014-12-19 00:47:56 +01:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
{/block}
|