|
|
@@ -129,20 +129,10 @@ class Accounts extends DataTable implements ClientArea
|
|
|
$this->addActionButton(new EditAccountButton());
|
|
|
$this->addActionButton(new DeleteAccountButton());
|
|
|
|
|
|
- $mailBox = new LoginToPanelButton();
|
|
|
- $mailBox
|
|
|
- ->setRawUrl(BuildUrlExtended::getProvisioningUrl('webmail', true, true,'clientSso'))
|
|
|
- ->setRedirectParams(['actionElementId' => 'true']);
|
|
|
-
|
|
|
$actions = new SpanDropdownButton('actions');
|
|
|
$actions->addButton(new ChangeStatusButton());
|
|
|
$actions->addButton(new ChangePasswordButton());
|
|
|
|
|
|
- if ($productManager->get('ca_logInToMailboxButton') === 'on')
|
|
|
- {
|
|
|
- $actions->addButton($mailBox);
|
|
|
- }
|
|
|
-
|
|
|
$this->addActionButton($actions);
|
|
|
|
|
|
}
|