From 5a619d500ffe1205d6b4612b2e4535ee6bb956b2 Mon Sep 17 00:00:00 2001 From: Pete Harris Date: Wed, 26 May 2010 17:31:00 +0000 Subject: Videolist on group profile page interfaced. git-svn-id: http://code.elgg.org@6241 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/videolist/css.php | 11 +++++++++++ views/default/videolist/groupprofile_videolist.php | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'views/default/videolist') diff --git a/views/default/videolist/css.php b/views/default/videolist/css.php index 50956a03e..ca3ab5f1d 100644 --- a/views/default/videolist/css.php +++ b/views/default/videolist/css.php @@ -102,3 +102,14 @@ .close_video a { color:white; } + +/* videos group widget */ +.group_tool_widget.video .entity_listing_icon img { + margin:0; + width:auto; + max-width:80px; + height:60px; +} +.group_tool_widget.video .entity_listing_info { + width:260px; +} diff --git a/views/default/videolist/groupprofile_videolist.php b/views/default/videolist/groupprofile_videolist.php index d782deb96..646590c95 100644 --- a/views/default/videolist/groupprofile_videolist.php +++ b/views/default/videolist/groupprofile_videolist.php @@ -32,8 +32,8 @@ if ($videos) { echo "
"; echo ""; echo "
"; - echo "

guid}\">" . $f->title ."
by username}\">{$owner->name}

"; - echo "

" . friendly_time($f->time_created) . "

"; + echo "

guid}\">" . $f->title ."

username}\">{$owner->name} "; + echo friendly_time($f->time_created) . "

"; echo "
"; } -- cgit v1.2.3