aboutsummaryrefslogtreecommitdiffstats
path: root/view/groupeditor.tpl
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2012-03-02 00:00:03 -0800
committerfabrixxm <fabrix.xm@gmail.com>2012-03-02 00:00:03 -0800
commit3a609adfb77a94d5b8681496a9306d9cf4efcafb (patch)
tree153968c7a8ac649be69438ff5374863735699bab /view/groupeditor.tpl
parentf55ffcd48ce5c0b3254ae1a02fda7b29d875fa09 (diff)
parentb6b7742579d16a4eab97249758a62c5ff33bd07d (diff)
downloadvolse-hubzilla-3a609adfb77a94d5b8681496a9306d9cf4efcafb.tar.gz
volse-hubzilla-3a609adfb77a94d5b8681496a9306d9cf4efcafb.tar.bz2
volse-hubzilla-3a609adfb77a94d5b8681496a9306d9cf4efcafb.zip
Merge pull request #55 from fabrixxm/master
Some minor and one majior mod in templates
Diffstat (limited to 'view/groupeditor.tpl')
-rw-r--r--view/groupeditor.tpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/view/groupeditor.tpl b/view/groupeditor.tpl
new file mode 100644
index 000000000..755985eb3
--- /dev/null
+++ b/view/groupeditor.tpl
@@ -0,0 +1,16 @@
+<div id="group">
+<h3>$groupeditor.label_members</h3>
+<div id="group-members" class="contact_list">
+{{ for $groupeditor.members 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.contacts as $m}} $m {{ endfor }}
+</div>
+<div id="group-all-contacts-end"></div>
+</div>