From 65c2e19e5590826b33b566797cc60b81fc17a4ce Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Wed, 24 Feb 2021 20:54:00 +1000 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=82=D0=B5=D0=B3=D0=BE=D0=B2=20?= =?UTF-8?q?=D0=B2=D1=81=D1=82=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=BA=D0=BE=D0=B4?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/views/account/authentication.php | 2 +- .../system/views/account/deauthentication.php | 2 +- .../skillparts/system/views/account/index.php | 6 +- .../skillparts/system/views/layouts/main.php | 4 +- .../system/views/notification/panel.php | 2 +- .../system/views/notification/popup.php | 2 +- .../skillparts/system/views/product/index.php | 12 +-- .../skillparts/system/views/profile/index.php | 7 +- .../system/views/profile/monitoring.php | 4 +- .../system/views/profile/sidebar.php | 8 +- .../system/views/profile/trusted.php | 94 +++++++++---------- 11 files changed, 71 insertions(+), 72 deletions(-) diff --git a/mirzaev/skillparts/system/views/account/authentication.php b/mirzaev/skillparts/system/views/account/authentication.php index 8597baa..abfb715 100644 --- a/mirzaev/skillparts/system/views/account/authentication.php +++ b/mirzaev/skillparts/system/views/account/authentication.php @@ -1,4 +1,4 @@ - - field($model, 'mail', ['enableLabel' => false, 'options' => ['class' => 'mb-2']])->textInput(['autofocus' => true, 'placeholder' => $model->getAttributeLabel('mail')]) ?> - field($model, 'pswd', ['enableLabel' => false])->passwordInput(['placeholder' => $model->getAttributeLabel('pswd')]) ?> + field($model, 'mail', ['enableLabel' => false, 'options' => ['class' => 'mb-2']])->textInput(['autofocus' => true, 'placeholder' => $model->getAttributeLabel('mail')]) ?> + field($model, 'pswd', ['enableLabel' => false])->passwordInput(['placeholder' => $model->getAttributeLabel('pswd')]) ?>
'submitAuthentication', 'onclick' => 'authentication(this.parentElement.parentElement);', 'class' => 'flex-grow-1 mr-2 btn btn-primary button_clean']) ?> @@ -39,7 +39,7 @@ use app\models\AccountForm;
'submitRegistration', 'onclick' => 'registration(this.parentElement);', 'class' => 'col-12 ml-auto btn btn-success btn-sm button_clean']) ?> - + \ No newline at end of file diff --git a/mirzaev/skillparts/system/views/layouts/main.php b/mirzaev/skillparts/system/views/layouts/main.php index 74faf0e..e6b35e9 100644 --- a/mirzaev/skillparts/system/views/layouts/main.php +++ b/mirzaev/skillparts/system/views/layouts/main.php @@ -70,7 +70,7 @@ AppAsset::register($this);