1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Merge pull request #4278 from Jimmi08/patch-5

Add export option to Welcome Message admin area.
This commit is contained in:
Cameron
2020-12-02 11:14:55 -08:00
committed by GitHub

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.