From 04a1bcfd1f9e98b7fe5e5a8230385385d0c41631 Mon Sep 17 00:00:00 2001 From: pete Date: Wed, 30 Jul 2008 23:28:21 +0000 Subject: small change to collection members display - as a table git-svn-id: https://code.elgg.org/elgg/trunk@1620 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/friends/tablelist.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'views/default/friends/tablelist.php') diff --git a/views/default/friends/tablelist.php b/views/default/friends/tablelist.php index 38f577a2d..a5f791f46 100644 --- a/views/default/friends/tablelist.php +++ b/views/default/friends/tablelist.php @@ -18,7 +18,7 @@ ?> - +
$entity, 'size' => 'tiny')); ?> - "; $column = 0; } } - if ($column > 0) echo ""; + ?> -
+ name; @@ -42,20 +42,22 @@ 1) { + if ($column == 3) { echo "
+ "; + echo ""; } ?> \ No newline at end of file -- cgit v1.2.3