diff options
author | Simon <simon@kisikew.org> | 2012-03-03 16:23:07 -0800 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-03-03 16:23:07 -0800 |
commit | f3c1e2c546a7c9b5c3d04796d37dce6ac5d039d3 (patch) | |
tree | 8d8ff10c21a7490a13b7c472dc48269c7017df47 /view/theme/dispy/contact_template.tpl | |
parent | 74866a96de8f1cdf3114e05530641901e89dca42 (diff) | |
parent | 09c2f81cb30a74652b81ab48ffb44cfdad097cb6 (diff) | |
download | volse-hubzilla-f3c1e2c546a7c9b5c3d04796d37dce6ac5d039d3.tar.gz volse-hubzilla-f3c1e2c546a7c9b5c3d04796d37dce6ac5d039d3.tar.bz2 volse-hubzilla-f3c1e2c546a7c9b5c3d04796d37dce6ac5d039d3.zip |
Merge pull request #73 from simonlnu/master
dispy! (and minor formatting)
Diffstat (limited to 'view/theme/dispy/contact_template.tpl')
-rw-r--r--[-rwxr-xr-x] | view/theme/dispy/contact_template.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/view/theme/dispy/contact_template.tpl b/view/theme/dispy/contact_template.tpl index 48930b48a..2aa9b88fe 100755..100644 --- a/view/theme/dispy/contact_template.tpl +++ b/view/theme/dispy/contact_template.tpl @@ -1,9 +1,9 @@ <div class="contact-entry-wrapper" id="contact-entry-wrapper-$contact.id" > - <div class="contact-entry-photo-wrapper" > + <div class="contact-entry-photo-wrapper"> <div class="contact-entry-photo mframe" id="contact-entry-photo-$contact.id" onmouseover="if (typeof t$contact.id != 'undefined') clearTimeout(t$contact.id); openMenu('contact-photo-menu-button-$contact.id')" - onmouseout="t$contact.id=setTimeout('closeMenu(\'contact-photo-menu-button-$contact.id\'); closeMenu(\'contact-photo-menu-$contact.id\');',200)" > + onmouseout="t$contact.id=setTimeout('closeMenu(\'contact-photo-menu-button-$contact.id\'); closeMenu(\'contact-photo-menu-$contact.id\');',200)"> <a href="$contact.url" title="$contact.img_hover" /><img src="$contact.thumb" $contact.sparkle alt="$contact.name" /></a> @@ -20,6 +20,8 @@ </div> <div class="contact-entry-photo-end" ></div> <div class="contact-entry-name" id="contact-entry-name-$contact.id" >$contact.name</div> + <div class="contact-entry-details" id="contact-entry-url-$contact.id" >$contact.itemurl</div> + <div class="contact-entry-details" id="contact-entry-network-$contact.id" >$contact.network</div> <div class="contact-entry-end" ></div> </div> |