mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Enabled batch copy of featurebox items.
This commit is contained in:
parent
9b730ee240
commit
fc1286a7a0
@ -65,6 +65,7 @@ class fb_category_ui extends e_admin_ui
|
||||
protected $table = "featurebox_category";
|
||||
protected $pid = "fb_category_id";
|
||||
protected $perPage = 0; //no limit
|
||||
|
||||
|
||||
protected $fields = array(
|
||||
'checkboxes' => array('title'=> '', 'type' => null, 'width' =>'5%', 'forced'=> TRUE, 'thclass'=>'center', 'class'=>'center first'),
|
||||
@ -167,6 +168,7 @@ class fb_main_ui extends e_admin_ui
|
||||
protected $pid = "fb_id";
|
||||
protected $perPage = 10;
|
||||
protected $batchDelete = true;
|
||||
protected $batchCopy = true;
|
||||
|
||||
protected $fields = array(
|
||||
'checkboxes' => array('title'=> '', 'type' => null, 'width' =>'5%', 'forced'=> TRUE, 'thclass'=>'center first', 'class'=>'center'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user