projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de987d1
)
Fix displaying images in print view
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 4 Feb 2010 04:52:22 +0000
(21:52 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 4 Feb 2010 04:53:03 +0000
(21:53 -0700)
imp/lib/Mime/Viewer/Images.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mime/Viewer/Images.php
b/imp/lib/Mime/Viewer/Images.php
index
2d4c721
..
98b25bc
100644
(file)
--- a/
imp/lib/Mime/Viewer/Images.php
+++ b/
imp/lib/Mime/Viewer/Images.php
@@
-172,7
+172,7
@@
class IMP_Horde_Mime_Viewer_Images extends Horde_Mime_Viewer_Images
protected function _popupImageWindow()
{
$loading = _("Loading...");
- $self_url = IMP::selfUrl()->add(array('imp_img_view' => ((Horde_Util::getFormData('imp_img_view') == 'load_convert') ? 'view_convert' : 'data')));
+ $self_url = IMP::selfUrl()->add(array('
actionID' => 'view_attach', '
imp_img_view' => ((Horde_Util::getFormData('imp_img_view') == 'load_convert') ? 'view_convert' : 'data')));
$title = $this->_mimepart->getName(true);
$str = <<<EOD