i want to hide some Fields in the AgentTicketZoom section.
a quick look at AgentTicketZoom.tt shows:
Code: Select all
[% RenderBlockStart("CustomerTable") %]
<div class="WidgetSimple">
<div class="Header">
<div class="WidgetAction Toggle">
<a href="#" title="[% Translate("Show or hide the content") | html %]"><i class="fa fa-caret-right"></i><i class="fa fa-caret-down"></i></a>
</div>
<h2>[% Translate("Customer Information") | html %]</h2>
</div>
<div class="Content">
[% Data.CustomerTable %]</div>
</div>
Is it possible to get access to a single field of Data.CustomerTable?
Or is this one closed structure?
In other languages you can use
Code: Select all
Data.CustomerTable[1] or Data.CustomerTable.[Fieldname]
Thanks in advance
I am using OTRS 4
Greetz
Oliver