|
|
@@ -9,6 +9,8 @@ use ThurData\Servers\KerioEmail\Core\UI\Widget\Buttons\ButtonDataTableModalActio
|
|
|
class InfoButton extends ButtonDataTableModalAction implements ClientArea
|
|
|
{
|
|
|
protected $icon = 'lu-zmdi lu-zmdi-info-outline';
|
|
|
+ protected $id = "infoButton";
|
|
|
+ protected $title = "infoButton";
|
|
|
|
|
|
public function initContent()
|
|
|
{
|