From: Jan Schneider Date: Mon, 17 May 2010 14:28:55 +0000 (+0200) Subject: Add black/white attendee icons for event bubbles. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7fe67c856f6e2a500d8d469f524a8c5fda1613ea;p=horde.git Add black/white attendee icons for event bubbles. --- diff --git a/kronolith/lib/Event.php b/kronolith/lib/Event.php index 1b0f18022..c5c641f74 100644 --- a/kronolith/lib/Event.php +++ b/kronolith/lib/Event.php @@ -2590,7 +2590,7 @@ abstract class Kronolith_Event } if (!empty($this->attendees)) { - $status .= Horde::fullSrcImg('attendees.png', array('attr' => array('alt' => _("Meeting"), 'title' => _("Meeting"), 'class' => 'iconPeople'))); + $status .= Horde::fullSrcImg('attendees-' . $icon_color . '.png', array('attr' => array('alt' => _("Meeting"), 'title' => _("Meeting"), 'class' => 'iconPeople'))); } if (!empty($this->icon)) { diff --git a/kronolith/themes/graphics/attendees-000.png b/kronolith/themes/graphics/attendees-000.png new file mode 100644 index 000000000..e29a73400 Binary files /dev/null and b/kronolith/themes/graphics/attendees-000.png differ diff --git a/kronolith/themes/graphics/attendees-fff.png b/kronolith/themes/graphics/attendees-fff.png new file mode 100644 index 000000000..99b87695e Binary files /dev/null and b/kronolith/themes/graphics/attendees-fff.png differ diff --git a/kronolith/themes/silver/graphics/attendees-000.png b/kronolith/themes/silver/graphics/attendees-000.png new file mode 100644 index 000000000..e29a73400 Binary files /dev/null and b/kronolith/themes/silver/graphics/attendees-000.png differ diff --git a/kronolith/themes/silver/graphics/attendees-fff.png b/kronolith/themes/silver/graphics/attendees-fff.png new file mode 100644 index 000000000..99b87695e Binary files /dev/null and b/kronolith/themes/silver/graphics/attendees-fff.png differ diff --git a/kronolith/themes/tango-blue/graphics/attendees-000.png b/kronolith/themes/tango-blue/graphics/attendees-000.png new file mode 100644 index 000000000..e29a73400 Binary files /dev/null and b/kronolith/themes/tango-blue/graphics/attendees-000.png differ diff --git a/kronolith/themes/tango-blue/graphics/attendees-fff.png b/kronolith/themes/tango-blue/graphics/attendees-fff.png new file mode 100644 index 000000000..99b87695e Binary files /dev/null and b/kronolith/themes/tango-blue/graphics/attendees-fff.png differ