Okay, maybe I should have been more concrete.
I need help or a hint how to add a widget to this mask. Now, I know which file I need to edit. But I don´t know how to add such widget. For example I tried to copy&paste the Customer Information widget from AgentTicketZoom.dtl. Nothing happend.
Source
Code: Select all
<!-- dtl:block:CustomerTable -->
<div class="WidgetSimple">
<div class="Header">
<h2>$Text{"Customer Information"}</h2>
</div>
<div class="Content">
$Data{"CustomerTable"}
</div>
</div>
<!-- dtl:block:CustomerTable -->
Pasted
Code: Select all
<!-- dtl:block:ImpactExplanation -->
<div class="WidgetSimple">
<div class="Header">
<h2>$Text{"Impact Explanation"}</h2>
</div>
<div class="Content">
<h2>$Text{"Test Text"}</h2>
</div>
</div>
<!-- dtl:block:ImpactExplanation -->
What do I need to adept? dtl, css and/or pm file? Adding a widget is not that simple I guess.
Finding information about this topic is difficult. In my opinion, this forum is the best place to find information about OTRS, so I asked for help.