Selaa lähdekoodia

modify password field

andre 4 vuotta sitten
vanhempi
commit
d6030768c7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      configure_thurvserver.tpl

+ 1 - 1
configure_thurvserver.tpl

@@ -320,7 +320,7 @@ var _localLang = {
                                         <label for="customfield{$customfields[2].id}">{$customfields[2].name}</label>
                                         {$customfields[2].input}
                                         {if $customfields[2].description}
-                                            <span class="field-help-text" onclick="togglePWView(this)">
+                                            <span class="field-help-text" onclick="toggleViewPW(this)">
                                                 &#x1F441; {$customfields[2].description}
                                             </span>
                                         {/if}