Skip to content

Commit

Permalink
Fix markup on index page when Advanced Search show up
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid committed Nov 26, 2015
1 parent b0540fc commit 03fa3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/server/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Pjax::begin(array_merge(Yii::$app->params['pjax'], ['enablePushState' => true]));
?>

<?php $box = ActionBox::begin(['model' => $model, 'dataProvider' => $dataProvider]) ?>
<?php $box = ActionBox::begin(['model' => $model, 'dataProvider' => $dataProvider, 'bulk' => false]) ?>
<?php $box->beginActions() ?>
<?= $box->renderSearchButton() ?>
<?= $box->renderSorter([
Expand Down

0 comments on commit 03fa3a6

Please sign in to comment.