Hi,
On Thu, 29 Apr 2004 16:32:48 +0200
"Stefansen Espen" wrote:
Hi
I'm extracting customer info from LDAP, but some of the info is
"broken off" with [..]. Is it possible to show the entire info without
the brackets? And where will i be able to change this?
I think you need to edit tpl such as:
Kernel/Output/HTML/Standard/AgentZoomStatus.dtl:
<td>
<font color="red">
$Quote{"$Data{"Queue"}","18"}
</div>
</font>
</td>
Change 18 by what you want. the 18 means cut after the 18th chars and
add [...] .
So for each template search for Quote in *.dtl of yours theme dir
ex:
$ cd Kernel/Output/HTML/Standard
$ grep Quote *
and you could see all lines who use this :)
Regards,
Yann
--
o--------------------------------------------------------------o
| Yann Richard |
| GPG FingerPrint: |
.oO| A2F4 1EFB 66B6 65F8 1093 E11A 3E0A 9DF6 72E7 DE9E |
`--------------------------------------------------------------o