Column of the UserComment, in the Dashboard?

Moderator: crythias

Locked
webipsum
Znuny newbie
Posts: 5
Joined: 22 Jun 2012, 19:35
Znuny Version: 3.1.3

Column of the UserComment, in the Dashboard?

Post by webipsum »

I need to display the comments field on the Dashboard and I can not:

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 -->
In the Dashboard, column (UserComment) appears without content.

Also: how to display the field in the customer's first name?

Please. Any tips? Thanks!
Locked