aboutsummaryrefslogtreecommitdiffstats
path: root/view/groupeditor.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-02-23 16:21:28 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2012-02-23 16:21:28 +0100
commitf5b8654818e63a0583e58caecc8a13c2d83c12d5 (patch)
tree07526e81ce340d547cda60b653df08a9699735ce /view/groupeditor.tpl
parentfd3274ff5342491e9cec4fe9c628bfccfeeaa517 (diff)
downloadvolse-hubzilla-f5b8654818e63a0583e58caecc8a13c2d83c12d5.tar.gz
volse-hubzilla-f5b8654818e63a0583e58caecc8a13c2d83c12d5.tar.bz2
volse-hubzilla-f5b8654818e63a0583e58caecc8a13c2d83c12d5.zip
fix visualization in groupeditor
Diffstat (limited to 'view/groupeditor.tpl')
-rw-r--r--view/groupeditor.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/groupeditor.tpl b/view/groupeditor.tpl
index aa3853375..755985eb3 100644
--- a/view/groupeditor.tpl
+++ b/view/groupeditor.tpl
@@ -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>