diff options
author | friendica <info@friendica.com> | 2012-04-12 23:06:41 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-12 23:06:41 -0700 |
commit | 3c4e6d34610ae4913d1d9ea090499c5d328a62e8 (patch) | |
tree | ffba2ebe12a5e47c96e9a3a4b2c73bd50c43cd55 /view/nogroup-template.tpl | |
parent | af68d033e330e33571f95763b58833273d22d3a7 (diff) | |
download | volse-hubzilla-3c4e6d34610ae4913d1d9ea090499c5d328a62e8.tar.gz volse-hubzilla-3c4e6d34610ae4913d1d9ea090499c5d328a62e8.tar.bz2 volse-hubzilla-3c4e6d34610ae4913d1d9ea090499c5d328a62e8.zip |
bug #369 - show contacts who are not in any groups
Diffstat (limited to 'view/nogroup-template.tpl')
-rw-r--r-- | view/nogroup-template.tpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/view/nogroup-template.tpl b/view/nogroup-template.tpl new file mode 100644 index 000000000..dd00ed097 --- /dev/null +++ b/view/nogroup-template.tpl @@ -0,0 +1,12 @@ +<h1>$header</h1> + +{{ for $contacts as $contact }} + {{ inc contact_template.tpl }}{{ endinc }} +{{ endfor }} +<div id="contact-edit-end"></div> + +$paginate + + + + |