6.0.0-alpha12
6/7/25

[#2378] Extraneous tooltip in Block summary
Summary Extraneous tooltip in Block summary
Queue IMP
Queue Version HEAD
Type Enhancement
State Resolved
Priority 1. Low
Owners
Requester kevin_myer (at) iu13 (dot) org
Created 08/03/2005 (7248 days ago)
Due
Updated 08/03/2005 (7248 days ago)
Assigned
Resolved 08/03/2005 (7248 days ago)
Milestone
Patch No

History
08/03/2005 11:29:51 PM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Committed.
08/03/2005 11:17:23 PM kevin_myer (at) iu13 (dot) org Comment #1
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Extraneous tooltip in Block summary
Queue ⇒ IMP
Reply to this comment
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;


Saved Queries