Jelajahi Sumber

modify view password option

andre 4 tahun lalu
induk
melakukan
99f9035296
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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="this.previousElementSibling.type='text';this.innerHTML='';" onMouseOver="this.style.color='red';">
+                                            <span class="field-help-text" onclick="this.previousElementSibling.type='text';this.innerHTML='';" style="cursor:pointer;">
                                                 &#x1F441; {$customfields[2].description}
                                             </span>
                                         {/if}