1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

welcome message - adding export option

This commit is contained in:
Jimako 2020-12-02 07:54:55 +01:00 committed by GitHub
parent a81a5789e4
commit 57aa13ee39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ class generic_ui extends e_admin_ui
protected $perPage = 10;
protected $batchDelete = true;
protected $batchCopy = true;
protected $batchExport = true;
// protected $sortField = 'somefield_order';
// protected $orderStep = 10;
// protected $tabs = array('Tabl 1','Tab 2'); // Use 'tab'=>0 OR 'tab'=>1 in the $fields below to enable.