X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftemplates%2Fgroupeditor.tpl;h=0168a7a2d73105e0ca989f3753e86d3b54dcf6cb;hb=5790a0c58a5d044c9c0cba8496db07fa7d0bc0b6;hp=bde686040b5648fea1670f1ad2cb3c842b3be4ee;hpb=7a9456d5ac2e73229b2237074c700731c63661a6;p=friendica.git diff --git a/view/templates/groupeditor.tpl b/view/templates/groupeditor.tpl index bde686040b..0168a7a2d7 100644 --- a/view/templates/groupeditor.tpl +++ b/view/templates/groupeditor.tpl @@ -1,6 +1,7 @@ {{* Template for the contact group list *}} +{{if $editable == 1}} {{* The contacts who are already members of the contact group *}}

{{$groupeditor.label_members}}

@@ -34,27 +35,27 @@

+{{/if}} {{* The contacts who are not members of the contact group *}}

{{$groupeditor.label_contacts}}

{{foreach $groupeditor.contacts as $m}} - {{* If there are too many contacts we use another view mode *}} - {{if $shortmode}} - {{else}} - {{* The normal view mode *}} -
- - {{$m.name}} - -
- {{/if}} {{/foreach}}