mirror of
https://github.com/e107inc/e107.git
synced 2025-07-27 01:40:22 +02:00
Enabled batch copy of featurebox items.
This commit is contained in:
@@ -65,6 +65,7 @@ class fb_category_ui extends e_admin_ui
|
|||||||
protected $table = "featurebox_category";
|
protected $table = "featurebox_category";
|
||||||
protected $pid = "fb_category_id";
|
protected $pid = "fb_category_id";
|
||||||
protected $perPage = 0; //no limit
|
protected $perPage = 0; //no limit
|
||||||
|
|
||||||
|
|
||||||
protected $fields = array(
|
protected $fields = array(
|
||||||
'checkboxes' => array('title'=> '', 'type' => null, 'width' =>'5%', 'forced'=> TRUE, 'thclass'=>'center', 'class'=>'center first'),
|
'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 $pid = "fb_id";
|
||||||
protected $perPage = 10;
|
protected $perPage = 10;
|
||||||
protected $batchDelete = true;
|
protected $batchDelete = true;
|
||||||
|
protected $batchCopy = true;
|
||||||
|
|
||||||
protected $fields = array(
|
protected $fields = array(
|
||||||
'checkboxes' => array('title'=> '', 'type' => null, 'width' =>'5%', 'forced'=> TRUE, 'thclass'=>'center first', 'class'=>'center'),
|
'checkboxes' => array('title'=> '', 'type' => null, 'width' =>'5%', 'forced'=> TRUE, 'thclass'=>'center first', 'class'=>'center'),
|
||||||
|
Reference in New Issue
Block a user