View file vkclone-0.0.1/protected/modules/groups/views/post/confirm.php

File size: 539B
<?php
$this->pageHeader = $this->pageTitle = Yii::t('Groups', 'Deleting post');
?>

<div class="blue_block">
	<strong>← <?= CHtml::link(Yii::t('Groups', 'Back to post'), array('topic/index', 'id' => $model->topic_id)) ?></strong>
</div>

<div class="danger_alert">
	<?= Yii::t('Groups', 'There\'s no way to restore this post after you click on the button below.') ?><br />
	<?= CHtml::form(array('delete', 'id' => $model->id)) ?>
	<?= CHtml::submitButton(Yii::t('Groups', 'Confirm post deletion'), array('class' => 'danger')); ?>
</div>