]> git.mxchange.org Git - friendica.git/blob - view/smarty3/groupeditor.tpl
Merge pull request #579 from 23n/patch-4
[friendica.git] / view / smarty3 / groupeditor.tpl
1 <div id="group">
2 <h3>{{$groupeditor.label_members}}</h3>
3 <div id="group-members" class="contact_list">
4 {{foreach $groupeditor.members as $c}} {{$c}} {{/foreach}}
5 </div>
6 <div id="group-members-end"></div>
7 <hr id="group-separator" />
8 </div>
9
10 <div id="contacts">
11 <h3>{{$groupeditor.label_contacts}}</h3>
12 <div id="group-all-contacts" class="contact_list">
13 {{foreach $groupeditor.contacts as $m}} {{$m}} {{/foreach}}
14 </div>
15 <div id="group-all-contacts-end"></div>
16 </div>