# --
# AgentTicketSearchResult.dtl - provides HTML form for AgentTicketUtilities
# Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
# --
# $Id: AgentTicketSearchResult.dtl,v 1.8 2006/12/18 00:10:00 mh Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
$Env{"Box0"}$Text{"Search Result"}$Env{"Box1"}
|
$Env{"Box0"}$Config{"Ticket::Hook"}: $Data{"TicketNumber"}$Env{"Box1"}
$QData{"Title","60"}
|
$Env{"Box0"}$Text{"Age"}: $Data{"Age"}$Env{"Box1"}
|
$Text{"From"}: |
$Data{"From"} |
$Text{"To"}: |
$Data{"To"} |
$Text{"Subject"}: |
$Data{"Subject"} |
$Data{"TextNote"}
$Data{"Body"}
|
$Text{"State"}: |
$Quote{"$Text{"$Data{"State"}"}","15"} |
$Text{"Priority"}: |
$Quote{"$Text{"$Data{"Priority"}"}","15"} |
$Text{"Queue"}: |
$Quote{"$Data{"Queue"}","15"} |
$Text{"CustomerID"}: |
$Quote{"$Data{"CustomerID"}","15"} |
$Text{"Customer Info"}: $Data{"CustomerTable"}
|