less html in mod/group.php, template for group members editor, quattro theme for group edit.

This commit is contained in:
Fabio Comuni
2012-02-23 16:17:36 +01:00
parent d45e26d6d9
commit fd3274ff53
7 changed files with 133 additions and 80 deletions
+16
View File
@@ -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>