[otrs-cvs] CVS: otrs/bin mkStats.pl,1.36,1.37

cvs-log at otrs.org cvs-log at otrs.org
Mon Aug 7 15:41:56 CEST 2006


Update of /home/cvs/otrs/bin
In directory lancelot:/tmp/cvs-serv13923/bin

Modified Files:
	mkStats.pl 
Log Message:
use HeadlineLeft and HeadlineRight in PageNew()

Index: mkStats.pl
===================================================================
RCS file: /home/cvs/otrs/bin/mkStats.pl,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** mkStats.pl	31 Jul 2006 12:31:40 -0000	1.36
--- mkStats.pl	7 Aug 2006 12:41:52 -0000	1.37
***************
*** 269,317 ****
                  FooterLeft => 'mkStats.pl',
                  FooterRight => $Page . ' ' . ($Counter + 1),
!             );
!             # output title
!             $CommonObject{PDFObject}->PositionSet(
!                 Move => 'relativ',
!                 Y => -10,
!             );
!             $CommonObject{PDFObject}->Text(
!                 Text => $Title,
!                 Width => 375,
!                 Height => 12,
!                 Type => 'Cut',
!                 Font => 'HelveticaBold',
!                 FontSize => 12,
!             );
!             # output 'printed at'
!             $CommonObject{PDFObject}->PositionSet(
!                 X => 'center',
!                 Y => 'top',
!             );
!             $CommonObject{PDFObject}->PositionSet(
!                 Move => 'relativ',
!                 Y => -14,
!             );
!             $CommonObject{PDFObject}->Text(
!                 Text => $PrintedBy . ' ' .
                          $User{UserFirstname} . ' ' .
                          $User{UserLastname} . ' (' .
                          $User{UserEmail} . ') ' .
                          $Time,
-                 Height => 8,
-                 Type => 'Cut',
-                 Font => 'Helvetica',
-                 FontSize => 8,
-                 Color => '#404040',
-                 Align => 'right',
              );
              # output table
-             $CommonObject{PDFObject}->PositionSet(
-                 X => 'left',
-                 Y => 'top',
-             );
-             $CommonObject{PDFObject}->PositionSet(
-                 Move => 'relativ',
-                 Y => -30,
-             );
              %Return = $CommonObject{PDFObject}->Table(
                  CellData => $Return{CellData},
--- 269,280 ----
                  FooterLeft => 'mkStats.pl',
                  FooterRight => $Page . ' ' . ($Counter + 1),
!                 HeadlineLeft => $Title,
!                 HeadlineRight => $PrintedBy . ' ' .
                          $User{UserFirstname} . ' ' .
                          $User{UserLastname} . ' (' .
                          $User{UserEmail} . ') ' .
                          $Time,
              );
              # output table
              %Return = $CommonObject{PDFObject}->Table(
                  CellData => $Return{CellData},



More information about the cvs-log mailing list