|
|
@@ -3,12 +3,9 @@
|
|
|
namespace ThurData\Servers\KerioEmail\App\UI\Client\Setting\Pages;
|
|
|
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Admin\Custom\Fields\EnabledField;
|
|
|
-use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Buttons\AddSettingButton;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Buttons\ChangeStatusButton;
|
|
|
-use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Buttons\DeleteSettingButton;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Buttons\EditSettingButton;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Buttons\MassChangeStatusButton;
|
|
|
-use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Buttons\MassDeleteSettingButton;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Buttons\SpanDropdownButton;
|
|
|
use function ThurData\Servers\KerioEmail\Core\Helper\di;
|
|
|
use ThurData\Servers\KerioEmail\Core\UI\Widget\DataTable\Column;
|
|
|
@@ -108,13 +105,8 @@ class Settings extends DataTable implements ClientArea
|
|
|
public function initContent()
|
|
|
{
|
|
|
$this->addMassActionButton(new MassChangeStatusButton());
|
|
|
- $this->addMassActionButton(new MassDeleteSettingButton());
|
|
|
-
|
|
|
- $this->addButton(new AddSettingButton());
|
|
|
-
|
|
|
|
|
|
$this->addActionButton(new EditSettingButton());
|
|
|
- $this->addActionButton(new DeleteSettingButton());
|
|
|
|
|
|
$actions = new SpanDropdownButton('actions');
|
|
|
$actions->addButton(new ChangeStatusButton());
|