steffen: server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith attendeeshandler.php, 1.2, 1.3 savedattlist.php, 1.2, 1.3

cvs at intevation.de cvs at intevation.de
Thu Dec 2 23:50:39 CET 2004


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith
In directory doto:/tmp/cvs-serv31752/kolab-resource-handlers/fbview/fbview/kronolith

Modified Files:
	attendeeshandler.php savedattlist.php 
Log Message:
Fix(?) for Issue548 (larger icons)

Index: attendeeshandler.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/attendeeshandler.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- attendeeshandler.php	14 Oct 2004 00:54:23 -0000	1.2
+++ attendeeshandler.php	2 Dec 2004 22:50:37 -0000	1.3
@@ -29,7 +29,7 @@
 $view = Util::getFormData('view', 'day');
 
 // Preformat our delete image/link.
-$delimg = Horde::img('delete-small.gif', _("Remove Attendee"), null, $registry->getParam('graphics', 'horde'));
+$delimg = Horde::img('delete.gif', _("Remove Attendee"), null, $registry->getParam('graphics', 'horde'));
 
 // Perform the specified action, if there is one.
 switch ($actionID) {

Index: savedattlist.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/savedattlist.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- savedattlist.php	14 Oct 2004 00:54:23 -0000	1.2
+++ savedattlist.php	2 Dec 2004 22:50:37 -0000	1.3
@@ -22,8 +22,8 @@
 $savedattlist = unserialize($_COOKIE['saved_attendee_list']);
 
 // Preformat our image urls
-$delimg = Horde::img('delete-small.gif', _("Remove List"), null, $registry->getParam('graphics', 'horde'));
-$loadimg = Horde::img('info.gif', _("Load List"), null, $registry->getParam('graphics', 'horde'));
+$delimg = Horde::img('delete.gif', _("Remove List"), null, $registry->getParam('graphics', 'horde'));
+$loadimg = Horde::img('tick.gif', _("Load List"), null, $registry->getParam('graphics', 'horde'));
 
 // Get our Action ID & Value. This specifies what action the user initiated.
 $actionID = Util::getFormData('actionID', false);





More information about the commits mailing list