[otrs-cvs]
ITSMTicket/Kernel/Modules AgentTicketPriority.pm, 1.5.2.6, 1.5.2.7
cvs-log at otrs.org
cvs-log at otrs.org
Thu Mar 27 15:54:51 GMT 2008
Comments:
Update of /home/cvs/ITSMTicket/Kernel/Modules
In directory lancelot:/tmp/cvs-serv23005/Kernel/Modules
Modified Files:
Tag: rel-1_0
AgentTicketPriority.pm
Log Message:
Updated file to framework version 1.27.2.4.
Author: ub
Index: AgentTicketPriority.pm
===================================================================
RCS file: /home/cvs/ITSMTicket/Kernel/Modules/AgentTicketPriority.pm,v
retrieving revision 1.5.2.6
retrieving revision 1.5.2.7
diff -C2 -d -r1.5.2.6 -r1.5.2.7
*** AgentTicketPriority.pm 7 Jan 2008 11:45:40 -0000 1.5.2.6
--- AgentTicketPriority.pm 27 Mar 2008 15:54:46 -0000 1.5.2.7
***************
*** 1,12 ****
# --
# Kernel/Modules/AgentTicketPriority.pm - set ticket priority
! # Copyright (C) 2001-2008 OTRS GmbH, http://otrs.org/
# --
# $Id$
! # $OldId: AgentTicketPriority.pm,v 1.27.2.3 2008/01/03 01:06:44 martin 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.
# --
--- 1,12 ----
# --
# Kernel/Modules/AgentTicketPriority.pm - set ticket priority
! # Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
# --
# $Id$
! # $OldId: AgentTicketPriority.pm,v 1.27.2.4 2008/03/25 13:27:05 ub 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-2.0.txt.
# --
***************
*** 819,822 ****
--- 819,823 ----
OnChange => "document.compose.Expand.value='3'; document.compose.ImpactRC.value='1'; document.compose.submit(); return false;",
# ---
+ Max => 200,
);
$Self->{LayoutObject}->Block(
***************
*** 840,843 ****
--- 841,845 ----
Translation => 0,
OnChange => "document.compose.Expand.value='3'; document.compose.submit(); return false;",
+ Max => 200,
);
$Self->{LayoutObject}->Block(
More information about the cvs-log
mailing list