' .
$td. $link . $id . ''. $space .
$td. $link . $ticket->{'subject'} . ''. $space .
$td. $ticket->{'queue'} . ''. $space .
$td. $ticket->{'status'} . ''. $space .
$td. $date_formatter->($ticket->{'created'}) . ''. $space .
$td. $date_formatter->($ticket->{'due'}) . ''. $space .
qq!!.
($ticket->{'timeestimated'} ?
sprintf('%.1f', $ticket->{'timeestimated'} / 60.0) # .1f?
: ''
) . ' | '. $space .
qq!!;
if ( $can_set_priority ) {
$OUT .= '' .
'{'_selfservice_priority'}.'"> | ';
if ( exists($ticket_error{$id}) ) {
# display error message compactly
$OUT .= $td. '*';
} else {
$OUT .= $td.'';
}
}
else {
$OUT .= ($ticket->{'content'} || $ticket->{'priority'}) . ''.
$td.'';
}
$OUT .= '
';
$col = $col eq $col1 ? $col2 : $col1;
} #foreach my $ticket
if ( $can_set_priority ) {
$OUT .= '