mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Delete desc tag and move into ahref title to clean presentation
This commit is contained in:
parent
d96c9afac2
commit
80d8e7a25e
@ -3,13 +3,16 @@
|
|||||||
{picture}
|
{picture}
|
||||||
<!-- END link_pict -->
|
<!-- END link_pict -->
|
||||||
<!-- BEGIN link_open -->
|
<!-- BEGIN link_open -->
|
||||||
<a href="{link_link}" onMouseOver="window.status='{lang_view}'; return true;" onMouseOut="window.status=''; return true;">
|
<a href="{link_link}" onMouseOver="window.status='{lang_view}'; return true;" onMouseOut="window.status=''; return true;" title="{desc} - {location}">
|
||||||
<!-- END link_open -->
|
<!-- END link_open -->
|
||||||
<!-- BEGIN pict -->
|
<!-- BEGIN pict -->
|
||||||
<img src="{pic_image}" width="{width}" height="{height}" title="{title}" border="0" />
|
<img src="{pic_image}" width="{width}" height="{height}" title="{title}" border="0" />
|
||||||
<!-- END pict -->
|
<!-- END pict -->
|
||||||
<!-- BEGIN link_text -->
|
<!-- BEGIN link_text_old -->
|
||||||
<nobr> {time} </nobr> {title} {users_status}: <i>{desc}</i><!--({location})-->
|
<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 -->
|
<!-- END link_text -->
|
||||||
<!-- BEGIN link_close -->
|
<!-- BEGIN link_close -->
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user