diff --git a/mail/inc/class.mail_compose.inc.php b/mail/inc/class.mail_compose.inc.php index c185c0ae11..64bf900130 100644 --- a/mail/inc/class.mail_compose.inc.php +++ b/mail/inc/class.mail_compose.inc.php @@ -1380,6 +1380,7 @@ class mail_compose $attach['filemode_icon'] = !is_dir($attach['file']) && ($content['filemode'] == Vfs\Sharing::READONLY || $content['filemode'] == Vfs\Sharing::WRITABLE) ? Vfs\Sharing::LINK : $content['filemode']; + $attach['filemode_title'] = lang(Vfs\Sharing::$modes[$attach['filemode_icon']]['label']); } $content['to'] = self::resolveEmailAddressList($content['to']); diff --git a/mail/templates/default/compose.xet b/mail/templates/default/compose.xet index dd47b9038b..08a60750e5 100644 --- a/mail/templates/default/compose.xet +++ b/mail/templates/default/compose.xet @@ -108,7 +108,7 @@ - + diff --git a/mail/templates/pixelegg/images/share_ro.png b/mail/templates/pixelegg/images/share_ro.png new file mode 100644 index 0000000000..bb67b72634 Binary files /dev/null and b/mail/templates/pixelegg/images/share_ro.png differ diff --git a/mail/templates/pixelegg/images/share_rw.png b/mail/templates/pixelegg/images/share_rw.png new file mode 100644 index 0000000000..3f10f73f9b Binary files /dev/null and b/mail/templates/pixelegg/images/share_rw.png differ