From 616c85344ed54c23058a33382d4131489da6decc Mon Sep 17 00:00:00 2001 From: Yarik Date: Sat, 12 Mar 2016 11:48:40 +0200 Subject: [PATCH] test --- frontend/views/search/customer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/search/customer.php b/frontend/views/search/customer.php index 4919ae0..47d661e 100644 --- a/frontend/views/search/customer.php +++ b/frontend/views/search/customer.php @@ -125,7 +125,7 @@ 'action' => [ '' ], 'options' => [ 'class' => 'search-worker-form' ], ]); - echo $form2->field($model, 'info', [ 'options' => [ 'tag' => false ] ]) + echo $form2->field($model, 'info', [ 'options' => [ 'tag' => 'span' ] ]) ->label(false) ->textInput([ 'placeholder' => $model->getAttributeLabel('info') ]); echo Html::submitInput('Найти'); -- libgit2 0.21.4