background color in ticket list depending on Queue

Moderator: crythias

Locked
othoma
Znuny newbie
Posts: 25
Joined: 04 May 2015, 11:45
Znuny Version: 4.0.6

background color in ticket list depending on Queue

Post by othoma »

Hello everybody.

I'd like to have some lines backgrounded in red if they are in the "Very important" Queue.

Each day at midnight, I print a ticket list of the day. And the very important tickets should be backgrounded in a different color than #AAAAAA and #DDDDDD which can be set in /Kernel/Modules/AgentStat.pm

Any idea?

Thanks a lot
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: background color in ticket list depending on Queue

Post by reneeb »

This needs development... You have to modify Kernel/Modules/AgentStats.pm for that...
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
othoma
Znuny newbie
Posts: 25
Joined: 04 May 2015, 11:45
Znuny Version: 4.0.6

Re: background color in ticket list depending on Queue

Post by othoma »

Thanks for your reply reneeb,

I was expecting that, but do you have a clue or a solution ?

Thanks
othoma
Znuny newbie
Posts: 25
Joined: 04 May 2015, 11:45
Znuny Version: 4.0.6

Re: background color in ticket list depending on Queue

Post by othoma »

no one ?...
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: background color in ticket list depending on Queue

Post by reneeb »

I guess, you have to change the code somewhere near https://github.com/OTRS/otrs/blob/rel-4 ... s.pm#L2419
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Locked