1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Closes #4046 - Add batch copy function to banner plugin

This commit is contained in:
Tijn Kuyper
2019-12-16 17:58:48 +01:00
parent 61fbc7f164
commit fb727a0086

View File

@@ -97,7 +97,7 @@ class banner_ui extends e_admin_ui
protected $pid = 'banner_id';
protected $perPage = 10;
protected $batchDelete = true;
// protected $batchCopy = true;
protected $batchCopy = true;
// protected $sortField = 'somefield_order';
// protected $orderStep = 10;
protected $tabs = array(LAN_BASIC, LAN_ADVANCED); // Use 'tab'=>0 OR 'tab'=>1 in the $fields below to enable.