[otrs-cvs] otrs/Kernel/Output/HTML ArticleAttachmentDownload.pm, 1.18, 1.19
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv1363/Kernel/Output/HTML
Modified Files:
ArticleAttachmentDownload.pm
Log Message:
Fixed bug#8545 - Attachment download not possible if pop up of another action is open.
Author: mn
Index: ArticleAttachmentDownload.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/ArticleAttachmentDownload.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -2 -u -d -r1.18 -r1.19
--- ArticleAttachmentDownload.pm 20 Nov 2012 14:55:37 -0000 1.18
+++ ArticleAttachmentDownload.pm 2 Jan 2013 13:02:29 -0000 1.19
@@ -1,5 +1,5 @@
# --
# Kernel/Output/HTML/ArticleAttachmentDownload.pm
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -47,5 +47,5 @@
# if attachment will be forced to download, don't open a new download window!
- my $Target = '';
+ my $Target = 'target="AttachmentWindow" ';
if ( $Type =~ /inline/i ) {
$Target = 'target="attachment" ';
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log