steffen: server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/templates/attendees attendees.inc, 1.2, 1.3

cvs at intevation.de cvs at intevation.de
Tue Nov 30 15:32:48 CET 2004


Author: steffen

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

Modified Files:
	attendees.inc 
Log Message:
Fix for Issue549 (bad email links)

Index: attendees.inc
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/templates/attendees/attendees.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- attendees.inc	30 Nov 2004 13:57:55 -0000	1.2
+++ attendees.inc	30 Nov 2004 14:32:46 -0000	1.3
@@ -55,7 +55,7 @@
   $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>";
  ?>
-  <td><?php echo Horde::link($registry->call('mail/compose', array(array('to' => addslashes($email)))), sprintf(_("Send an email to %s"), $email)), htmlspecialchars($email) . '</a>'; ?></td>
+  <td><?php echo Horde::link('mailto:'.htmlspecialchars($email), sprintf(_("Send an email to %s"), $email)), htmlspecialchars($email) . '</a>'; ?></td>
  </tr>
 <?php endforeach; endif; ?>
 <tr>





More information about the commits mailing list