aboutsummaryrefslogtreecommitdiffstats
path: root/view/wall_item.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/wall_item.tpl')
-rw-r--r--view/wall_item.tpl7
1 files changed, 3 insertions, 4 deletions
diff --git a/view/wall_item.tpl b/view/wall_item.tpl
index c78fbb61f..893483259 100644
--- a/view/wall_item.tpl
+++ b/view/wall_item.tpl
@@ -2,16 +2,15 @@
<div class="wall-item-content-wrapper$indent" id="wall-item-content-wrapper-$id" >
<span class="wall-item-info" id="wall-item-info-$id">
<div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-$id"
- onmouseover="openMenu('wall-item-photo-menu-button-$id')" onmouseout="if (document.getElementById('wall-item-photo-menu-$id').style.display!='block')closeMenu('wall-item-photo-menu-button-$id');">
+ onmouseover="if (typeof t$id != 'undefined') clearTimeout(t$id); openMenu('wall-item-photo-menu-button-$id')"
+ onmouseout="t$id=setTimeout('closeMenu(\'wall-item-photo-menu-button-$id\'); closeMenu(\'wall-item-photo-menu-$id\');',200)">
<a href="$profile_url" title="$linktitle" class="wall-item-photo-link" id="wall-item-photo-link-$id">
<img src="$thumb" class="wall-item-photo$sparkle" id="wall-item-photo-$id" height="80" width="80" alt="$name" />
</a>
<span onclick="openClose('wall-item-photo-menu-$id');" class="fakelink wall-item-photo-menu-button" id="wall-item-photo-menu-button-$id">menu</span>
<div class="wall-item-photo-menu" id="wall-item-photo-menu-$id">
<ul>
- <li><a href='$profile_tab_url'>View profile</a></li>
- <li><a href='$contact_url'>Edit contact</a></li>
- <li><a href='$pm_url'>Send PM</a></li>
+ $item_photo_menu
</ul>
</div>
</div>