From 7807d05c18d02ad20cce2585604d288c1080c656 Mon Sep 17 00:00:00 2001 From: timur Date: Mon, 24 Jul 2017 18:44:09 +0300 Subject: [PATCH] комментарии в блоге (залез в артбокс коммент вью) --- views/artbox_comment_form.php | 5 ++++- views/artbox_comment_item.php | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/views/artbox_comment_form.php b/views/artbox_comment_form.php index 795e5a7..4525084 100755 --- a/views/artbox_comment_form.php +++ b/views/artbox_comment_form.php @@ -58,7 +58,10 @@ ->textarea(); echo Html::tag( 'div', - Html::submitButton(Yii::t('artbox-comment', 'Submit')), + Html::submitButton( +// Yii::t('artbox-comment', 'Submit') + 'Написать' + ), [ 'class' => 'input_bl submit_btn' ] ); ?> diff --git a/views/artbox_comment_item.php b/views/artbox_comment_item.php index 4d56650..3b397dc 100755 --- a/views/artbox_comment_item.php +++ b/views/artbox_comment_item.php @@ -15,7 +15,9 @@
customer)? + mb_substr($model->customer->username, 0,1) : mb_substr($model->username, 0,1); ?>