mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 15:31:41 +02:00
Admin style tweaks
This commit is contained in:
@@ -826,8 +826,7 @@ class media_admin_ui extends e_admin_ui
|
||||
public $deleteConfirmScreen = true;
|
||||
public $deleteConfirmMessage = IMALAN_129;
|
||||
|
||||
protected $grid = array('title'=>'media_name', 'image'=>'media_preview', 'body'=>'', 'class'=>'col-md-2', 'perPage'=>12, 'carousel'=>false);
|
||||
|
||||
protected $grid = array('title'=>'media_name', 'image'=>'media_preview', 'body'=>'', 'class'=>'col-sm-6 col-md-4 col-lg-2', 'perPage'=>12, 'carousel'=>false);
|
||||
|
||||
|
||||
protected $preftabs = array(IMALAN_78,IMALAN_89, 'Youtube');
|
||||
|
Reference in New Issue
Block a user