translate buttons and breadcrumbs
This commit is contained in:
@ -6,9 +6,9 @@ use yii\helpers\Html;
|
||||
/* @var $model common\models\Accesses */
|
||||
|
||||
$this->title = 'Редактировать доступ: ' . $model->name;
|
||||
$this->params['breadcrumbs'][] = ['label' => 'Accesses', 'url' => ['index']];
|
||||
$this->params['breadcrumbs'][] = ['label' => 'Доступы', 'url' => ['index']];
|
||||
$this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]];
|
||||
$this->params['breadcrumbs'][] = 'Update';
|
||||
$this->params['breadcrumbs'][] = 'Редактировать';
|
||||
?>
|
||||
<div class="accesses-update">
|
||||
|
||||
|
Reference in New Issue
Block a user