@@ -32,15 +32,6 @@ class EditGeneralSection extends FreeFieldsSection
{
$dns = new DnsHelper();
$selfdns = $dns->selfDns($this->getRequestValue('actionElementId'));
-
- logModuleCall(
- 'kerioEmail',
- __FUNCTION__,
- $this->getRequestValue('actionElementId'),
- 'Debug Error',
- $selfdns
- );
if($selfdns){
$id = new Hidden();
$id->setId('id');
@@ -21,7 +21,7 @@
*}
<div class="lu-form-group">
<div class="lu-alert lu-alert--info lu-alert--faded modal-alert-top">
- <div class="lu-alert__body" name="{$rawObject->getName()}">
+ <div class="lu-alert__body" name="{$rawObject->getName()}" title="{$rawObject->getName()}">
{if $rawObject->getDescription()}
{$MGLANG->T($rawObject->getDescription())}
{/if}