QueuesPanel.tt 834 Bytes
# --
# Kernel/Output/HTML/Standard/QueuesPanel.tt - overview
# 
# Copyright (C) SeTIC - UFSC - http://setic.ufsc.br/
# Rodrigo Gonçalves - rodrigo.g@ufsc.br
#
# Version 01/12/2015 - Support for OTRS 4.0.3
# Version 2018-01-22 - Suuport for OTRS 6
#
# --
# $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 class="panel" style="height: 10vh;">
	<div class="panel-heading ">
		<h1>[% Translate("Tickets") | html %]</h1>
	</div>
</div>


<div id="Queues" class="Queues">
    <div class="ChooseQueue">[% Data.MsgChooseQueue %]</div>
    
	<div id="columns" style="height:70vh;"></div>
    
</div>