andre 3 tháng trước cách đây
mục cha
commit
48be49ed01

+ 0 - 9
app/UI/Client/Setting/Sections/EditGeneralSection.php

@@ -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');

+ 1 - 1
templates/client/default/ui/core/default/widget/forms/fields/info.tpl

@@ -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}