sync with 1_0_0 for use of tooltips

This commit is contained in:
ak703 2004-07-16 12:28:15 +00:00
parent cc63295475
commit d40083a4ba
2 changed files with 7 additions and 3 deletions

View File

@ -2970,6 +2970,9 @@
{
$this->link_tpl->parse('picture','link_close',True);
}
//NDEE(160704) for event tooltips
$this->link_tpl->set_var('loctitle',lang('location'));
$str = $this->link_tpl->fp('out','link_pict');
$this->link_tpl->set_var('picture','');
$this->link_tpl->set_var('out','');

View File

@ -5,8 +5,9 @@
<!-- END link_pict -->
<!-- BEGIN link_open -->
<div id="calendar_event_entry" style="overflow:hidden;">
<a class="event_entry" href="{link_link}" onMouseOver="window.status='{lang_view}'; return true;" onMouseOut="window.status=''; return true;" title="{desc} {location}"><br>
<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 -->
@ -18,7 +19,7 @@
<!-- END link_text_old -->
<!-- BEGIN link_text -->
<nobr>&nbsp;<span style="color: black">{time}</span> {users_status}</nobr><br><b>{title}</b><br><i>{desc}</i> {location}
<nobr>&nbsp;<span style="color: black">{time}</span> {users_status}</nobr><br><b>{title}</b><br><i>{desc}</i><br>(<span style="font-size:7px;">{location})</span>
<!-- END link_text -->
<!-- BEGIN link_close -->