From 978b3484af2a47fe5cd3df6c1b68b5749612d1f2 Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 15 Apr 2010 17:21:44 +0000 Subject: Update to search results view, and small entity list style updates. git-svn-id: http://code.elgg.org/elgg/trunk@5748 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/search/views/default/search/entity.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'mod/search/views/default') diff --git a/mod/search/views/default/search/entity.php b/mod/search/views/default/search/entity.php index b65bad888..538cc8a64 100644 --- a/mod/search/views/default/search/entity.php +++ b/mod/search/views/default/search/entity.php @@ -24,16 +24,16 @@ if (!$icon) { // @todo allow an option to switch to displaying the entity's icon instead. $type = $entity->getType(); if ($type == 'user' || $type == 'group') { - $icon = elgg_view('profile/icon', array('entity' => $entity, 'size' => 'small')); + $icon = elgg_view('profile/icon', array('entity' => $entity, 'size' => 'tiny')); } elseif ($owner = $entity->getOwnerEntity()) { - $icon = elgg_view('profile/icon', array('entity' => $owner, 'size' => 'small')); + $icon = elgg_view('profile/icon', array('entity' => $owner, 'size' => 'tiny')); } else { // display a generic icon if no owner, though there will probably be // other problems if the owner can't be found. $icon = elgg_view( 'graphics/icon', array( 'entity' => $entity, - 'size' => 'small', + 'size' => 'tiny', )); } } @@ -56,15 +56,15 @@ if (!$time) {
-

-

+

+ -

+

-

+

-- cgit v1.2.3