diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-24 19:42:39 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-24 19:42:39 +0100 |
commit | c618bfc607498998916f01fd9c6985c2ecd47356 (patch) | |
tree | 28f5feda66ce65a80743a138363dc19c999ba4b4 /view/tpl/connection_template.tpl | |
parent | f6d024cb3f2663cd1d61e5fc18546adb93b9a7db (diff) | |
download | volse-hubzilla-c618bfc607498998916f01fd9c6985c2ecd47356.tar.gz volse-hubzilla-c618bfc607498998916f01fd9c6985c2ecd47356.tar.bz2 volse-hubzilla-c618bfc607498998916f01fd9c6985c2ecd47356.zip |
mark connections where we do not have post_comments permissions with an no entry sign.
Diffstat (limited to 'view/tpl/connection_template.tpl')
-rwxr-xr-x | view/tpl/connection_template.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl index 8e49c9e27..4543a69d0 100755 --- a/view/tpl/connection_template.tpl +++ b/view/tpl/connection_template.tpl @@ -18,7 +18,12 @@ </div> <div class="section-content-tools-wrapper"> <div class="contact-photo-wrapper" > - <a href="{{$contact.url}}" title="{{$contact.img_hover}}" ><img class="directory-photo-img {{if $contact.classes}}{{$contact.classes}}{{/if}}" src="{{$contact.thumb}}" alt="{{$contact.name}}" /></a> + <a href="{{$contact.url}}" title="{{$contact.img_hover}}" > + <img class="directory-photo-img {{if $contact.classes}}{{$contact.classes}}{{/if}}" src="{{$contact.thumb}}" alt="{{$contact.name}}" /> + </a> + {{if $contact.oneway}} + <i class="fa fa-fw fa-minus-circle oneway-overlay text-danger"></i> + {{/if}} </div> <div class="contact-info"> {{if $contact.status}} |