Hi Stefan,

Thanks for the info. I got this task done by editing the file <otrs_home>/Kernel/Output/HTML/Standard/CustomerTicketMessageNew.dtl. I had to find out this file the hard way.

I would like to know more of this first link you have sent me . I did a Google German to English translation to see what the page says. What I did was

after the line

$Output. = $Line; }
I added

$Output. = “$Param {TemplateFile}”;




Hm, when i changed my Generic.pm to this style :

       # add this line to output
       $Output .= $Line;
}
   $Output .= "$Param{TemplateFile}";

it works on my machine.

Curious, no idea yet, what happens on your side.
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/

Reply via email to