QueuesPanel.tt
1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# --
# Kernel/Output/HTML/Standard/QueuesPanel.tt - overview
#
# Copyright (C) SeTIC - UFSC - http://setic.ufsc.br/
# Version 01/12/2015 - Support for OTRS 4.0.3
#
# --
# $Id: writing-otrs-application.xml,v 1.1 2010/08/13 08:59:28 mg Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (AGPL). If you
# did not receive this file, see http://www.gnu.org/licenses/agpl.txt.
# --
<div id="Queues" class="Queues">
<div class="ChooseQueue">[% Data.MsgChooseQueue %]</div>
<div id="columns"></div>
[% RenderBlockStart("ListQueue") %]
<div class="QueueCard">
<div class="QueueTitle"><a class="QueueTitleLink" href="[% Env("Baselink") %]Action=NewTicketWizard;BaseQueueID=[% Data.QueueID %]">[% Data.QueueName %]</a></div>
<div class="QueueComments">[% Data.QueueComments %]</div>
</div>
[% RenderBlockEnd("ListQueue") %]
</div>
[% WRAPPER JSOnDocumentComplete %]
<script type="text/javascript">
[% Data.QueueJS %]
[% Data.CustomJS %]
</script>
[% END %]