Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/dav/lib/CalDAV/Schedule/IMipPlugin.php14
-rwxr-xr-xcore/img/caldav/attendees.pngbin0 -> 446 bytes
-rwxr-xr-xcore/img/caldav/description.pngbin0 -> 166 bytes
-rwxr-xr-xcore/img/caldav/link.pngbin0 -> 412 bytes
-rwxr-xr-xcore/img/caldav/location.pngbin0 -> 358 bytes
-rwxr-xr-xcore/img/caldav/organizer.pngbin0 -> 337 bytes
-rwxr-xr-xcore/img/caldav/time.pngbin0 -> 243 bytes
-rwxr-xr-xcore/img/caldav/title.pngbin0 -> 160 bytes
8 files changed, 7 insertions, 7 deletions
diff --git a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
index 7c2f6b71a41..8d26f83ffc9 100644
--- a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
+++ b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
@@ -534,16 +534,16 @@ class IMipPlugin extends SabreIMipPlugin {
private function addBulletList(IEMailTemplate $template, IL10N $l10n, $vevent) {
if ($vevent->SUMMARY) {
$template->addBodyListItem($vevent->SUMMARY, $l10n->t('Title:'),
- $this->getAbsoluteImagePath('caldav/title.svg'),'','',self::IMIP_INDENT);
+ $this->getAbsoluteImagePath('caldav/title.png'),'','',self::IMIP_INDENT);
}
$meetingWhen = $this->generateWhenString($l10n, $vevent);
if ($meetingWhen) {
$template->addBodyListItem($meetingWhen, $l10n->t('Time:'),
- $this->getAbsoluteImagePath('caldav/time.svg'),'','',self::IMIP_INDENT);
+ $this->getAbsoluteImagePath('caldav/time.png'),'','',self::IMIP_INDENT);
}
if ($vevent->LOCATION) {
$template->addBodyListItem($vevent->LOCATION, $l10n->t('Location:'),
- $this->getAbsoluteImagePath('caldav/location.svg'),'','',self::IMIP_INDENT);
+ $this->getAbsoluteImagePath('caldav/location.png'),'','',self::IMIP_INDENT);
}
if ($vevent->URL) {
$url = $vevent->URL->getValue();
@@ -551,7 +551,7 @@ class IMipPlugin extends SabreIMipPlugin {
htmlspecialchars($url),
htmlspecialchars($url)),
$l10n->t('Link:'),
- $this->getAbsoluteImagePath('caldav/link.svg'),
+ $this->getAbsoluteImagePath('caldav/link.png'),
$url,'',self::IMIP_INDENT);
}
@@ -560,7 +560,7 @@ class IMipPlugin extends SabreIMipPlugin {
/* Put description last, like an email body, since it can be arbitrarily long */
if ($vevent->DESCRIPTION) {
$template->addBodyListItem($vevent->DESCRIPTION->getValue(), $l10n->t('Description:'),
- $this->getAbsoluteImagePath('caldav/description.svg'),'','',self::IMIP_INDENT);
+ $this->getAbsoluteImagePath('caldav/description.png'),'','',self::IMIP_INDENT);
}
}
@@ -606,7 +606,7 @@ class IMipPlugin extends SabreIMipPlugin {
}
}
$template->addBodyListItem($organizerHTML, $l10n->t('Organizer:'),
- $this->getAbsoluteImagePath('caldav/organizer.svg'),
+ $this->getAbsoluteImagePath('caldav/organizer.png'),
$organizerText,'',self::IMIP_INDENT);
}
@@ -635,7 +635,7 @@ class IMipPlugin extends SabreIMipPlugin {
}
$template->addBodyListItem(implode('<br/>',$attendeesHTML), $l10n->t('Attendees:'),
- $this->getAbsoluteImagePath('caldav/attendees.svg'),
+ $this->getAbsoluteImagePath('caldav/attendees.png'),
implode("\n",$attendeesText),'',self::IMIP_INDENT);
}
diff --git a/core/img/caldav/attendees.png b/core/img/caldav/attendees.png
new file mode 100755
index 00000000000..2e0baa49443
--- /dev/null
+++ b/core/img/caldav/attendees.png
Binary files differ
diff --git a/core/img/caldav/description.png b/core/img/caldav/description.png
new file mode 100755
index 00000000000..55e3f2cf64d
--- /dev/null
+++ b/core/img/caldav/description.png
Binary files differ
diff --git a/core/img/caldav/link.png b/core/img/caldav/link.png
new file mode 100755
index 00000000000..c59d0e34acc
--- /dev/null
+++ b/core/img/caldav/link.png
Binary files differ
diff --git a/core/img/caldav/location.png b/core/img/caldav/location.png
new file mode 100755
index 00000000000..0992c348d10
--- /dev/null
+++ b/core/img/caldav/location.png
Binary files differ
diff --git a/core/img/caldav/organizer.png b/core/img/caldav/organizer.png
new file mode 100755
index 00000000000..19e08065e61
--- /dev/null
+++ b/core/img/caldav/organizer.png
Binary files differ
diff --git a/core/img/caldav/time.png b/core/img/caldav/time.png
new file mode 100755
index 00000000000..059a95abce3
--- /dev/null
+++ b/core/img/caldav/time.png
Binary files differ
diff --git a/core/img/caldav/title.png b/core/img/caldav/title.png
new file mode 100755
index 00000000000..b312250ef08
--- /dev/null
+++ b/core/img/caldav/title.png
Binary files differ