[Tickets #2378] NEW: Extraneous tooltip in Block summary
bugs@bugs.horde.org
bugs at bugs.horde.org
Wed Aug 3 16:17:24 PDT 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=2378
-----------------------------------------------------------------------
Ticket | 2378
Created By | kevin_myer at iu13.org
Summary | Extraneous tooltip in Block summary
Queue | IMP
Version | HEAD
State | New
Priority | 1. Low
Type | Enhancement
Owners |
-----------------------------------------------------------------------
kevin_myer at iu13.org (2005-08-03 16:17) wrote:
This is like a scavenger hunt ;)
Index: summary.php
===================================================================
RCS file: /repository/imp/lib/Block/summary.php,v
retrieving revision 1.57
diff -u -r1.57 summary.php
--- summary.php 20 May 2005 13:13:45 -0000 1.57
+++ summary.php 3 Aug 2005 23:14:55 -0000
@@ -15,7 +15,7 @@
{
global $registry;
- $html = Horde::link(Horde::url($registry->getInitialPage(), true),
$registry->get('name'), 'header') . $registry->get('name') . '</a> :: ';
+ $html = Horde::link(Horde::url($registry->getInitialPage(), true))
. $registry->get('name') . '</a> :: ';
$html .= Horde::link($registry->call('mail/compose'), _("Compose"),
'smallheader') . Horde::img('compose.png', _("Compose"), 'align="middle"',
Horde::url($registry->getImageDir(), true, -1)) . ' ' . _("Compose") .
'</a>';
return $html;
More information about the bugs
mailing list