2014-12-19 00:47:56 +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-19 00:47:56 +01:00
|
|
|
<div class="alert alert-danger text-center">
|
2015-03-24 00:04:04 +01:00
|
|
|
<h2>{__('adminstuds\\Confirm removal of the poll')}</h2>
|
|
|
|
<p><button class="btn btn-default" type="submit" name="cancel">{__('adminstuds\\Keep the poll')}</button>
|
2015-03-24 18:52:06 +01:00
|
|
|
<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}
|