Размер файла: 654B
<?php
$this->pageHeader = $this->pageTitle = Yii::t('Publics', 'Deleting public');
?>
<div class="blue_block">
<strong>← <?= CHtml::link(Yii::t('Publics', 'Back to public'), array('index', 'id' => $model->id)) ?></strong>
</div>
<div class="danger_alert">
<strong><?= Yii::t('Publics', 'Total {n} reader|Total {n} readers', array($model->total_readers)) ?></strong><br />
<?= Yii::t('Publics', 'There\'s no way to restore all posts after you click on the button below.') ?><br />
<?= CHtml::form(array('delete', 'id' => $model->id)) ?>
<?= CHtml::submitButton(Yii::t('Publics', 'Confirm public deletion'), array('class' => 'danger')); ?>
</div>