Ich habe vor einiger Zeit einmal in meiner OTRS 2.4 Installation folgende Änderungen vorgenommen um im Dashboard zu sehen von wem denn die Anfrage gekommen ist.
Code: Select all
In dtl:block:ContentLargeTicketGenericRow section, add the following before
the "Time" TD element:
<td width="10%">
<a
href="$Env{"Baselink"}Action=AgentTicketCustomer&TicketID=$QData{"TicketID"}
"
onmouseover="window.status='$JSText{"Customer history"}'; return true;"
onmouseout="window.status='';">
<div title="$QData{"CustomerUserID"}">$QData{"CustomerID","15"}</div>
</a>
</td>
A few lines later in the dtl:block:ContentLargeTicketGenericNone block
increase the colspan from 3 to 4.
Weiss vielleicht jemand wie ich das in der V3 realisiere?
Vielen Dank