From 2c5110ba04fb38d8585c76f43f8b49f37e822756 Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 14 Aug 2008 11:48:45 +0000 Subject: friends picker table bug fixed and spacing adjusted on collections git-svn-id: https://code.elgg.org/elgg/trunk@1918 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/friends/tablelist.php | 129 ++++++++++++++++++------------------ 1 file changed, 65 insertions(+), 64 deletions(-) (limited to 'views/default/friends/tablelist.php') diff --git a/views/default/friends/tablelist.php b/views/default/friends/tablelist.php index c0c481e00..f59e02250 100644 --- a/views/default/friends/tablelist.php +++ b/views/default/friends/tablelist.php @@ -1,65 +1,66 @@ - - - - - - - - - -"; - $column = 0; - } - - } - - -?> - - - -"; - echo "
- $entity, 'size' => 'tiny')); ?> - -name; - -?> -
"; - } - - if (isset($vars['content'])) echo $vars['content']; - + + + + + + + + + +"; + $column = 0; + } + + } + + +?> + + + +"; + echo "
+
+ $entity, 'size' => 'tiny')); ?> +
+
+name; + +?> +
"; + } + + if (isset($vars['content'])) echo $vars['content']; + ?> \ No newline at end of file -- cgit v1.2.3