[otrs-cvs] otrs/Kernel/Output/HTML/Standard/ProcessManagement Type.dtl, NONE, 1.1
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard/ProcessManagement
In directory lancelot:/tmp/cvs-serv21993/Kernel/Output/HTML/Standard/ProcessManagement
Added Files:
Type.dtl
Log Message:
- 2013-01-31 Fixed bug#9077 - Process Management: TicketType not available as field for activity dialogs.
Author: cr
--- NEW FILE: Type.dtl ---
# --
# Type.dtl - provides Ticket type HTML for the AgentTicketProcess.pm
# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id: Type.dtl,v 1.1 2013/01/31 13:46:18 cr 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.
# --
<!--dtl:block:rw:Type-->
<label for="$QData{"FieldID"}" class="$QData{"MandatoryClass"}">
<!-- dtl:block:LabelSpan -->
<span class="Marker">*</span>
<!-- dtl:block:LabelSpan -->
$QData{"Label"}:
</label>
<div class="Field">
$Data{"Content"}
<div id="$QData{"FieldID"}Error" class="TooltipErrorMessage"><p>$Text{"This field is required."}</p></div>
<div id="$QData{"FieldID"}ServerError" class="TooltipErrorMessage"><p>$Text{"This field is required."}</p></div>
<!--dtl:js_on_document_complete-->
<script type="text/javascript">//<![CDATA[
$('#$Data{"FieldID"}').bind('change', function (Event) {
Core.AJAX.FormUpdate($(this).parents('form'), 'AJAXUpdate', '$Data{"FieldID"}' , [ $Data{"FieldsToUpdate"} ]);
});
//]]></script>
<!--dtl:js_on_document_complete-->
<!-- dtl:block:rw:Type:DescriptionShort -->
<div class="FieldExplanation">$QData{"DescriptionShort"}</div>
<!-- dtl:block:rw:Type:DescriptionShort -->
</div>
<div class="Clear"></div>
<!--dtl:block:rw:Type-->
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log