From: fomichev Date: Tue, 4 Feb 2025 06:49:14 +0000 (+0300) Subject: Корректировки по таблице X-Git-Tag: 1.7~16^2~7 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=260a7cb2cd65c5da28608361bbd6b8472e97c3cf;p=erp24_rep%2Fyii-erp24%2F.git Корректировки по таблице --- diff --git a/erp24/views/bonus-levels/update.php b/erp24/views/bonus-levels/update.php index 9fe7e344..e4f09148 100644 --- a/erp24/views/bonus-levels/update.php +++ b/erp24/views/bonus-levels/update.php @@ -5,7 +5,7 @@ use yii\helpers\Html; /** @var yii\web\View $this */ /** @var yii_app\records\BonusLevels $model */ -$this->title = 'Update Bonus Levels: ' . $model->name; +$this->title = 'Изменение: ' . $model->name; $this->params['breadcrumbs'][] = ['label' => 'Bonus Levels', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; $this->params['breadcrumbs'][] = 'Update';