diff options
author | M. Dent <dentm42@gmail.com> | 2019-11-22 14:59:45 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-11-22 14:59:45 +0100 |
commit | 23c47f78eada85c1f897bbf348a4f802db9ef2f9 (patch) | |
tree | b5202776942979f9b56a9be0e84b13cfcf65a0c6 /view/tpl/contact_template.tpl | |
parent | 4a4c43bb2c336622181ccdd006642efc7b9f1ee5 (diff) | |
download | volse-hubzilla-23c47f78eada85c1f897bbf348a4f802db9ef2f9.tar.gz volse-hubzilla-23c47f78eada85c1f897bbf348a4f802db9ef2f9.tar.bz2 volse-hubzilla-23c47f78eada85c1f897bbf348a4f802db9ef2f9.zip |
More descriptive connection status icons
Diffstat (limited to 'view/tpl/contact_template.tpl')
-rwxr-xr-x | view/tpl/contact_template.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/view/tpl/contact_template.tpl b/view/tpl/contact_template.tpl index 2a2f996f4..40495b789 100755 --- a/view/tpl/contact_template.tpl +++ b/view/tpl/contact_template.tpl @@ -1,9 +1,7 @@ <div class="contact-entry-wrapper" id="contact-entry-wrapper-{{$contact.id}}" > <div class="contact-entry-photo-wrapper" > <a href="{{$contact.link}}" title="{{$contact.img_hover}}" ><img class="contact-block-img" src="{{$contact.thumb}}" alt="{{$contact.name}}" /></a> - {{if $contact.oneway}} - <i class="fa fa-fw fa-minus-circle oneway-overlay text-danger"></i> - {{/if}} + {{include "connstatus.tpl" perminfo=$contact.perminfo}} </div> <div class="contact-entry-photo-end" ></div> <div class="contact-entry-name" id="contact-entry-name-{{$contact.id}}" >{{$contact.name}}</div> |