as mentioned in a 5 year old german Ticket http://forums.otrs.org/viewtopic.php?f=35&t=622 , the most of OTRS Agents should have "big screen" with enough space


Any advice where i can edit this setting would be appreciated

Thanks!
Jens
Moderator: crythias
Thanks a lot! That works perfectly!crythias wrote:Kernel/Output/HTML/AgentTicketOverview*.dtl (Small, Medium, Preview) search for "Subject" and adjust the number that follows the entry.
If you want to keep this across upgrades, you will want to make these changes in your own theme.
Code: Select all
<td>
<div title="$QData{"From"}">$QData{"FromRealname","100"}</div>
<!-- dtl:block:RecordLastCustomerSubject -->
<div title="$QData{"Subject"}">$QData{"Subject","100"}</div>
<!-- dtl:block:RecordLastCustomerSubject -->
<!-- dtl:block:RecordTicketTitle -->
<div title="$QData{"Title"}">$QData{"Title","100"}</div>
<!-- dtl:block:RecordTicketTitle -->
</td>