瀏覽代碼

test use sections

andre 3 月之前
父節點
當前提交
2c36d5f743

+ 1 - 1
app/UI/Admin/Templates/custom/modals/modalExtendedTabsEdit.tpl

@@ -29,7 +29,7 @@
                 </ul>
             </div>
             <div class="lu-modal__body">Blubb5
-                {if $editForm->haveInternalAlertMessage()}
+                {if $editForm->haveInternalAlertMessage()}Blubb6
                     <div class="lu-alert {if $editForm->getInternalAlertSize() !== ''}lu-alert--{$editForm->getInternalAlertSize()}{/if} lu-alert--{$editForm->getInternalAlertMessageType()} lu-alert--faded modal-alert-top">
                         <div class="lu-alert__body">
                             {if $editForm->isInternalAlertMessageRaw()|unescape:'html'}{$editForm->getInternalAlertMessage()}{else}{$MGLANG->T($editForm->getInternalAlertMessage())|unescape:'html'}{/if}

+ 1 - 1
app/UI/Client/Setting/Forms/InfoForm.php

@@ -36,7 +36,7 @@ class InfoForm extends SortedFieldForm implements ClientArea
         $message = 'DNS Informations for <b id="infoalertmaildomain" class="lu-alert--lg"></b>
             <div id="addalertheader" class="lu-alert--lg"></div>';
         $section = new GeneralSection();
-        $section->addInternalAlert($message, null, 100, true);
+        $section->addInternalAlert($message, null, 100);
         $this->addSection($section);
         $this->addSection(new AdditionalSection());