diff --git a/Kernel/Output/HTML/Templates/Standard/AgentTicketZoom/TicketInformation.tt b/Kernel/Output/HTML/Templates/Standard/AgentTicketZoom/TicketInformation.tt index ccf8e1d3fb..cfe1cd7ef8 100644 --- a/Kernel/Output/HTML/Templates/Standard/AgentTicketZoom/TicketInformation.tt +++ b/Kernel/Output/HTML/Templates/Standard/AgentTicketZoom/TicketInformation.tt @@ -77,7 +77,7 @@ [% RenderBlockStart("Service") %] -
[% Translate(Data.Service) | html %]
+[% Translate(Data.Service) | html | replace('::', '
[% Translate('Type') | html %]: [% Data.Type | html %]
[% RenderBlockEnd("Type") %] [% RenderBlockStart("Service") %] -[% Translate('Service') | html %]: [% Translate(Data.Service) | html %]
+[% Translate('Service') | html %]: [% Translate(Data.Service) | html | replace('::', '
[% Translate('SLA') | html %]: [% Translate(Data.SLA) | html %]
@@ -39,7 +39,7 @@[% Translate('Priority') | html %]: [% Translate(Data.Priority) | html %]
[% RenderBlockEnd("Priority") %] [% RenderBlockStart("Queue") %] -[% Translate('Queue') | html %]: [% Translate(Data.Queue) | html %]
+[% Translate('Queue') | html %]: [% Translate(Data.Queue) | html | replace('::', '
[% Translate('Accounted time') | html %]: [% Data.TicketTimeUnits | html %]