diff --git a/backend/views/accounts/create.php b/backend/views/accounts/create.php index f778870..a298c8a 100755 --- a/backend/views/accounts/create.php +++ b/backend/views/accounts/create.php @@ -6,7 +6,7 @@ use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model common\models\Accounts */ -$this->title = 'Добавить Покупателя'; +$this->title = 'Добавить'; $this->params['breadcrumbs'][] = ['label' => 'Покупатели', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?> diff --git a/backend/views/accounts/index.php b/backend/views/accounts/index.php index b11c5a9..f42f4ea 100755 --- a/backend/views/accounts/index.php +++ b/backend/views/accounts/index.php @@ -16,7 +16,7 @@ $this->params['breadcrumbs'][] = $this->title; render('_search', ['model' => $searchModel]); ?>

- 'btn btn-success']) ?> + 'btn btn-success']) ?>

title = 'Редактировать Покупателя: ' . ' ' . $model->name; +$this->title = 'Редактировать: ' . ' ' . $model->name; $this->params['breadcrumbs'][] = ['label' => 'Покупатели', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; $this->params['breadcrumbs'][] = 'Редактировать'; diff --git a/backend/views/importers/create.php b/backend/views/importers/create.php index 8fb5bf8..44c9b70 100755 --- a/backend/views/importers/create.php +++ b/backend/views/importers/create.php @@ -6,8 +6,8 @@ use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model backend\models\Importers */ -$this->title = 'Добавить Importers'; -$this->params['breadcrumbs'][] = ['label' => 'Importers', 'url' => ['index']]; +$this->title = 'Добавить'; +$this->params['breadcrumbs'][] = ['label' => 'Поставщики', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
diff --git a/backend/views/importers/index.php b/backend/views/importers/index.php index fa387ab..76e0b96 100755 --- a/backend/views/importers/index.php +++ b/backend/views/importers/index.php @@ -7,7 +7,7 @@ use yii\grid\GridView; /* @var $searchModel backend\models\ImportersSearch */ /* @var $dataProvider yii\data\ActiveDataProvider */ -$this->title = 'Importers'; +$this->title = 'Поставщики'; $this->params['breadcrumbs'][] = $this->title; ?>
@@ -16,7 +16,7 @@ $this->params['breadcrumbs'][] = $this->title; render('_search', ['model' => $searchModel]); ?>

- 'btn btn-success']) ?> + 'btn btn-success']) ?>

title = 'Редактировать Importers: ' . ' ' . $model->name; +$this->title = 'Редактировать: ' . ' ' . $model->name; $this->params['breadcrumbs'][] = ['label' => 'Importers', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; $this->params['breadcrumbs'][] = 'Редактировать'; diff --git a/backend/views/importers/view.php b/backend/views/importers/view.php index 1e5b2e1..0bf3a94 100755 --- a/backend/views/importers/view.php +++ b/backend/views/importers/view.php @@ -7,7 +7,7 @@ use yii\widgets\DetailView; /* @var $model backend\models\Importers */ $this->title = $model->name; -$this->params['breadcrumbs'][] = ['label' => 'Importers', 'url' => ['index']]; +$this->params['breadcrumbs'][] = ['label' => 'Поставщики', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
diff --git a/backend/views/team-group/create.php b/backend/views/team-group/create.php index b079754..54d4adf 100755 --- a/backend/views/team-group/create.php +++ b/backend/views/team-group/create.php @@ -6,8 +6,8 @@ use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model common\models\TeamGroup */ -$this->title = 'Добавить Team Group'; -$this->params['breadcrumbs'][] = ['label' => 'Team Groups', 'url' => ['index']]; +$this->title = 'Добавить Группы команды'; +$this->params['breadcrumbs'][] = ['label' => 'Группы команды', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
diff --git a/backend/views/team-group/index.php b/backend/views/team-group/index.php index f3960ee..50c2a36 100755 --- a/backend/views/team-group/index.php +++ b/backend/views/team-group/index.php @@ -7,7 +7,7 @@ use yii\grid\GridView; /* @var $searchModel common\models\TeamGroupSearch */ /* @var $dataProvider yii\data\ActiveDataProvider */ -$this->title = 'Team Groups'; +$this->title = 'Группы команды'; $this->params['breadcrumbs'][] = $this->title; ?>
@@ -16,7 +16,7 @@ $this->params['breadcrumbs'][] = $this->title; render('_search', ['model' => $searchModel]); ?>

- 'btn btn-success']) ?> + 'btn btn-success']) ?>

title = 'Редактировать Team Group: ' . ' ' . $model->name; -$this->params['breadcrumbs'][] = ['label' => 'Team Groups', 'url' => ['index']]; +$this->title = 'Редактировать Группы команды: ' . ' ' . $model->name; +$this->params['breadcrumbs'][] = ['label' => 'Группы команды', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; $this->params['breadcrumbs'][] = 'Редактировать'; ?> diff --git a/backend/views/team-group/view.php b/backend/views/team-group/view.php index 4d8222e..b1b4319 100755 --- a/backend/views/team-group/view.php +++ b/backend/views/team-group/view.php @@ -7,7 +7,7 @@ use yii\widgets\DetailView; /* @var $model common\models\TeamGroup */ $this->title = $model->name; -$this->params['breadcrumbs'][] = ['label' => 'Team Groups', 'url' => ['index']]; +$this->params['breadcrumbs'][] = ['label' => 'Группы команды', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
diff --git a/backend/views/team/create.php b/backend/views/team/create.php index 0d3f1be..bebfa35 100755 --- a/backend/views/team/create.php +++ b/backend/views/team/create.php @@ -6,8 +6,8 @@ use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model common\models\Team */ -$this->title = 'Добавить Team'; -$this->params['breadcrumbs'][] = ['label' => 'Teams', 'url' => ['index']]; +$this->title = 'Добавить'; +$this->params['breadcrumbs'][] = ['label' => 'Команда', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
diff --git a/backend/views/team/index.php b/backend/views/team/index.php index b034096..c8d34ab 100755 --- a/backend/views/team/index.php +++ b/backend/views/team/index.php @@ -7,7 +7,7 @@ use yii\grid\GridView; /* @var $searchModel common\models\TeamSearch */ /* @var $dataProvider yii\data\ActiveDataProvider */ -$this->title = 'Teams'; +$this->title = 'Команда'; $this->params['breadcrumbs'][] = $this->title; ?>
@@ -16,7 +16,7 @@ $this->params['breadcrumbs'][] = $this->title; render('_search', ['model' => $searchModel]); ?>

- 'btn btn-success']) ?> + 'btn btn-success']) ?>

title = 'Редактировать Team: ' . ' ' . $model->name; -$this->params['breadcrumbs'][] = ['label' => 'Teams', 'url' => ['index']]; +$this->title = 'Редактировать: ' . ' ' . $model->name; +$this->params['breadcrumbs'][] = ['label' => 'Команда', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; $this->params['breadcrumbs'][] = 'Редактировать'; ?> diff --git a/backend/views/team/view.php b/backend/views/team/view.php index e52b8c0..fa6c6a1 100755 --- a/backend/views/team/view.php +++ b/backend/views/team/view.php @@ -7,7 +7,7 @@ use yii\widgets\DetailView; /* @var $model common\models\Team */ $this->title = $model->name; -$this->params['breadcrumbs'][] = ['label' => 'Teams', 'url' => ['index']]; +$this->params['breadcrumbs'][] = ['label' => 'Команда', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
diff --git a/backend/views/user/create.php b/backend/views/user/create.php index 4b37061..888aacc 100755 --- a/backend/views/user/create.php +++ b/backend/views/user/create.php @@ -6,8 +6,8 @@ use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model backend\models\User */ -$this->title = 'Добавить User'; -$this->params['breadcrumbs'][] = ['label' => 'Users', 'url' => ['index']]; +$this->title = 'Добавить'; +$this->params['breadcrumbs'][] = ['label' => 'Администраторы', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
diff --git a/backend/views/user/index.php b/backend/views/user/index.php index 9a3b9f3..e4948bb 100755 --- a/backend/views/user/index.php +++ b/backend/views/user/index.php @@ -7,7 +7,7 @@ use yii\grid\GridView; /* @var $searchModel backend\models\UserSearch */ /* @var $dataProvider yii\data\ActiveDataProvider */ -$this->title = 'Users'; +$this->title = 'Администраторы'; $this->params['breadcrumbs'][] = $this->title; ?>
@@ -16,7 +16,7 @@ $this->params['breadcrumbs'][] = $this->title; render('_search', ['model' => $searchModel]); ?>

- 'btn btn-success']) ?> + 'btn btn-success']) ?>

title = 'Редактировать User: ' . ' ' . $model->name; -$this->params['breadcrumbs'][] = ['label' => 'Users', 'url' => ['index']]; +$this->title = 'Редактировать: ' . ' ' . $model->name; +$this->params['breadcrumbs'][] = ['label' => 'Администраторы', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; $this->params['breadcrumbs'][] = 'Редактировать'; ?> diff --git a/backend/views/user/view.php b/backend/views/user/view.php index f2ebe19..1391ee2 100755 --- a/backend/views/user/view.php +++ b/backend/views/user/view.php @@ -7,7 +7,7 @@ use yii\widgets\DetailView; /* @var $model backend\models\User */ $this->title = $model->name; -$this->params['breadcrumbs'][] = ['label' => 'Users', 'url' => ['index']]; +$this->params['breadcrumbs'][] = ['label' => 'Администраторы', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
-- libgit2 0.21.4