mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Fix for thumbnail size in admin-ui Grid.
This commit is contained in:
@@ -190,7 +190,7 @@ class theme_admin_ui extends e_admin_ui
|
||||
// protected \$sortField = 'somefield_order';
|
||||
// protected \$sortParent = 'somefield_parent';
|
||||
// protected \$treePrefix = 'somefield_title';
|
||||
protected $grid = array('price'=>'price', 'version'=>'version','title'=>'name', 'image'=>'thumbnail', 'body'=>'', 'class'=>'col-md-2', 'perPage'=>12, 'carousel'=>true, 'toggleButton'=>false);
|
||||
protected $grid = array('price'=>'price', 'version'=>'version','title'=>'name', 'image'=>'thumbnail', 'body'=>'', 'class'=>'col-md-2 col-sm-3', 'perPage'=>12, 'carousel'=>true, 'toggleButton'=>false);
|
||||
|
||||
|
||||
protected $fields = array(
|
||||
|
Reference in New Issue
Block a user