[otrs-cvs] FAQ/Kernel/Output/HTML/Standard AgentFAQ.dtl,1.46,1.47

CVS commits notifications of OTRS.org cvs-log at otrs.org
Wed Jul 15 13:32:09 GMT 2009


Comments:
Update of /home/cvs/FAQ/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv20685/Kernel/Output/HTML/Standard

Modified Files:
	AgentFAQ.dtl 
Log Message:
Fixed bug# 3986 - Inserting an FAQ Article to AgentTicketPhone does not work.

Author: ub

Index: AgentFAQ.dtl
===================================================================
RCS file: /home/cvs/FAQ/Kernel/Output/HTML/Standard/AgentFAQ.dtl,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** AgentFAQ.dtl	23 Jun 2009 14:24:02 -0000	1.46
--- AgentFAQ.dtl	15 Jul 2009 13:32:03 -0000	1.47
***************
*** 383,386 ****
--- 383,393 ----
      }
  
+     // add FAQ text to WYSIWYG editor in opener window
+     if (parent.opener.onInsertFAQText) {
+ 
+         // fire custom onInsertFAQText event
+         parent.opener.onInsertFAQText.fire(document.spelling.Body.value);
+     }
+ 
      /* copy subject */
      if (parent.opener.document.compose.Subject.value == '') {


More information about the cvs-log mailing list