Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Sep 9, 2016
1 parent 23b1700 commit c627c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/domain/_search.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
<?= Html::tag('label', Yii::t('hipanel/domain', 'Registered range'), ['class' => 'control-label']); ?>
<?= DatePicker::widget([
'model' => $search->model,
'type' => DatePicker::TYPE_RANGE,
'attribute' => 'created_from',
'attribute2' => 'created_till',
'type' => DatePicker::TYPE_RANGE,
'pluginOptions' => [
'autoclose' => true,
'format' => 'dd-mm-yyyy',
Expand Down

0 comments on commit c627c92

Please sign in to comment.