Skip to content

Commit

Permalink
Fixed issue #13223: Missing translation when editing CPDB attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jan 24, 2018
1 parent c8df864 commit b13531c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -33,6 +33,7 @@
'dataProvider' => $model->search(),
'columns' => $model->columns,
'filter'=>$model,
'emptyText'=>gT('No attributes found.'),
'htmlOptions' => array('class'=> 'table-responsive'),
'rowHtmlOptionsExpression' => '["data-attribute_id" => $data->attribute_id]',
'itemsCssClass' => 'table table-responsive table-striped',
Expand Down

0 comments on commit b13531c

Please sign in to comment.