[otrs-cvs] CVS: otrs/Kernel/Modules AgentTicketForward.pm,1.7,1.8
cvs-log at otrs.org
cvs-log at otrs.org
Fri Aug 5 13:59:01 CEST 2005
- Previous message: [otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard
AgentTicketClose.dtl,1.4,1.5 AgentTicketCompose.dtl,1.9,1.10
AgentTicketEmail.dtl,1.11,1.12 AgentTicketForward.dtl,1.9,1.10
AgentTicketNote.dtl,1.7,1.8 AgentTicketPending.dtl,1.9,1.10
AgentTicketPhone.dtl,1.9,1.10 AgentTicketPhoneNew.dtl,1.12,1.13
- Next message: [otrs-cvs] CVS: otrs/Kernel/Modules AdminSMIME.pm,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/otrs/Kernel/Modules
In directory osser:/tmp/cvs-serv3207
Modified Files:
AgentTicketForward.pm
Log Message:
Added title for layout object if a warning about wron owner is displayed
(Bug #860)
VS: ----------------------------------------------------------------------
Index: AgentTicketForward.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketForward.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** AgentTicketForward.pm 8 Jul 2005 19:17:33 -0000 1.7
--- AgentTicketForward.pm 5 Aug 2005 10:58:59 -0000 1.8
***************
*** 139,142 ****
--- 139,143 ----
);
if ($OwnerID != $Self->{UserID}) {
+ $Output = $Self->{LayoutObject}->Header(Title => 'Error');
$Output .= $Self->{LayoutObject}->Warning(
Message => "Sorry, the current owner is $OwnerLogin!",
***************
*** 260,264 ****
if ($Data{Created}) {
$Data{Body} = "Date: $Data{Created}\n".$Data{Body};
! }
foreach (qw(Subject ReplyTo Reply-To Cc To From)) {
if ($Data{$_}) {
--- 261,265 ----
if ($Data{Created}) {
$Data{Body} = "Date: $Data{Created}\n".$Data{Body};
! }
foreach (qw(Subject ReplyTo Reply-To Cc To From)) {
if ($Data{$_}) {
- Previous message: [otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard
AgentTicketClose.dtl,1.4,1.5 AgentTicketCompose.dtl,1.9,1.10
AgentTicketEmail.dtl,1.11,1.12 AgentTicketForward.dtl,1.9,1.10
AgentTicketNote.dtl,1.7,1.8 AgentTicketPending.dtl,1.9,1.10
AgentTicketPhone.dtl,1.9,1.10 AgentTicketPhoneNew.dtl,1.12,1.13
- Next message: [otrs-cvs] CVS: otrs/Kernel/Modules AdminSMIME.pm,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs-log
mailing list