[otrs-cvs] CVS: otrs/Kernel/Modules AgentStats.pm,1.9,1.10 AgentTicketPrint.pm,1.24,1.25 AgentTicketSearch.pm,1.25,1.26

cvs-log at otrs.org cvs-log at otrs.org
Wed Aug 23 16:23:59 CEST 2006


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

Modified Files:
	AgentStats.pm AgentTicketPrint.pm AgentTicketSearch.pm 
Log Message:
change pdf download header

Index: AgentStats.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentStats.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** AgentStats.pm	22 Aug 2006 15:08:21 -0000	1.9
--- AgentStats.pm	23 Aug 2006 13:23:57 -0000	1.10
***************
*** 2010,2014 ****
                      ContentType => "application/pdf",
                      Content => $PDFString,
!                     Type => 'inline',
                  );
              }
--- 2010,2014 ----
                      ContentType => "application/pdf",
                      Content => $PDFString,
!                     Type => 'attachment',
                  );
              }

Index: AgentTicketPrint.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketPrint.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** AgentTicketPrint.pm	22 Aug 2006 15:09:06 -0000	1.24
--- AgentTicketPrint.pm	23 Aug 2006 13:23:57 -0000	1.25
***************
*** 218,222 ****
              ContentType => "application/pdf",
              Content => $PDFString,
!             Type => 'inline',
          );
      }
--- 218,222 ----
              ContentType => "application/pdf",
              Content => $PDFString,
!             Type => 'attachment',
          );
      }

Index: AgentTicketSearch.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketSearch.pm,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** AgentTicketSearch.pm	22 Aug 2006 15:08:21 -0000	1.25
--- AgentTicketSearch.pm	23 Aug 2006 13:23:57 -0000	1.26
***************
*** 622,626 ****
                      ContentType => "application/pdf",
                      Content => $PDFString,
!                     Type => 'inline',
                  );
              }
--- 622,626 ----
                      ContentType => "application/pdf",
                      Content => $PDFString,
!                     Type => 'attachment',
                  );
              }



More information about the cvs-log mailing list