Skip to content

Commit

Permalink
Dev: Bigger page size options for CPDB list
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Oct 27, 2016
1 parent 4383c02 commit d05e9d2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -85,7 +85,7 @@
CHtml::dropDownList(
'pageSizeParticipantView',
Yii::app()->user->getState('pageSizeParticipantView', Yii::app()->params['defaultPageSize']),
Yii::app()->params['pageSizeOptions'],
Yii::app()->params['pageSizeOptionsTokens'],
array('class'=>'changePageSize form-control', 'style'=>'display: inline; width: auto')
)
),
Expand Down

0 comments on commit d05e9d2

Please sign in to comment.