Размер файла: 547B
<?php
$this->pageHeader = $this->pageTitle = Yii::t('Publics', 'Deleting post');
?>
<div class="blue_block">
<strong>← <?= CHtml::link(Yii::t('Publics', 'Back to public'), array('public/index', 'id' => $model->public_id)) ?></strong>
</div>
<div class="danger_alert">
<?= Yii::t('Publics', '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('Publics', 'Confirm post deletion'), array('class' => 'danger')); ?>
</div>