[dev] imp summary block patch
Vilius Šumskas
vilius at lnk.lt
Fri Jan 14 00:53:53 PST 2005
Hello,
this patch fixes interface gap on IE in imp summary block.
--
Best Regards,
Vilius Šumskas
LNK TV system administrator
mob.: +370 614 75713
http://www.lnk.lt
-------------- next part --------------
Index: summary.php
===================================================================
RCS file: /repository/imp/lib/Block/summary.php,v
retrieving revision 1.51
diff -u -r1.51 summary.php
--- summary.php 9 Nov 2004 10:30:40 -0000 1.51
+++ summary.php 14 Jan 2005 08:47:49 -0000
@@ -16,7 +16,7 @@
global $registry;
$html = Horde::link(Horde::url($registry->getInitialPage(), true), $registry->get('name'), 'header') . $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>';
+ $html .= Horde::link($registry->call('mail/compose'), _("Compose"), 'smallheader') . Horde::img('compose.png', _("Compose"), null, Horde::url($registry->getImageDir(), true, -1)) . ' ' . _("Compose") . '</a>';
return $html;
}
More information about the dev
mailing list