Code: Select all
<!--Column of the UserComment, in the Dashboard-->
<td class="W20pc">
<a href="$Env{"Baselink"}Action=AgentTicketCustomer&TicketID=$QData{"TicketID"}" onmouseover="window.status='$JSText{"Customer history"}'; return true;" onmouseout="window.status='';">
<div title="$QData{"UserComment"}">$QData{"UserComment","15"}</div>
</a>
</td>
<!--END -->
Also: how to display the field in the customer's first name?
Please. Any tips? Thanks!