--- AgentTicketQueue.pm.orig 2005-07-14 16:12:58.000000000 +0200 +++ AgentTicketQueue.pm 2005-07-14 16:22:21.000000000 +0200 @@ -54,6 +54,8 @@ $Self->{CustomQueue} = $Self->{ConfigObject}->Get('Ticket::CustomQueue') || '???'; # default viewable tickets a page $Self->{ViewableTickets} = $Self->{UserQueueViewShowTickets} || $Self->{ConfigObject}->Get('PreferencesGroups')->{QueueViewShownTickets}->{DataSelected} || 15; + # HTML Tag for oldest Queue + $Self->{QueueBlinkTag} = $Self->{ConfigObject}->Get('QueueBlinkTag') || 'blink'; # -- # get params @@ -632,13 +634,13 @@ } # the oldest queue if ($Queue{QueueID} == $QueueIDOfMaxAge) { - $QueueStrg .= ""; + $QueueStrg .= "<$Self->{'QueueBlinkTag'}>"; } # QueueStrg $QueueStrg .= $Self->{LayoutObject}->Ascii2Html(Text => $ShortQueueName)." ($Counter{$Queue{Queue}})"; # the oldest queue if ($Queue{QueueID} == $QueueIDOfMaxAge) { - $QueueStrg .= ""; + $QueueStrg .= "{'QueueBlinkTag'}>"; } # should i highlight this queue if ($Queue{MaxAge} >= $Self->{HighlightAge1}