--- Ticket.pm.org 2005-07-14 16:14:35.000000000 +0200 +++ Ticket.pm 2005-07-14 16:22:19.000000000 +0200 @@ -173,6 +173,11 @@ $Self->{HighlightAge2} = 2880; $Self->{HighlightColor2} = 'red'; + # Wich HTML Tag for the oldest Queue? + # What to put in <> + $Self->{QueueBlinkTag} = 'em'; + + # Ticket::Frontend::PendingDiffTime # (Time in sec. which "pending date" shows per default) [default: 24*60*60 -=> 1d] $Self->{'Ticket::Frontend::PendingDiffTime'} = 24*60*60;