Yii::t('frontend/collection','All')]+ HtmlHelper::mkAccountOptions($model->accounts);
?>
['index'],
'method' => 'get',
]); ?>
= $form->field($model, 'id_account')->dropDownList( $accountOptions ) ?>
= $form->field($model, 'start')->widget(DateTimePicker::classname(), [
'pluginOptions' => [
'autoclose'=>true,
'format' => 'yyyy.mm.dd hh:ii'
]
]) ?>
= $form->field($model, 'end') ->widget(DateTimePicker::classname(), [
'pluginOptions' => [
'autoclose'=>true,
'format' => 'yyyy.mm.dd hh:ii'
]
]) ?>
= Html::submitButton(Yii::t('frontend/collection', 'Search'), ['class' => 'btn btn-primary']) ?>