I have added an extra column, which contain date values ("Created"). In the TicketOverviewSmall.pm file I have added this column to the following line to be output in the template:
Code: Select all
my @Col = (qw(TicketNumber Created FirstResponseTimeDestinationDate SolutionTimeDestinationDate State Owner CustomerID Priority Age));
Code: Select all
<!-- dtl:block:OverviewNavBarPageCreated -->
<th class="Created $QData{"CSS"}">
<a name="OverviewControl" href="$Env{"Baselink"}Action=$Env{"Action"};$Data{"LinkSort"};SortBy=Created;OrderBy=$LQData{"OrderBy"}">$Text{"Created"}</a>
</th>
<!-- dtl:block:OverviewNavBarPageCreated -->
Code: Select all
<td width="8%">
<div title="$Quote{"$Text{"$Data{"Created"}"}"}">$Quote{"$Text{"$Data{"Created"}"}","30"}</div>
</td>
Can anyone explain to me what I have done wrong please?
Thank you.
Dan