andre 4 лет назад
Родитель
Сommit
4ae3a30532
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      configure_thurvserver.tpl

+ 4 - 2
configure_thurvserver.tpl

@@ -281,8 +281,10 @@ var _localLang = {
                                         <label for="customfield{$customfields[0].id}">{$customfields[0].name}</label>
                                         {$customfields[0].input}
                                         {if $customfields[0].description}
-                                            <span class="alert alert-info">
-                                                {$customfields[0].description}
+                                            <span class="field-help-text">
+                                                <div class="alert alert-info">
+                                                    {$customfields[0].description}
+                                                </div>
                                             </span>
                                         {/if}
                                     </div>