downgraded js-tooltip for the moment. Other displayed info cause error sometimes and

will be implemented in future versions. This version should work correctly now as planned :-)
This commit is contained in:
ak703 2004-07-16 12:10:46 +00:00
parent c4edaac71f
commit 80727c374f

View File

@ -5,9 +5,9 @@
<!-- END link_pict -->
<!-- BEGIN link_open -->
<div id="calendar_event_entry" style="overflow:hidden;" onmouseover="this.T_STATIC=true; this.T_TITLE='{title} [{time}]'; return escape('<table width=250px border=0 style=\'background: #FFFFCC;\'><tr><td>{desc}</td></tr><tr><td>&nbsp;</td></tr><tr><td style=\'border-top: 1px solid silver; font-size:8px; background: #c7c7c7;\'>{location-title}:&nbsp;<em>{location}</em></td></tr>')";>
<div id="calendar_event_entry" style="overflow:hidden;" onmouseover="this.T_STATIC=true; this.T_OFFSETX=-2; this.T_OFFSETY=36; return escape('{desc}');">
<a class="event_entry" href="{link_link}" onMouseOver="window.status='{lang_view}'; return true;" onMouseOut="window.status=''; return true;"><br>
<!-- removed for favour of tooltip (NDEE) title="{desc}" -->
<!-- END link_open -->
<!-- BEGIN pict -->