1# --
2# Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
3# --
4# This software comes with ABSOLUTELY NO WARRANTY. For details, see
5# the enclosed file COPYING for license information (GPL). If you
6# did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.
7# --
8
9<div class="LayoutFixedSidebar SidebarLast [% Data.MainBoxClass | html %]">
10
11    <div class="SidebarColumn">
12[% RenderBlockStart("ProcessInfoSidebar") %]
13        <div class="WidgetSimple">
14            <div class="Header">
15                <h2>[% Translate("Process Information") | html %]</h2>
16            </div>
17            <div class="Content">
18                <fieldset class="TableLike FixedLabelSmall">
19                    <label>[% Translate("Process") | html %]:</label>
20                    <p class="Value FixedValueSmall" title="[% Translate(Data.Process) | html %]">[% Translate(Data.Process) | html %]</p>
21                    <div class="Clear"></div>
22                </fieldset>
23
24                <fieldset class="TableLike FixedLabelSmall">
25                    <label>[% Translate("Activity") | html %]:</label>
26                    <p class="Value FixedValueSmall" title="[% Translate(Data.Activity) | html %]">[% Translate(Data.Activity) | html %]</p>
27                    <div class="Clear"></div>
28
29                    <label>[% Translate("Dialog") | html %]:</label>
30                    <p class="Value FixedValueSmall" title="[% Data.ActivityDialog | html %]">[% Data.ActivityDialog | html %]</p>
31                    <div class="Clear"></div>
32[% RenderBlockStart("ProcessInfoSidebarActivityDialogDesc") %]
33                    <label>[% Translate("Description") | html %]:</label>
34                    <p class="Value FixedValueSmall" title="[% Translate(Data.ActivityDialogDescription) | html %]">[% Translate(Data.ActivityDialogDescription) | html %]</p>
35                    <div class="Clear"></div>
36[% RenderBlockEnd("ProcessInfoSidebarActivityDialogDesc") %]
37                </fieldset>
38            </div>
39        </div>
40[% RenderBlockEnd("ProcessInfoSidebar") %]
41
42[% RenderBlockStart("LongDescriptionSidebar") %]
43        <div class="WidgetSimple">
44            <div class="Header">
45                <h2>[% Translate("Description") | html %]</h2>
46            </div>
47            <div class="Content">
48                <p class="Value FixedValueSmall DescriptionLong">[% Translate(Data.Description) | html %]</p>
49                <div class="Clear"></div>
50            </div>
51        </div>
52[% RenderBlockEnd("LongDescriptionSidebar") %]
53    </div>
54
55    <div class="ContentColumn">
56        <form action="[% Env("CGIHandle") %]" method="post" enctype="multipart/form-data" name="[% Data.FormName %]" id="[% Data.FormID %]" class="Validate PreventMultipleSubmits">
57            <input type="hidden" name="Action" value="[% Env("Action") %]"/>
58            <input type="hidden" name="Subaction" value="[% Data.Subaction | html %]"/>
59            <input type="hidden" name="TicketID" value="[% Data.TicketID | html %]"/>
60            <input type="hidden" name="LinkTicketID" value="[% Data.LinkTicketID | html %]"/>
61            <input type="hidden" name="ProcessEntityID" value="[% Data.ProcessEntityID | html %]"/>
62            <input type="hidden" name="ActivityDialogEntityID" value="[% Data.ActivityDialogEntityID | html %]"/>
63            <input type="hidden" name="Expand" id="Expand" value=""/>
64            <input type="hidden" name="IsMainWindow" id="IsMainWindow" value="[% Data.IsMainWindow | html %]"/>
65            <input type="hidden" name="IsProcessEnroll" id="IsProcessEnroll" value="[% Data.IsProcessEnroll | html %]"/>
66            <input type="hidden" name="FormID" value="[% Data.FormID | html %]"/>
67            <div class="LayoutPopup ARIARoleMain">
68[% RenderBlockStart("Header") %]
69                <div class="Header">
70                    <h1>
71                        [% Data.Name | html %]
72[% RenderBlockStart("DescriptionShort") %]
73                        - [% Data.DescriptionShort | html %]
74[% RenderBlockEnd("DescriptionShort") %]
75                    </h1>
76[% RenderBlockStart("DescriptionLong") %]
77                    <p class="DescriptionLong">
78                        [% Data.DescriptionLong | html %]
79                    </p>
80[% RenderBlockEnd("DescriptionLong") %]
81[% RenderBlockStart("CancelLink") %]
82                    <p>
83                        <a class="CancelClosePopup" href="#">[% Translate("Cancel & close") | html %]</a>
84                    </p>
85[% RenderBlockEnd("CancelLink") %]
86[% RenderBlockStart("PropertiesLock") %]
87                    <p>
88                        [% Translate("The ticket has been locked") | html %].
89                        <a class="UndoClosePopup" href="[% Env("Baselink") %]Action=AgentTicketLock;Subaction=Unlock;TicketID=[% Data.TicketID %][% IF Data.PreviousOwner %];PreviousOwner=[% Data.PreviousOwner %][% END %];[% Env("ChallengeTokenParam") | html %]">
90                            [% Translate("Undo & close") | html %]
91                        </a>
92                    </p>
93[% RenderBlockEnd("PropertiesLock") %]
94                </div>
95[% RenderBlockEnd("Header") %]
96                <div class="Content">
97                    <fieldset class="TableLike">
98