I'm trying to add a new field in the AgentTicketZoom, more exactly inside the Articles tab.
I've tried to add this in the AgentTicketZoom.dtl, line 540 +/-:
Code: Select all
...
<th class="State"><a href="#">$Text{"State"}</a></th>
...
Code: Select all
<td class="State">
                            <div title="$QData{"State"}"><a href="#">$QData{"State"}</a></div>
                            <input type="hidden" class="SortData" value="$QData{"State"}" />
</td>Does anyone know how to do or how to achieve that?
Thank you very much.
Rafa
 It's just a client requirement. Of course I know that you can click History and see the old states.
 It's just a client requirement. Of course I know that you can click History and see the old states. 