Commit 7cfbdfc485cc20e3ab483ac1c761aa832483dd39

Authored by Eugeny Galkovskiy
1 parent c42b928f

...

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
frontend/views/search/performer.php
... ... @@ -60,7 +60,7 @@
60 60 <label>Специализации</label>
61 61 <div class="required"></div>
62 62 </div>
63   - <div class="style">
  63 + <div class="new-spec-block style">
64 64 <ul class="content-menu-first">
65 65 <?php foreach($specializations as $specialization): ?>
66 66 <li data-img="<?= $specialization->image ?>">
... ... @@ -108,7 +108,6 @@
108 108 <div class="admin-specialization-selected style">
109 109 <ul></ul>
110 110 </div>
111   -
112 111 <?php
113 112 // End of new specialization chooser
114 113 ?>
... ... @@ -212,7 +211,7 @@
212 211 <?= $form->field($model, 'additional_parameters')
213 212 ->checkboxList([
214 213 'with_portfolio' => 'Только с портфолио',
215   - 'with_comments' => 'Только с мнениями',
  214 + 'with_comments' => 'Только с отзывами',
216 215 'only_free' => 'Только свободные',
217 216 ], [
218 217 'item' => function($index, $label, $name, $checked, $value) {
... ...