From c66831fa5138a277a9729174caf14c7eb323fb07 Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 16 Oct 2009 20:26:12 +0000 Subject: Standardizing views.` git-svn-id: http://code.elgg.org/elgg/trunk@3555 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/friends/tablelist.php | 90 ++++++++++++++++--------------------- 1 file changed, 39 insertions(+), 51 deletions(-) (limited to 'views/default/friends/tablelist.php') diff --git a/views/default/friends/tablelist.php b/views/default/friends/tablelist.php index af37ff4ed..4581c04f7 100644 --- a/views/default/friends/tablelist.php +++ b/views/default/friends/tablelist.php @@ -1,64 +1,52 @@ - - - - - - +
-
- $entity, 'size' => 'tiny')); ?> -
-
-name; - -?> -
+ + + + + "; $column = 0; } - } - - -?> - - - -"; - echo "
+
+ $entity, 'size' => 'tiny')); ?> +
+
+ name; ?> +
"; } - - if (isset($vars['content'])) echo $vars['content']; -?> \ No newline at end of file +if ($column < 3 && $column != 0) echo ""; + echo ""; +} + +if (isset($vars['content'])) { + echo $vars['content']; +} \ No newline at end of file -- cgit v1.2.3