Bläddra i källkod

modify password field

andre 4 år sedan
förälder
incheckning
d81cbad2ba
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      configure_thurvserver.tpl

+ 2 - 2
configure_thurvserver.tpl

@@ -320,8 +320,8 @@ var _localLang = {
                                         <label for="customfield{$customfields[2].id}">{$customfields[2].name}</label>
                                         {$customfields[2].input}
                                         {if $customfields[2].description}
-                                            <span class="field-help-text">
-                                                &#x1F441; test {$customfields[2].description}
+                                            <span class="field-help-text" onclick="{$customfields[2].input}.type=text">
+                                                &#x1F441; {$customfields[2].description}
                                             </span>
                                         {/if}
                                     </div>