|
|
@@ -81,7 +81,7 @@ class Settings extends DataTable implements ClientArea
|
|
|
public function replaceFieldMxactive($key, $row)
|
|
|
{
|
|
|
$status = self::STATUS_LABEL[$row[$key]] ? self::STATUS_LABEL[$row[$key]] : self::STATUS_LABEL['default'];
|
|
|
- $label = di('lang')->absoluteT('kerio','account','status',$row[$key]);
|
|
|
+ $label = di('lang')->absoluteT('kerio','setting','mx','status',$row[$key]);
|
|
|
|
|
|
$field = new EnabledField();
|
|
|
$field->setRawType($status);
|
|
|
@@ -98,7 +98,7 @@ class Settings extends DataTable implements ClientArea
|
|
|
public function replaceFieldSpf($key, $row)
|
|
|
{
|
|
|
$status = self::STATUS_LABEL[$row[$key]] ? self::STATUS_LABEL[$row[$key]] : self::STATUS_LABEL['default'];
|
|
|
- $label = di('lang')->absoluteT('kerio','account','status',$row[$key]);
|
|
|
+ $label = di('lang')->absoluteT('kerio','setting','spf','status',$row[$key]);
|
|
|
|
|
|
$field = new EnabledField();
|
|
|
$field->setRawType($status);
|
|
|
@@ -115,7 +115,7 @@ class Settings extends DataTable implements ClientArea
|
|
|
public function replaceFieldDmarc($key, $row)
|
|
|
{
|
|
|
$status = self::STATUS_LABEL[$row[$key]] ? self::STATUS_LABEL[$row[$key]] : self::STATUS_LABEL['default'];
|
|
|
- $label = di('lang')->absoluteT('kerio','account','status',$row[$key]);
|
|
|
+ $label = di('lang')->absoluteT('kerio','setting','dmarc','status',$row[$key]);
|
|
|
|
|
|
$field = new EnabledField();
|
|
|
$field->setRawType($status);
|
|
|
@@ -132,7 +132,7 @@ class Settings extends DataTable implements ClientArea
|
|
|
public function replaceFieldDkim($key, $row)
|
|
|
{
|
|
|
$status = self::STATUS_LABEL[$row[$key]] ? self::STATUS_LABEL[$row[$key]] : self::STATUS_LABEL['default'];
|
|
|
- $label = di('lang')->absoluteT('kerio','account','status',$row[$key]);
|
|
|
+ $label = di('lang')->absoluteT('kerio','setting','dkim','status',$row[$key]);
|
|
|
|
|
|
$field = new EnabledField();
|
|
|
$field->setRawType($status);
|