mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 21:49:28 +01:00
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:
parent
c4edaac71f
commit
80727c374f
@ -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> </td></tr><tr><td style=\'border-top: 1px solid silver; font-size:8px; background: #c7c7c7;\'>{location-title}: <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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user