mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
welcome message - adding export option
This commit is contained in:
@@ -67,7 +67,7 @@ class generic_ui extends e_admin_ui
|
|||||||
protected $perPage = 10;
|
protected $perPage = 10;
|
||||||
protected $batchDelete = true;
|
protected $batchDelete = true;
|
||||||
protected $batchCopy = true;
|
protected $batchCopy = true;
|
||||||
|
protected $batchExport = true;
|
||||||
// protected $sortField = 'somefield_order';
|
// protected $sortField = 'somefield_order';
|
||||||
// protected $orderStep = 10;
|
// protected $orderStep = 10;
|
||||||
// protected $tabs = array('Tabl 1','Tab 2'); // Use 'tab'=>0 OR 'tab'=>1 in the $fields below to enable.
|
// protected $tabs = array('Tabl 1','Tab 2'); // Use 'tab'=>0 OR 'tab'=>1 in the $fields below to enable.
|
||||||
|
Reference in New Issue
Block a user