diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-09-29 09:03:30 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-09-29 09:03:30 +0200 |
commit | 47f38bc3abb175843fb664e9784b14df11130d0a (patch) | |
tree | 49b1398c0f71e79f7c77430384c8417a0c60e917 /view/contact_template.tpl | |
parent | 6cf5da1e4bc43d8446f5789bc93f82673ec64c2e (diff) | |
parent | 6d36fab90f378222db599cda62cceb46006f67e2 (diff) | |
download | volse-hubzilla-47f38bc3abb175843fb664e9784b14df11130d0a.tar.gz volse-hubzilla-47f38bc3abb175843fb664e9784b14df11130d0a.tar.bz2 volse-hubzilla-47f38bc3abb175843fb664e9784b14df11130d0a.zip |
Merge branch 'master' of git://github.com/friendika/Free-Friendika
Diffstat (limited to 'view/contact_template.tpl')
-rw-r--r-- | view/contact_template.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/contact_template.tpl b/view/contact_template.tpl index 2fa167feb..e1a080b67 100644 --- a/view/contact_template.tpl +++ b/view/contact_template.tpl @@ -1,7 +1,7 @@ <div class="contact-entry-wrapper" id="contact-entry-wrapper-$id" > <div class="contact-entry-photo-wrapper" > - <div class="contact-entry-photo" id="contact-entry-photo-$id" + <div class="contact-entry-photo mframe" id="contact-entry-photo-$id" onmouseover="if (typeof t$id != 'undefined') clearTimeout(t$id); openMenu('contact-photo-menu-button-$id')" onmouseout="t$id=setTimeout('closeMenu(\'contact-photo-menu-button-$id\'); closeMenu(\'contact-photo-menu-$id\');',200)" > <a href="$url" title="$img_hover" /><img src="$thumb" $sparkle alt="$name" /></a> |