Sure :-)
PHP Code:
/** * Writes out the signature in the email editor */ setSignature : function(idx) { if (!tinyMCE) return false; var hide = document.getElementById('setEditor' + idx).checked; SE.composeLayout.renderTinyMCEToolBar(idx,hide); //wait for signatures to load before trying to set them if (!SE.composeLayout.signatures) { setTimeout("SE.composeLayout.setSignature(" + idx + ");", 1000); return; }
if(idx!==null || idx!== undefined) { //BUGFIX for Signature Problem if(idx){ var sel = document.getElementById('signatures' + idx); } else { var sel = document.getElementById('signature_id'); idx = SE.tinyInstances.currentHtmleditor; }
//Ensure that the tinyMCE html has been rendered.

Originally Posted by
feijoa
Sorry is this an insert a line into the code or revising a line a line?
I am using Version 6.4.0 and I'm not which line this pertains to. Could you possible paste the code around it?
Thanks
Bookmarks