QueuesPanel.tt 1.06 KB
# --
# 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 %]