Commit 5c608501b8e4fbc70cd352a0a01eb847d01c2090

Authored by Administrator
2 parents 0fa9e0f1 616c8534

Merge remote-tracking branch 'origin/master'

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/search/customer.php
@@ -125,7 +125,7 @@ @@ -125,7 +125,7 @@
125 'action' => [ '' ], 125 'action' => [ '' ],
126 'options' => [ 'class' => 'search-worker-form' ], 126 'options' => [ 'class' => 'search-worker-form' ],
127 ]); 127 ]);
128 - echo $form2->field($model, 'info', [ 'options' => [ 'tag' => false ] ]) 128 + echo $form2->field($model, 'info', [ 'options' => [ 'tag' => 'span' ] ])
129 ->label(false) 129 ->label(false)
130 ->textInput([ 'placeholder' => $model->getAttributeLabel('info') ]); 130 ->textInput([ 'placeholder' => $model->getAttributeLabel('info') ]);
131 echo Html::submitInput('Найти'); 131 echo Html::submitInput('Найти');