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