diff --git a/frontend/views/blog/_article.php b/frontend/views/blog/_article.php index d7713f8..6d2a097 100644 --- a/frontend/views/blog/_article.php +++ b/frontend/views/blog/_article.php @@ -64,7 +64,7 @@ } else { echo '0'; } - ?> Comments + ?> комментариев

diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 6ffb663..74c147c 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -304,7 +304,7 @@ _________________________________________________________ --> 'url' => [ 'site/price' ], ]; $items[] = [ - 'label' => \Yii::t('app', 'Блог'), + 'label' => \Yii::t('app', 'Статьи'), 'url' => [ 'blog/index' ], ]; $items[] = [ diff --git a/frontend/views/site/comment/artbox_comment_form.php b/frontend/views/site/comment/artbox_comment_form.php index 46b8132..df2fdd2 100755 --- a/frontend/views/site/comment/artbox_comment_form.php +++ b/frontend/views/site/comment/artbox_comment_form.php @@ -59,7 +59,7 @@ echo Html::tag( 'div', Html::submitButton( - Yii::t('app', 'Submit comment') + Yii::t('app', 'Отправить отзыв') ), [ 'class' => 'input_bl submit_btn' ] ); diff --git a/frontend/views/site/comments.php b/frontend/views/site/comments.php index d04124a..562622c 100644 --- a/frontend/views/site/comments.php +++ b/frontend/views/site/comments.php @@ -10,27 +10,33 @@ */ ?> +
+
+
+
+

Отзывы

+ $model, + 'display_name' => 'name', + 'entityIdAttribute' => 'id', + 'reply' => true, + 'layout' => "{list}

Оставить отзыв

{form} {reply_form}", + 'delete' => false, + 'more' => [ + 'show_' => true, + 'key' => 2, + ], + 'formView' => '@frontend/views/site/comment/artbox_comment_form', + 'listView' => '@frontend/views/site/comment/artbox_comment_list', + 'replyView' => '@frontend/views/site/comment/artbox_comment_reply', + 'itemView' => '@frontend/views/site/comment/artbox_comment_item', + ] + ); + ?> -
- - $model, - 'display_name' => 'name', - 'entityIdAttribute' => 'id', - 'reply' => true, - 'delete' => false, - 'more' => [ - 'show_' => true, - 'key' => 2, - ], - 'formView' => '@frontend/views/site/comment/artbox_comment_form', - 'listView' => '@frontend/views/site/comment/artbox_comment_list', - 'replyView' => '@frontend/views/site/comment/artbox_comment_reply', - 'itemView' => '@frontend/views/site/comment/artbox_comment_item', - ] - ); - ?> - -
+
+
+
+
\ No newline at end of file diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index a05a2f6..183f3de 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -324,4 +324,15 @@ input[type="text"].form-control{ } .price-page{ margin-bottom: 50px; +} +.artbox_list_container .artbox_list_container{ + margin:25px 0px; +} +.title-comment{ + width: 730px; + margin-left: auto; + margin-right: auto; +} +.feedback-wr .form-comm-wr{ + margin-bottom: 60px; } \ No newline at end of file -- libgit2 0.21.4