mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:32 +01:00
4b4df263cc
Cutting off long event titles is done purposely - not a bug ;-)
27 lines
831 B
Smarty
Executable File
27 lines
831 B
Smarty
Executable File
<!-- $Id$ link_pict -->
|
|
|
|
<!-- BEGIN link_pict -->
|
|
{picture}
|
|
<!-- END link_pict -->
|
|
|
|
<!-- BEGIN link_open -->
|
|
<div 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>
|
|
<!-- END link_open -->
|
|
|
|
<!-- BEGIN pict -->
|
|
<img src="{pic_image}" width="{width}" height="{height}" title="{title}" border="0" />
|
|
<!-- END pict -->
|
|
|
|
<!-- BEGIN link_text_old -->
|
|
<nobr> {time} </nobr> {title} {users_status}: <i>{desc}</i><!--({location})-->
|
|
<!-- END link_text_old -->
|
|
|
|
<!-- BEGIN link_text -->
|
|
<nobr> {time} </nobr>{users_status} {title}<!-- : <i>{desc}</i>--><!--({location})-->
|
|
<!-- END link_text -->
|
|
|
|
<!-- BEGIN link_close -->
|
|
</a></div>
|
|
<!-- END link_close -->
|