AgentMailboxTicket.dtl question

Martin wrote:
HOW can I configure the screen for the "new messsages" view so that I see them full, like the Standard view, which I can change in the preferences settings?
You need to modify the the Kernel/Output/HTML/Standard/AgentMailboxTicket.dtl template. <<<< Dear martin, thanks for your answer. I had a look at this file and I found this: ------------ <!-- start ticket --> <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="2"> <tr> <td align="left" width="65%" class="table0"> <b>$Env{"Box0"}$Config{"TicketHook"}: $Data{"TicketNumber"}$Env{"Box1"}</b> <font color="red">$Text{"$$ </td> <td align="right" valign="top" width="34%" class="table0"> <b>$Env{"Box0"}$Text{"Age"}: $Data{"Age"}$Env{"Box1"}</b> </td> </tr> </table> ---------------- However, I don´t know WHERE and WHAT I have to add in order to see the body of the new messages. I could think of adding the "body" after the last "$Env" line, but don´t know how to. Could somebody help me? Would be great! Thanks, Marc

Hi Marc, On Fri, Apr 16, 2004 at 01:33:08PM +0200, Mercator GmbH wrote:
HOW can I configure the screen for the "new messsages" view so that I see them full, like the Standard view, which I can change in the preferences settings?
You need to modify the the Kernel/Output/HTML/Standard/AgentMailboxTicket.dtl template. <<<< [...] thanks for your answer. I had a look at this file and I found this: ------------ <!-- start ticket --> <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="2"> <tr> <td align="left" width="65%" class="table0"> <b>$Env{"Box0"}$Config{"TicketHook"}: $Data{"TicketNumber"}$Env{"Box1"}</b> <font color="red">$Text{"$$ </td> <td align="right" valign="top" width="34%" class="table0"> <b>$Env{"Box0"}$Text{"Age"}: $Data{"Age"}$Env{"Box1"}</b> </td> </tr> </table> ---------------- However, I don´t know WHERE and WHAT I have to add in order to see the body of the new messages. I could think of adding the "body" after the last "$Env" line, but don´t know how to. Could somebody help me?
Would be great!
Just take Kernel/Output/HTML/Standard/TicketView.dtl as example (it's the std. queue view). -=> $Data{"Body"}
Marc
Martin -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Manage your communication!
participants (2)
-
Martin Edenhofer
-
Mercator GmbH