Ver código fonte

modify view password option

andre 4 anos atrás
pai
commit
54cc85f0d0
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      configure_privat_mail.tpl

+ 2 - 2
configure_privat_mail.tpl

@@ -333,8 +333,8 @@ var _localLang = {
                                         <label for="customfield{$customfields[4].id}">{$customfields[4].name}</label>
                                         {$customfields[4].input}
                                         {if $customfields[4].description}
-                                            <span class="field-help-text" onclick="this.previousElementSibling.type='text';this.innerHTML='';" style="cursor:pointer;">
-                                            &#x1F441; {$customfields[4].description}
+                                            <span class="field-help-text" onclick="this.previousElementSibling.type='text';this.innerHTML='';">
+                                                <div style="cursor:pointer;">&#x1F441;</div> {$customfields[4].description}
                                             </span>
                                         {/if}
                                     </div>