Commit 5f4d552f4d606751bcda62538a22e22c0d3cfdd7
1 parent
dabd0d1b
123
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
frontend/views/comments/_form.php
@@ -23,6 +23,9 @@ | @@ -23,6 +23,9 @@ | ||
23 | ]), | 23 | ]), |
24 | ]); | 24 | ]); |
25 | ?> | 25 | ?> |
26 | +<div class="add_comment"> | ||
27 | + <div class="title">Мы обязательно рассмотрим все отзывы!</div> | ||
28 | + <div class="close_comm"></div> | ||
26 | <div class="form-comm-wr"> | 29 | <div class="form-comm-wr"> |
27 | <?php | 30 | <?php |
28 | 31 | ||
@@ -37,6 +40,7 @@ | @@ -37,6 +40,7 @@ | ||
37 | echo Html::tag('div', Html::submitButton(Yii::t('artbox-comment', 'Submit')), [ 'class' => 'input_bl submit_btn' ]); | 40 | echo Html::tag('div', Html::submitButton(Yii::t('artbox-comment', 'Submit')), [ 'class' => 'input_bl submit_btn' ]); |
38 | ?> | 41 | ?> |
39 | </div> | 42 | </div> |
43 | + </div> | ||
40 | <?php | 44 | <?php |
41 | ActiveForm::end(); | 45 | ActiveForm::end(); |
42 | ?> | 46 | ?> |
43 | \ No newline at end of file | 47 | \ No newline at end of file |