Creating a Quick Comment field

Hey all,

I am trying to modify /Ticket/Display.html in a way that right above the History, it shows a textbox that you can do a ‘Quick Comment’ in. Here is the code I have so far…

<& /Elements/TitleBoxStart, title => loc(“Quick Comment on Ticket #[_1]”, $TicketObj->Id) &>

<& /Elements/TitleBoxEnd &>

Hey all,

I am trying to modify /Ticket/Display.html in a way that right above the History, it shows a textbox that you can do a ‘Quick Comment’ in. Here is the code I have so far…

<& /Elements/TitleBoxStart, title => loc(“Quick Comment on Ticket #[_1]”, $TicketObj->Id) &>

Should be: