andre 3 месяцев назад
Родитель
Сommit
bcf1a13da6

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

@@ -23,7 +23,7 @@
     <div class="lu-alert lu-alert--info lu-alert--faded modal-alert-top">
         <div class="lu-alert__body" name="{$rawObject->getName()}">
             <div id="infoheader" class="lu-alert--lg"></div>
-            {if $rawObject->getDescription()}
+            {if $rawObject->getDescription()}{debug}
                 {$MGLANG->T($rawObject->getDescription())}
             {/if}
             <div id="infomessage"></div>