]> git.mxchange.org Git - friendica.git/commitdiff
Update entry.tpl
authorRaroun <Raroun@users.noreply.github.com>
Sun, 17 Dec 2023 10:03:41 +0000 (11:03 +0100)
committerGitHub <noreply@github.com>
Sun, 17 Dec 2023 10:03:41 +0000 (11:03 +0100)
added missing "contact-circle-link" css class

view/theme/frio/templates/contact/entry.tpl

index a249f3825a6dff1cd63bbe1ab75df8a08fc077ed..742fe23553154ba940c86a248693ebd5569d2ee8 100644 (file)
@@ -76,7 +76,7 @@
                        {{* The button to add or remove contacts from a contact group - group edit page *}}
                        {{if $contact.change_member}}
                        <div class="contact-group-actions pull-right nav-pills preferences">
-                               <button type="button" class="contact-action-link btn contact-group-link btn-default contact-circle-actions" onclick="circleChangeMember({{$contact.change_member.gid}},{{$contact.change_member.cid}},'{{$contact.change_member.sec_token}}'); return true;" data-toggle="tooltip" title="{{$contact.change_member.title}}">
+                               <button type="button" class="contact-action-link btn contact-group-link btn-default contact-circle-actions contact-circle-link" onclick="circleChangeMember({{$contact.change_member.gid}},{{$contact.change_member.cid}},'{{$contact.change_member.sec_token}}'); return true;" data-toggle="tooltip" title="{{$contact.change_member.title}}">
                                        {{if $contact.label == "members"}}
                                        <i class="fa fa-times-circle" aria-hidden="true"></i>
                                        {{elseif $contact.label == "contacts"}}