mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
sync with 1_0_0 for use of tooltips
This commit is contained in:
parent
cc63295475
commit
d40083a4ba
@ -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','');
|
||||
|
@ -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> <span style="color: black">{time}</span> {users_status}</nobr><br><b>{title}</b><br><i>{desc}</i> {location}
|
||||
<nobr> <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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user