[otrs-cvs] ITSMTicket/Kernel/Modules AgentTicketPending.pm, 1.1.2.6, 1.1.2.7

cvs-log at otrs.org cvs-log at otrs.org
Thu Mar 27 15:52:50 GMT 2008


Comments:
Update of /home/cvs/ITSMTicket/Kernel/Modules
In directory lancelot:/tmp/cvs-serv22953/Kernel/Modules

Modified Files:
      Tag: rel-1_0
	AgentTicketPending.pm 
Log Message:
Updated file to framework version 1.36.2.4.

Author: ub

Index: AgentTicketPending.pm
===================================================================
RCS file: /home/cvs/ITSMTicket/Kernel/Modules/AgentTicketPending.pm,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -d -r1.1.2.6 -r1.1.2.7
*** AgentTicketPending.pm	7 Jan 2008 11:44:25 -0000	1.1.2.6
--- AgentTicketPending.pm	27 Mar 2008 15:52:45 -0000	1.1.2.7
***************
*** 1,12 ****
  # --
  # Kernel/Modules/AgentTicketPending.pm - set ticket to pending
! # Copyright (C) 2001-2008 OTRS GmbH, http://otrs.org/
  # --
  # $Id$
! # $OldId: AgentTicketPending.pm,v 1.36.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/AgentTicketPending.pm - set ticket to pending
! # Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
  # --
  # $Id$
! # $OldId: AgentTicketPending.pm,v 1.36.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