X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fgroupeditor.tpl;h=0168a7a2d73105e0ca989f3753e86d3b54dcf6cb;hb=befc2af5043a3afde251721c0d27df695db1bb7e;hp=28abc486ed0d19e9fa308f10257b89966a74cf67;hpb=4493f37af3a6b97e3ac9a2f203465ea21c5d96b5;p=friendica.git diff --git a/view/templates/groupeditor.tpl b/view/templates/groupeditor.tpl index 28abc486ed..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,29 +35,28 @@

+{{/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}}
+ {{if $editable == 1}} - {{$m.name}} - -
- {{else}} - {{* The normal view mode *}} - - {{/if}} {{/foreach}}
-