From 05129a184b2c88cf082ebf230a3dce7b6510ec8f Mon Sep 17 00:00:00 2001 From: Pete Harris Date: Tue, 30 Mar 2010 14:23:05 +0000 Subject: Further updates to VideoList UI. Search results styled to match new elgg list style. Videos from search now play in popup modal with screen greyed out. Individual video page now has edit and delete, breadcrumbs, latest comments etc.. --- views/default/forms/labels/youtube.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'views/default/forms/labels/youtube.php') diff --git a/views/default/forms/labels/youtube.php b/views/default/forms/labels/youtube.php index 1b557522b..699bc1122 100644 --- a/views/default/forms/labels/youtube.php +++ b/views/default/forms/labels/youtube.php @@ -10,9 +10,8 @@ * @copyright Prateek Choudhary */ -$body = '

"; +$body = '

'; +$body .= "
"; $body .= "
"; $body .= ""; $body .= "
"; @@ -22,11 +21,7 @@ if($error['no-search'] == 0) { $body .= '
'.$error_msg['no-search'].'
'; } $body .= "
"; -//$body .= "
"; -//$body .= ''; $body .= elgg_view('input/submit', array('internalname' => 'submit', 'value' => elgg_echo('videolist:searchTubeVideos'))); -//$body .= "
"; $body .= "
"; -$body .= '

'; print $body; \ No newline at end of file -- cgit v1.2.3