From 89571990fcb523dff173395b019d035b01d8dee2 Mon Sep 17 00:00:00 2001 From: icemate Date: Fri, 12 Feb 2016 14:28:32 +0200 Subject: [PATCH] tokar commit --- frontend/views/accounts/contacts.php | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------- frontend/web/css/style.css | 14 ++++++++++++++ 2 files changed, 83 insertions(+), 31 deletions(-) diff --git a/frontend/views/accounts/contacts.php b/frontend/views/accounts/contacts.php index 3c14981..9ed0ae8 100755 --- a/frontend/views/accounts/contacts.php +++ b/frontend/views/accounts/contacts.php @@ -7,41 +7,79 @@ use yii\helpers\Html; use yii\widgets\ActiveForm; - $this->title = 'Мой профиль'; + $this->title = 'Контакты'; $this->params['breadcrumbs'][] = $this->title; $user = \Yii::$app->user->identity; ?> -

title ?>

-

Будут видны всем

-title ?>

Будут видны всем

+ + +
+ - 'phone', 'item_id' => $user->id, 'model' => 'common\models\User', 'language' => 'ru', - ] -); ?> -field ($user_info, 'social_vk') - ->label ('Vk.com') - ->textInput () ?> -field ($user_info, 'social_fb') - ->label ('FaceBook.com') - ->textInput () ?> -field ($user_info, 'social_in') - ->label ('LinkedIn.com') - ->textInput () ?> -field ($user_info, 'social_t') - ->label ('Twitter.com') - ->textInput () ?> - 'site', 'item_id' => $user->id, 'model' => 'common\models\User', 'language' => 'ru', - ] -); ?> -end (); -?> + ?> +
+
+ 'phone', 'item_id' => $user->id, 'model' => 'common\models\User', 'language' => 'ru', + ] + ); ?> +
+
+ +
+
+ field ($user_info, 'social_vk') + ->label ('Vk.com') + ->textInput (['class'=> 'custom-input-2']); ?> +
+
+ +
+
+ field ($user_info, 'social_fb') + ->label ('FaceBook.com') + ->textInput (['class'=> 'custom-input-2']); ?> +
+
+ +
+
+ field ($user_info, 'social_in') + ->label ('LinkedIn.com') + ->textInput (['class'=> 'custom-input-2']); ?> +
+
+ +
+
+ field ($user_info, 'social_t') + ->label ('Twitter.com') + ->textInput (['class'=> 'custom-input-2']); ?> +
+
+ +
+
+ 'site', 'item_id' => $user->id, 'model' => 'common\models\User', 'language' => 'ru', + ] + ); ?> +
+
+ +
+
+ 'input-blocks-wrapper button']); + $form->end (); + ?> + +
+
+
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 7340258..703e1bd 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -5504,4 +5504,18 @@ a.blog-new-link:hover{text-decoration: underline !important;} display: block; border: none; outline: none; +} +.login-left-column-title-hint { + font-size: 13px; + color: #b7b7b7; + padding: 0; + margin: 0; + height: 21px; + line-height: 21px; + float: left;;padding-bottom: 23px; + +} +.login-left-column-title span{float: left;display: block;padding-bottom: 23px} +.admin-contacts-wr legend { + display: none; } \ No newline at end of file -- libgit2 0.21.4