]> git.mxchange.org Git - friendica.git/blob - view/smarty3/groupeditor.tpl
4fad30d5a3d8c43de1198752405744e18a3386a1
[friendica.git] / view / smarty3 / groupeditor.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div id="group">
7 <h3>{{$groupeditor.label_members}}</h3>
8 <div id="group-members" class="contact_list">
9 {{foreach $groupeditor.members as $c}} {{$c}} {{/foreach}}
10 </div>
11 <div id="group-members-end"></div>
12 <hr id="group-separator" />
13 </div>
14
15 <div id="contacts">
16 <h3>{{$groupeditor.label_contacts}}</h3>
17 <div id="group-all-contacts" class="contact_list">
18 {{foreach $groupeditor.contacts as $m}} {{$m}} {{/foreach}}
19 </div>
20 <div id="group-all-contacts-end"></div>
21 </div>