Changeset 1316


Ignore:
Timestamp:
08/12/09 16:39:50 (15 years ago)
Author:
amuller
Message:

Ticket #485 - Arrumando problema com assinatura simples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/hook_settings.inc.php

    r1291 r1316  
    374374function config_form(pObj,pHandler) 
    375375{ 
    376         pObj.onclick=function () { return pHandler(\"text\") }; 
     376        pObj.onclick=function () { if (document.getElementsByName(\"user[type_signature]\")[0].value == \"html\") return pHandler(\"text\") }; 
    377377} 
    378378document.getElementById('user_signature').value=html_entity_decode(document.getElementById('user_signature').innerHTML); 
Note: See TracChangeset for help on using the changeset viewer.