From a161b38e65fa698133402f4fb23548242f494018 Mon Sep 17 00:00:00 2001 From: Dave Tosh Date: Tue, 23 Mar 2010 17:30:14 +0000 Subject: This videolist plugin shows real promise so we shall work on it for v1.8 then release it back to the community. --- views/default/forms/labels/youtube.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 views/default/forms/labels/youtube.php (limited to 'views/default/forms/labels/youtube.php') diff --git a/views/default/forms/labels/youtube.php b/views/default/forms/labels/youtube.php new file mode 100644 index 000000000..40be100ee --- /dev/null +++ b/views/default/forms/labels/youtube.php @@ -0,0 +1,34 @@ + + * @copyright Prateek Choudhary + */ + + $body = '

"; + $body .= "
"; + $body .= ""; + $body .= "
"; + $body .= "
"; + $body .= "   "; + 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; +?> -- cgit v1.2.3