Navigation Menu

Skip to content

Commit

Permalink
Fixed issue #12877: Missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jan 22, 2018
1 parent 0eafd7f commit 573e0b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions application/views/admin/themeoptions/surveythemelist.php
Expand Up @@ -4,6 +4,14 @@

<?php $this->widget('bootstrap.widgets.TbGridView', array(
'dataProvider' => $oSurveyTheme->search(),
'summaryText'=>gT('Displaying {start}-{end} of {count} result(s).').' '. sprintf(gT('%s rows per page'),
CHtml::dropDownList(
'pageSize',
10,
Yii::app()->params['pageSizeOptions'],
array('class'=>'changePageSize form-control', 'style'=>'display: inline; width: auto')
)
),
'columns' => array(
array(
'header' => gT('Preview'),
Expand Down

0 comments on commit 573e0b3

Please sign in to comment.