framadate/tpl/confirm/delete_comments.tpl
Thomas Citharel 0e90422b3d
Require php 7.1 and upgrade deps
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-11-11 12:56:01 +01:00

11 lines
555 B
Smarty

{extends file='page.tpl'}
{block name=main}
<form action="{poll_url id=$admin_poll_id admin=true}" method="POST">
<div class="alert alert-danger text-center">
<h2>{t('adminstuds', 'Confirm removal of all comments')}</h2>
<p><button class="btn btn-default" type="submit" name="cancel">{t('adminstuds', 'Keep the comments')}</button>
<button type="submit" name="confirm_remove_all_comments" class="btn btn-danger">{t('adminstuds', 'Remove the comments')}</button></p>
</div>
</form>
{/block}