steffen: server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/templates/attendees attendees.inc, 1.4, 1.5

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/templates/attendees
In directory doto:/tmp/cvs-serv31752/kolab-resource-handlers/fbview/fbview/kronolith/templates/attendees

Modified Files:
	attendees.inc 
Log Message:
Fix(?) for Issue548 (larger icons)

Index: attendees.inc
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/templates/attendees/attendees.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- attendees.inc	1 Dec 2004 02:13:23 -0000	1.4
+++ attendees.inc	2 Dec 2004 22:50:37 -0000	1.5
@@ -53,7 +53,7 @@
  <tr class="item<?php echo ($i++ % 2) ?>">
  <?php
   $statustext = sprintf(_("Remove %s"), $email);
-  echo '<td align="center">', Horde::link("javascript:performAction(" . KRONOLITH_ACTIONID_REMOVE . ", '" . addslashes($email) . "')", $statustext), Horde::img('delete-small.gif', $statustext, null, $registry->getParam('graphics', 'horde')), "</a></td>";
+  echo '<td align="center">', Horde::link("javascript:performAction(" . KRONOLITH_ACTIONID_REMOVE . ", '" . addslashes($email) . "')", $statustext), Horde::img('delete.gif', $statustext, null, $registry->getParam('graphics', 'horde')), "</a></td>";
  ?>
   <td><?php echo Horde::link('mailto:'.htmlspecialchars($email), sprintf(_("Send an email to %s"), $email)), htmlspecialchars($email) . '</a>'; ?></td>
  </tr>





More information about the commits mailing list