Commit 9b69b051c40e992c7d9fe3a43d2ff0a814db9604

Authored by Administrator
1 parent 1d52503a

add Vitaliy's widgets

frontend/views/accounts/general.php
... ... @@ -18,9 +18,7 @@
18 18 ?>
19 19 <h1><?= $this->title ?></h1>
20 20 <div class="" id="form_definition">
21   - <?php
22   -
23   - $form = ActiveForm::begin ();
  21 + <?php $form = ActiveForm::begin ();
24 22 echo $form->field ($user, 'isPerformer', ['template' => "{label}:\n{input}\n{hint}\n{error}"])
25 23 ->label ('<span></span>Я - исполнитель')
26 24 ->hint ('Отображается если указать специализации услуг в личном кабинете.')
... ...
frontend/views/site/registration.php
  1 +<?php
  2 + $this->registerJsFile('@web/js/selectize.js');
  3 +?>
1 4 <div class="section-box content">
2 5 <div class="section-box registration">
3 6 <div class="box-wr">
... ...