diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-02-23 16:17:36 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-02-23 16:17:36 +0100 |
commit | fd3274ff5342491e9cec4fe9c628bfccfeeaa517 (patch) | |
tree | 3956cf5eb79b96feea5ecc97b9580fe018133bec /view/groupeditor.tpl | |
parent | d45e26d6d9976141f8a63e25f5f6b5dd87a2f766 (diff) | |
download | volse-hubzilla-fd3274ff5342491e9cec4fe9c628bfccfeeaa517.tar.gz volse-hubzilla-fd3274ff5342491e9cec4fe9c628bfccfeeaa517.tar.bz2 volse-hubzilla-fd3274ff5342491e9cec4fe9c628bfccfeeaa517.zip |
less html in mod/group.php, template for group members editor, quattro theme for group edit.
Diffstat (limited to 'view/groupeditor.tpl')
-rw-r--r-- | view/groupeditor.tpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/view/groupeditor.tpl b/view/groupeditor.tpl new file mode 100644 index 000000000..aa3853375 --- /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.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> |