diff --git a/backend/views/accounts-vin/_form.php b/backend/views/accounts-vin/_form.php index 9b9a4cd..0754994 100755 --- a/backend/views/accounts-vin/_form.php +++ b/backend/views/accounts-vin/_form.php @@ -29,7 +29,7 @@ use yii\widgets\ActiveForm; = $form->field($model, 'timestamp')->textInput() ?>
- = Html::a('Update', ['update', 'account_id' => $model->account_id, 'id' => $model->id], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'account_id' => $model->account_id, 'id' => $model->id], [ + = Html::a('Редактировать', ['update', 'account_id' => $model->account_id, 'id' => $model->id], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'account_id' => $model->account_id, 'id' => $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', diff --git a/backend/views/accounts/_form.php b/backend/views/accounts/_form.php index 350abf7..7b98a05 100755 --- a/backend/views/accounts/_form.php +++ b/backend/views/accounts/_form.php @@ -85,7 +85,7 @@ use kartik\date\DatePicker;
- = Html::a('Добавить Accounts', ['create'], ['class' => 'btn btn-success']) ?> + = Html::a('Добавить Покупателя', ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ diff --git a/backend/views/accounts/update.php b/backend/views/accounts/update.php index f577173..6edae8b 100755 --- a/backend/views/accounts/update.php +++ b/backend/views/accounts/update.php @@ -5,10 +5,10 @@ use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model common\models\Accounts */ -$this->title = 'Update Accounts: ' . ' ' . $model->name; -$this->params['breadcrumbs'][] = ['label' => 'Accounts', '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'][] = 'Update'; +$this->params['breadcrumbs'][] = 'Редактировать'; ?>- = Html::a('Update', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'id' => $model->id], [ + = Html::a('Редактировать', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'id' => $model->id], [ 'class' => 'btn btn-danger', 'data' => [ - 'confirm' => 'Are you sure you want to delete this item?', + 'confirm' => 'Вы увереннны что хотите удалить этот элемент?', 'method' => 'post', ], ]) ?> diff --git a/backend/views/art-history/_form.php b/backend/views/art-history/_form.php index 9d5a253..793f54a 100755 --- a/backend/views/art-history/_form.php +++ b/backend/views/art-history/_form.php @@ -19,7 +19,7 @@ use yii\widgets\ActiveForm; = $form->field($model, 'dt')->textInput(['maxlength' => true]) ?>
- = Html::a('Update', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'id' => $model->id], [ + = Html::a('Редактировать', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'id' => $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', diff --git a/backend/views/brands-replace/update.php b/backend/views/brands-replace/update.php index ff34beb..20b1e24 100755 --- a/backend/views/brands-replace/update.php +++ b/backend/views/brands-replace/update.php @@ -8,7 +8,7 @@ use yii\helpers\Html; $this->title = 'Редактирование: ' . ' ' . $model->from_brand; $this->params['breadcrumbs'][] = ['label' => 'Brands Replaces', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->from_brand, 'url' => ['view', 'from_brand' => $model->from_brand, 'to_brand' => $model->to_brand]]; -$this->params['breadcrumbs'][] = 'Update'; +$this->params['breadcrumbs'][] = 'Редактировать'; ?>
- = Html::a('Update', ['update', 'id' => $model->BRAND], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'id' => $model->BRAND], [ + = Html::a('Редактировать', ['update', 'id' => $model->BRAND], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'id' => $model->BRAND], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', diff --git a/backend/views/cart/_form.php b/backend/views/cart/_form.php index fee502d..5bf5ebc 100755 --- a/backend/views/cart/_form.php +++ b/backend/views/cart/_form.php @@ -37,7 +37,7 @@ use yii\widgets\ActiveForm; = $form->field($model, 'timestamp')->textInput() ?>
- = Html::a('Update', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'id' => $model->id], [ + = Html::a('Редактировать', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'id' => $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', diff --git a/backend/views/currency/update.php b/backend/views/currency/update.php index 1faea2d..8a1c58e 100755 --- a/backend/views/currency/update.php +++ b/backend/views/currency/update.php @@ -8,7 +8,7 @@ use yii\helpers\Html; $this->title = 'Обновить валюту: ' . ' ' . $model->name; $this->params['breadcrumbs'][] = ['label' => 'Currencies', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; -$this->params['breadcrumbs'][] = 'Update'; +$this->params['breadcrumbs'][] = 'Редактировать'; ?>
- = Html::a('Update', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'id' => $model->id], [ + = Html::a('Редактировать', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'id' => $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', diff --git a/backend/views/deliveries/_form.php b/backend/views/deliveries/_form.php index 748b219..361d5f2 100755 --- a/backend/views/deliveries/_form.php +++ b/backend/views/deliveries/_form.php @@ -21,7 +21,7 @@ use yii\widgets\ActiveForm; = $form->field($model, 'is_default')->textInput() ?>
- = Html::a('Update', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'id' => $model->id], [ + = Html::a('Редактировать', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'id' => $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', diff --git a/backend/views/details-crosses/_form.php b/backend/views/details-crosses/_form.php index e0a84e5..e592e10 100755 --- a/backend/views/details-crosses/_form.php +++ b/backend/views/details-crosses/_form.php @@ -23,7 +23,7 @@ use yii\widgets\ActiveForm; = $form->field($model, 'timestamp')->textInput() ?>
- = Html::a('Update', ['update', 'ARTICLE' => $model->ARTICLE, 'BRAND' => $model->BRAND, 'CROSS_BRAND' => $model->CROSS_BRAND, 'CROSS_ARTICLE' => $model->CROSS_ARTICLE], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'ARTICLE' => $model->ARTICLE, 'BRAND' => $model->BRAND, 'CROSS_BRAND' => $model->CROSS_BRAND, 'CROSS_ARTICLE' => $model->CROSS_ARTICLE], [ + = Html::a('Редактировать', ['update', 'ARTICLE' => $model->ARTICLE, 'BRAND' => $model->BRAND, 'CROSS_BRAND' => $model->CROSS_BRAND, 'CROSS_ARTICLE' => $model->CROSS_ARTICLE], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'ARTICLE' => $model->ARTICLE, 'BRAND' => $model->BRAND, 'CROSS_BRAND' => $model->CROSS_BRAND, 'CROSS_ARTICLE' => $model->CROSS_ARTICLE], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', diff --git a/backend/views/details-description/_form.php b/backend/views/details-description/_form.php index d91dbe1..d2d3412 100644 --- a/backend/views/details-description/_form.php +++ b/backend/views/details-description/_form.php @@ -37,7 +37,7 @@ use yii\widgets\ActiveForm; = $form->field($model, 'timestamp')->textInput() ?>
- = Html::a('Update', ['update', 'IMPORT_ID' => $model->IMPORT_ID, 'BRAND' => $model->BRAND, 'ARTICLE' => $model->ARTICLE], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'IMPORT_ID' => $model->IMPORT_ID, 'BRAND' => $model->BRAND, 'ARTICLE' => $model->ARTICLE], [ + = Html::a('Редактировать', ['update', 'IMPORT_ID' => $model->IMPORT_ID, 'BRAND' => $model->BRAND, 'ARTICLE' => $model->ARTICLE], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'IMPORT_ID' => $model->IMPORT_ID, 'BRAND' => $model->BRAND, 'ARTICLE' => $model->ARTICLE], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', diff --git a/backend/views/dic-statuses/_form.php b/backend/views/dic-statuses/_form.php index b959ddf..ea4b4de 100755 --- a/backend/views/dic-statuses/_form.php +++ b/backend/views/dic-statuses/_form.php @@ -23,7 +23,7 @@ use yii\widgets\ActiveForm; = $form->field($model, 'if_mail')->textInput() ?>
- = Html::a('Update', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'id' => $model->id], [ + = Html::a('Редактировать', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'id' => $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', diff --git a/backend/views/emails/_form.php b/backend/views/emails/_form.php index 4182702..d454606 100755 --- a/backend/views/emails/_form.php +++ b/backend/views/emails/_form.php @@ -29,7 +29,7 @@ use yii\widgets\ActiveForm; = $form->field($model, 'who_comment')->textInput(['maxlength' => true]) ?>
- = Html::a('Update', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'id' => $model->id], [ + = Html::a('Редактировать', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'id' => $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', diff --git a/backend/views/importers/_form.php b/backend/views/importers/_form.php index beb0df7..86f57d2 100755 --- a/backend/views/importers/_form.php +++ b/backend/views/importers/_form.php @@ -13,9 +13,10 @@ use common\models\Currency;
- = Html::a('Update', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'id' => $model->id], [ + = Html::a('Редактировать', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'id' => $model->id], [ 'class' => 'btn btn-danger', 'data' => [ - 'confirm' => 'Are you sure you want to delete this item?', + 'confirm' => 'Вы увереннны что хотите удалить этот элемент?', 'method' => 'post', ], ]) ?> diff --git a/backend/views/manufacturers/_form.php b/backend/views/manufacturers/_form.php index 6cd80d2..62072f8 100755 --- a/backend/views/manufacturers/_form.php +++ b/backend/views/manufacturers/_form.php @@ -53,7 +53,7 @@ use yii\widgets\ActiveForm; = $form->field($model, 'original_url')->textInput(['maxlength' => true]) ?>
- = Html::a('Update', ['update', 'id' => $model->MFA_ID], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'id' => $model->MFA_ID], [ + = Html::a('Редактировать', ['update', 'id' => $model->MFA_ID], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'id' => $model->MFA_ID], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', diff --git a/backend/views/margins-groups/_form.php b/backend/views/margins-groups/_form.php index bd49c48..421689c 100755 --- a/backend/views/margins-groups/_form.php +++ b/backend/views/margins-groups/_form.php @@ -21,7 +21,7 @@ use yii\helpers\ArrayHelper;
- = Html::a('Update', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'id' => $model->id], [ + = Html::a('Редактировать', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'id' => $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', diff --git a/backend/views/margins-importers-import/_form.php b/backend/views/margins-importers-import/_form.php index 8288976..c60284e 100755 --- a/backend/views/margins-importers-import/_form.php +++ b/backend/views/margins-importers-import/_form.php @@ -20,7 +20,7 @@ use \yii\helpers\ArrayHelper; = $form->field($model, 'finish')->checkbox() ?>
- = Html::a('Update', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'id' => $model->id], [ + = Html::a('Редактировать', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'id' => $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', diff --git a/backend/views/margins-importers/_form.php b/backend/views/margins-importers/_form.php index 6b9f3b5..7eed10f 100755 --- a/backend/views/margins-importers/_form.php +++ b/backend/views/margins-importers/_form.php @@ -19,7 +19,7 @@ use yii\helpers\ArrayHelper; = $form->field($model, 'koef')->textInput() ?>
- = Html::a('Update', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'id' => $model->id], [ + = Html::a('Редактировать', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'id' => $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', diff --git a/backend/views/margins/view.php b/backend/views/margins/view.php index eb8b3cc..d1cdb62 100755 --- a/backend/views/margins/view.php +++ b/backend/views/margins/view.php @@ -15,8 +15,8 @@ $this->params['breadcrumbs'][] = $this->title;
- = Html::a('Update', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'id' => $model->id], [ + = Html::a('Редактировать', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'id' => $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', diff --git a/backend/views/news/_form.php b/backend/views/news/_form.php index 64c945d..008d582 100755 --- a/backend/views/news/_form.php +++ b/backend/views/news/_form.php @@ -96,7 +96,7 @@ use mihaildev\elfinder\ElFinder; = $form->field($model, 'descr')->textInput(['maxlength' => true]) ?>
- = Html::a('Create News', ['create'], ['class' => 'btn btn-success']) ?> + = Html::a('Добавить News', ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ diff --git a/backend/views/news/update.php b/backend/views/news/update.php index b626f42..c8f1f18 100755 --- a/backend/views/news/update.php +++ b/backend/views/news/update.php @@ -5,10 +5,10 @@ use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model common\models\News */ -$this->title = 'Update News: ' . ' ' . $model->name; +$this->title = 'Редактировать News: ' . ' ' . $model->name; $this->params['breadcrumbs'][] = ['label' => 'News', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; -$this->params['breadcrumbs'][] = 'Update'; +$this->params['breadcrumbs'][] = 'Редактировать'; ?>- = Html::a('Update', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'id' => $model->id], [ + = Html::a('Редактировать', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'id' => $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', diff --git a/backend/views/offices/_form.php b/backend/views/offices/_form.php index b5ccc42..dffed62 100755 --- a/backend/views/offices/_form.php +++ b/backend/views/offices/_form.php @@ -29,7 +29,7 @@ use yii\widgets\ActiveForm; = $form->field($model, 'skype')->textInput(['maxlength' => true]) ?>
- = Html::a('Create Offices', ['create'], ['class' => 'btn btn-success']) ?> + = Html::a('Добавить Offices', ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ diff --git a/backend/views/offices/update.php b/backend/views/offices/update.php index f288c43..7fbbff1 100755 --- a/backend/views/offices/update.php +++ b/backend/views/offices/update.php @@ -5,10 +5,10 @@ use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model common\models\Offices */ -$this->title = 'Update Offices: ' . ' ' . $model->name; +$this->title = 'Редактировать Offices: ' . ' ' . $model->name; $this->params['breadcrumbs'][] = ['label' => 'Offices', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; -$this->params['breadcrumbs'][] = 'Update'; +$this->params['breadcrumbs'][] = 'Редактировать'; ?>- = Html::a('Update', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'id' => $model->id], [ + = Html::a('Редактировать', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'id' => $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', diff --git a/backend/views/page/_form.php b/backend/views/page/_form.php index ea1ac8f..f61125c 100755 --- a/backend/views/page/_form.php +++ b/backend/views/page/_form.php @@ -38,7 +38,7 @@ use mihaildev\elfinder\ElFinder; = $form->field($model, 'is_active')->checkbox() ?>
- = Html::a('Create Partners', ['create'], ['class' => 'btn btn-success']) ?> + = Html::a('Добавить Partners', ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ diff --git a/backend/views/partners/update.php b/backend/views/partners/update.php index 203db42..3281ba4 100755 --- a/backend/views/partners/update.php +++ b/backend/views/partners/update.php @@ -5,10 +5,10 @@ use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model common\models\Partners */ -$this->title = 'Update Partners: ' . ' ' . $model->name; +$this->title = 'Редактировать Partners: ' . ' ' . $model->name; $this->params['breadcrumbs'][] = ['label' => 'Partners', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; -$this->params['breadcrumbs'][] = 'Update'; +$this->params['breadcrumbs'][] = 'Редактировать'; ?>- = Html::a('Update', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> - = Html::a('Delete', ['delete', 'id' => $model->id], [ + = Html::a('Редактировать', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?> + = Html::a('Удалить', ['delete', 'id' => $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', diff --git a/backend/views/pay-messages/_form.php b/backend/views/pay-messages/_form.php index d490814..09444ba 100755 --- a/backend/views/pay-messages/_form.php +++ b/backend/views/pay-messages/_form.php @@ -21,7 +21,7 @@ use yii\widgets\ActiveForm; = $form->field($model, 'user_id')->textInput() ?>
- = Html::a('Create Pay Messages', ['create'], ['class' => 'btn btn-success']) ?> + = Html::a('Добавить Pay Messages', ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ diff --git a/backend/views/pay-messages/update.php b/backend/views/pay-messages/update.php index 5b82818..8065df0 100755 --- a/backend/views/pay-messages/update.php +++ b/backend/views/pay-messages/update.php @@ -5,10 +5,10 @@ use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model common\models\PayMessages */ -$this->title = 'Update Pay Messages: ' . ' ' . $model->id; +$this->title = 'Редактировать Pay Messages: ' . ' ' . $model->id; $this->params['breadcrumbs'][] = ['label' => 'Pay Messages', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->id, 'url' => ['view', 'id' => $model->id]]; -$this->params['breadcrumbs'][] = 'Update'; +$this->params['breadcrumbs'][] = 'Редактировать'; ?>