Quellcode durchsuchen

modify username hint

andre vor 4 Jahren
Ursprung
Commit
96c7eab810
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      configure_thurvserver.tpl

+ 1 - 1
configure_thurvserver.tpl

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