[otrs-cvs] otrs/Kernel/Modules AgentTicketQueue.pm,1.84,1.85
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv17052/Kernel/Modules
Modified Files:
AgentTicketQueue.pm
Log Message:
Fixed bug#7697 (follow-up fix) - Creating queues: sub-queues after level 4 not shown in dropdown box.
Author: mab
Index: AgentTicketQueue.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketQueue.pm,v
retrieving revision 1.84
retrieving revision 1.85
diff -2 -u -d -r1.84 -r1.85
--- AgentTicketQueue.pm 5 Dec 2012 11:11:47 -0000 1.84
+++ AgentTicketQueue.pm 5 Dec 2012 13:05:47 -0000 1.85
@@ -449,6 +449,11 @@
next KEYS;
}
+ my $Class = $Counter;
+ if ( $Counter > 10 ) {
+ $Class = 'X';
+ }
+
$Param{QueueStrgLevel}
- .= '<ul class="QueueOverviewList Level_' . $Counter . '">' . $Param{$Keys} . '</ul>';
+ .= '<ul class="QueueOverviewList Level_' . $Class . '">' . $Param{$Keys} . '</ul>';
$Counter++;
}
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log