[kronolith] New patch

Stephen Sherlock stevesherlock@es-net.co.uk
Tue Oct 29 18:39:20 2002


---------------------- multipart/mixed attachment
Hey all,

Here's my first ever submission to the community - go easy on me :)

It's a quick and easy one, gives you cute little icons on the kronolith 
pages by each event or task, which makes it easier to distinguish which are 
events and which are imported tasks :)

Just apply the .diff file to /horde/kronolith/lib/Event.php and copy the 
GIFs to /horde/kronolith/graphics.

Hope you like it...

Stephen Sherlock
---------------------- multipart/mixed attachment
Index: Event.php
===================================================================
RCS file: /filestore/horde//kronolith/lib/Event.php,v
retrieving revision 1.53
diff -r1.53 Event.php
784c784,792
<         return $link;
---
> 
> 	// Add icons
>         if (isset($this->taskID)) {
>             $link = Horde::img('task.gif', 'Task') . $link;
>         } else {
>             $link = Horde::img('kronolith.gif', 'Event') . $link;
>         }
> 
> 	return $link;

---------------------- multipart/mixed attachment
A non-text attachment was scrubbed...
Name: kronolith.gif
Type: image/gif
Size: 275 bytes
Desc: not available
Url : http://lists.horde.org/archives/kronolith/attachments/20021029/244422a7/kronolith.gif

---------------------- multipart/mixed attachment
A non-text attachment was scrubbed...
Name: task.gif
Type: image/gif
Size: 1406 bytes
Desc: not available
Url : http://lists.horde.org/archives/kronolith/attachments/20021029/244422a7/task.gif

---------------------- multipart/mixed attachment--