|
|
@@ -31,7 +31,8 @@ class InfoForm extends BaseForm implements ClientArea
|
|
|
|
|
|
private function initFields()
|
|
|
{
|
|
|
- $message = di('lang')->absoluteT('dnsinfomessage');
|
|
|
+// $message = di('lang')->absoluteT('dnsinfomessage');
|
|
|
+ $message = 'dnsinfomessage';
|
|
|
$this->setConfirmMessage("DNS Information");
|
|
|
$this->addInternalAlert($message, 'info', 100);
|
|
|
$this->addField(new Hidden("id"));
|
|
|
@@ -57,13 +58,5 @@ class InfoForm extends BaseForm implements ClientArea
|
|
|
$this->addField(new Text("dmarc"));
|
|
|
$this->addField(new Text("dkim"));
|
|
|
|
|
|
- logModuleCall(
|
|
|
- 'kerioEmail',
|
|
|
- __FUNCTION__,
|
|
|
- $this->dataProvider,
|
|
|
- 'Debug Data',
|
|
|
- $this
|
|
|
- );
|
|
|
-
|
|
|
}
|
|
|
}
|