Add black/white attendee icons for event bubbles.
authorJan Schneider <jan@horde.org>
Mon, 17 May 2010 14:28:55 +0000 (16:28 +0200)
committerJan Schneider <jan@horde.org>
Mon, 17 May 2010 15:05:05 +0000 (17:05 +0200)
kronolith/lib/Event.php
kronolith/themes/graphics/attendees-000.png [new file with mode: 0644]
kronolith/themes/graphics/attendees-fff.png [new file with mode: 0644]
kronolith/themes/silver/graphics/attendees-000.png [new file with mode: 0644]
kronolith/themes/silver/graphics/attendees-fff.png [new file with mode: 0644]
kronolith/themes/tango-blue/graphics/attendees-000.png [new file with mode: 0644]
kronolith/themes/tango-blue/graphics/attendees-fff.png [new file with mode: 0644]

index 1b0f180..c5c641f 100644 (file)
@@ -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 (file)
index 0000000..e29a734
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 (file)
index 0000000..99b8769
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 (file)
index 0000000..e29a734
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 (file)
index 0000000..99b8769
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 (file)
index 0000000..e29a734
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 (file)
index 0000000..99b8769
Binary files /dev/null and b/kronolith/themes/tango-blue/graphics/attendees-fff.png differ