echo $form->create($dataModel, array('action' => 'index', 'type' => 'GET'));
echo '<label>' . __('Поиск по номеру телефона ', true) . '</label><br/>';
echo $form->input('phone', array(
'label' => '',
'type' => 'text',
'style' => 'width:150px;',
));
echo $form->submit(__('Search', true));