return array();
}
- $status = array(sprintf(_("An image named %s is attached to this message."), $this->_mimepart->getName(true)));
+ $status = array(_("This is a thumbnail of an image attached to this message."));
if ($GLOBALS['browser']->hasFeature('javascript')) {
$status[] = $this->_params['contents']->linkViewJS($this->_mimepart, 'view_attach', $this->_outputImgTag('view_thumbnail', _("View Attachment")), null, null, null);
'data' => '',
'status' => array(
array(
- 'icon' => Horde::img('mime/image.png', _("Thumbnail of attached image")),
+ 'icon' => Horde::img('mime/image.png'),
'text' => $status
)
),
return array();
}
- $status = array(
- sprintf(_("A PDF file named %s is attached to this message."), $this->_mimepart->getName(true)),
- );
+ $status = array(_("This is a thumbnail of a PDF file attached to this message."));
if ($GLOBALS['browser']->hasFeature('javascript')) {
$status[] = $this->_params['contents']->linkViewJS($this->_mimepart, 'view_attach', $this->_outputImgTag(), null, null, null);