.dtl Status View

Moderator: crythias

Locked
miguelmz
Znuny wizard
Posts: 370
Joined: 17 Nov 2011, 17:46
Znuny Version: 6.0.10
Real Name: Miguel
Company: SIA
Location: Madrid, Spain.

.dtl Status View

Post by miguelmz »

Hi,

Im doing a modification to the status view for my company (/opt/otrs/Kernel/Modules/AgentTicketStatusView.pm) . I have been asked to add a series of colors as a function of customer.

I had thought of some javascript code but can not find the dtl of status view :( , anyone know where I can find?

Regards.
We want OTRS certifications in Spain!!

Check out my free addons! :mrgreen:
davidappleby
Znuny newbie
Posts: 14
Joined: 12 Sep 2011, 16:28
Znuny Version: 3.0

Re: .dtl Status View

Post by davidappleby »

AgentTicketStatusView.pm and AgentTicketQueue.pm both use AgentTicketOverview[size].dtl:
  • AgentTicketOverviewSmall.dtl
  • AgentTicketOverviewMedium.dtl
  • AgentTicketOverviewPreview.dtl
So if you change the dtl file, the changes won't just be reflected in the Status View, but also the Queue View.

It may be worth looking at the .css files to set colours etc. though rather than setting them in the dtl file.
Locked