diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2012-01-06 00:42:06 -0800 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2012-01-06 00:42:06 -0800 |
commit | ad02af4e8fe88566ea6255af3fabac6393b1c916 (patch) | |
tree | fe66ebfe8ea6a61e2da151766af733a44366c2ff /view/wall_item.tpl | |
parent | cfe8094b458c62cbab0b79dd957c31dbf60a26c4 (diff) | |
parent | a5a6719283bd246e78427cff82aad951a3db310d (diff) | |
download | volse-hubzilla-ad02af4e8fe88566ea6255af3fabac6393b1c916.tar.gz volse-hubzilla-ad02af4e8fe88566ea6255af3fabac6393b1c916.tar.bz2 volse-hubzilla-ad02af4e8fe88566ea6255af3fabac6393b1c916.zip |
Merge pull request #23 from fabrixxm/master
Theme works
Diffstat (limited to 'view/wall_item.tpl')
-rw-r--r-- | view/wall_item.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/wall_item.tpl b/view/wall_item.tpl index e3213b891..96f3cee74 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -8,14 +8,14 @@ <div class="wall-item-container $indent"> <div class="wall-item-item"> <div class="wall-item-info"> - <div class="wall-item-photo-wrapper" + <div class="contact-photo-wrapper" 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" target="redir" 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" alt="$name" /> + <a href="$profile_url" target="redir" title="$linktitle" class="contact-photo-link" id="wall-item-photo-link-$id"> + <img src="$thumb" class="contact-photo$sparkle" id="wall-item-photo-$id" alt="$name" /> </a> - <a href="#" rel="#wall-item-photo-menu-$id" class="fakelink wall-item-photo-menu-button icon s16 menu" id="wall-item-photo-menu-button-$id">menu</a> - <ul class="wall-item-menu menu-popup" id="wall-item-photo-menu-$id"> + <a href="#" rel="#wall-item-photo-menu-$id" class="contact-photo-menu-button icon s16 menu" id="wall-item-photo-menu-button-$id">menu</a> + <ul class="contact-menu menu-popup" id="wall-item-photo-menu-$id"> $item_photo_menu </ul> |