aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/direntry_large.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-28 19:49:56 -0800
committerfriendica <info@friendica.com>2014-01-28 19:49:56 -0800
commitd970c69f91b96b3ef40752a95ecec8ca8b11b62a (patch)
treeaa2f3e20127655ac323f75377380458eeaa49488 /view/tpl/direntry_large.tpl
parentcc11535e34f1cc91251d7ca3f38ef38997774857 (diff)
downloadvolse-hubzilla-d970c69f91b96b3ef40752a95ecec8ca8b11b62a.tar.gz
volse-hubzilla-d970c69f91b96b3ef40752a95ecec8ca8b11b62a.tar.bz2
volse-hubzilla-d970c69f91b96b3ef40752a95ecec8ca8b11b62a.zip
online indication to the directory popup
Diffstat (limited to 'view/tpl/direntry_large.tpl')
-rwxr-xr-xview/tpl/direntry_large.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl
index a3fa7e4c3..f00448175 100755
--- a/view/tpl/direntry_large.tpl
+++ b/view/tpl/direntry_large.tpl
@@ -13,7 +13,7 @@
<div class="clear"></div>
-<div class="contact-name" id="directory-name-{{$id}}" >{{$name}}</div>
+<div class="contact-name" id="directory-name-{{$id}}" >{{$name}}{{if $online}} <i class="icon-asterisk online-now" title="{{$online}}"></i>{{/if}}</div>
{{if $connect}}
<div class="directory-connect"><a href="{{$connect}}">{{$conn_label}}</a></div>
{{/if}}