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

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

index 442a3b6ea585de030d5827c05f784ad73b204f9e..a249f3825a6dff1cd63bbe1ab75df8a08fc077ed 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" 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" 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"}}