[otrs-cvs] CVS: otrs/Kernel/Modules AgentStats.pm,1.6,1.7

cvs-log at otrs.org cvs-log at otrs.org
Mon Aug 7 21:39:05 CEST 2006


Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv18792/Kernel/Modules

Modified Files:
	AgentStats.pm 
Log Message:
output StatsNumber on page header right

Index: AgentStats.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentStats.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** AgentStats.pm	7 Aug 2006 12:41:54 -0000	1.6
--- AgentStats.pm	7 Aug 2006 18:39:02 -0000	1.7
***************
*** 1965,1969 ****
                          MarginBottom => 40,
                          MarginLeft => 40,
!                         HeaderRight => $Title,
                          FooterLeft => $Url,
                          FooterRight => $Page . ' ' . ($Counter + 1),
--- 1965,1969 ----
                          MarginBottom => 40,
                          MarginLeft => 40,
!                         HeaderRight => $Self->{ConfigObject}->Get('Stats::StatsHook') . $Stat->{StatNumber},
                          FooterLeft => $Url,
                          FooterRight => $Page . ' ' . ($Counter + 1),
***************
*** 2169,2174 ****
      my %Timeoutput = ();
  
- 
- 
      # check if need params are available
      foreach (qw(TimePeriodFormat)) {
--- 2169,2172 ----



More information about the cvs-log mailing list