aboutsummaryrefslogtreecommitdiffstats
path: root/view/groupeditor.tpl
blob: aa3853375b682147e5e86213fc5618242ffd9f77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div id="group">
<h3>$groupeditor.label_members</h3>
<div id="group-members" class="contact_list">
{{ for $groupeditor.contacts as $c}} $c {{ endfor }}
</div>
<div id="group-members-end"></div>
<hr id="group-separator" />
</div>

<div id="contacts">
<h3>$groupeditor.label_contacts</h3>
<div id="group-all-contacts" class="contact_list">
{{ for $groupeditor.members as $m}} $m {{ endfor }}
</div>
<div id="group-all-contacts-end"></div>
</div>