[otrs-cvs] CVS: Calendar/Kernel/Output/HTML NotificationCalendar.pm, 1.5, 1.6

cvs-log at otrs.org cvs-log at otrs.org
Wed Oct 4 23:08:09 CEST 2006


Update of /home/cvs/Calendar/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv19946/Kernel/Output/HTML

Modified Files:
	NotificationCalendar.pm 
Log Message:
fixed notification header

Index: NotificationCalendar.pm
===================================================================
RCS file: /home/cvs/Calendar/Kernel/Output/HTML/NotificationCalendar.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** NotificationCalendar.pm	4 Oct 2006 20:04:48 -0000	1.5
--- NotificationCalendar.pm	4 Oct 2006 20:08:07 -0000	1.6
***************
*** 20,24 ****
  $VERSION =~ s/^\$.*:\W(.*)\W.+?$/$1/;
  
- # --
  sub new {
      my $Type = shift;
--- 20,23 ----
***************
*** 38,42 ****
      return $Self;
  }
! # --
  sub Run {
      my $Self = shift;
--- 37,41 ----
      return $Self;
  }
! 
  sub Run {
      my $Self = shift;
***************
*** 123,127 ****
  
      if ($Param{Message}) {
!         return $Self->{LayoutObject}->Notify(Info => '<a href="$Env{"Baselink"}Action=AgentCalendar">$Text{"Events"}:</a> '.$Param{Message});
      }
      else {
--- 122,129 ----
  
      if ($Param{Message}) {
!         return $Self->{LayoutObject}->Notify(
!             Priority => 'Notice',
!             Data => '<a href="$Env{"Baselink"}Action=AgentCalendar">$Text{"Events"}:</a> '.$Param{Message},
!         );
      }
      else {
***************
*** 129,132 ****
      }
  }
! # --
  1;
--- 131,134 ----
      }
  }
! 
  1;



More information about the cvs-log mailing list