fix visualization in groupeditor

This commit is contained in:
Fabio Comuni 2012-02-23 16:21:28 +01:00
parent fd3274ff53
commit f5b8654818
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<div id="group">
<h3>$groupeditor.label_members</h3>
<div id="group-members" class="contact_list">
{{ for $groupeditor.contacts as $c}} $c {{ endfor }}
{{ for $groupeditor.members as $c}} $c {{ endfor }}
</div>
<div id="group-members-end"></div>
<hr id="group-separator" />
@ -10,7 +10,7 @@
<div id="contacts">
<h3>$groupeditor.label_contacts</h3>
<div id="group-all-contacts" class="contact_list">
{{ for $groupeditor.members as $m}} $m {{ endfor }}
{{ for $groupeditor.contacts as $m}} $m {{ endfor }}
</div>
<div id="group-all-contacts-end"></div>
</div>