First, i want to underline that I haven't any experience using PERL script and this language is absolutely out of my knowledges.
About OTRS, I would like to add a link into OTRS which redirect me on a PHP page (on my server). I added a piece of code into AgentTicketZoom to add a link near "SPLIT" button in a ticket.
The new button correctly appears but actually, the "link" isn't working.
Here's a paste of the code I added :
Code: Select all
$Self->{LayoutObject}->Block(
Name => 'ArticleMenu',
Data => {
%Ticket, %Article, %AclAction,
Description => 'RMA',
Name => 'RMA',
Link => 'http://www.mypage.fr/rma.php?ticket=$Data{"TicketID"}'
},
);
Can you provide me a little help or a solution ?
Thank you so much guys !
Mat.