Commit 5f4d552f4d606751bcda62538a22e22c0d3cfdd7

Authored by Eugeny Galkovskiy
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 23 ]),
24 24 ]);
25 25 ?>
  26 +<div class="add_comment">
  27 + <div class="title">Мы обязательно рассмотрим все отзывы!</div>
  28 + <div class="close_comm"></div>
26 29 <div class="form-comm-wr">
27 30 <?php
28 31  
... ... @@ -37,6 +40,7 @@
37 40 echo Html::tag('div', Html::submitButton(Yii::t('artbox-comment', 'Submit')), [ 'class' => 'input_bl submit_btn' ]);
38 41 ?>
39 42 </div>
  43 + </div>
40 44 <?php
41 45 ActiveForm::end();
42 46 ?>
43 47 \ No newline at end of file
... ...