From dd489f623628930e527e8112142576bb0de24b57 Mon Sep 17 00:00:00 2001 From: Pete Harris Date: Mon, 29 Mar 2010 16:59:14 +0000 Subject: Beginnings of updating VideoList to v1.8 interface, edit, delete, favorite added. Amongst other updates Friends view and breadcrumbs added. --- views/default/staticvideo/index.php | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'views/default/staticvideo') diff --git a/views/default/staticvideo/index.php b/views/default/staticvideo/index.php index 256eb5b92..d8619917e 100644 --- a/views/default/staticvideo/index.php +++ b/views/default/staticvideo/index.php @@ -37,22 +37,16 @@ if(!empty($owner_videos)) { $videodiv .= "
"; $videodiv .= elgg_view("output/confirmlink", array( - 'href' => $vars['url'] . "action/videolist/remove?video_id=" . $video_guid, - 'text' => elgg_echo('delete'), - 'confirm' => elgg_echo('deleteconfirm'), - )); - /* - $videodiv .= ""; - $videodiv .= "delete"; - $videodiv .= ""; - */ + 'href' => $vars['url'] . "action/videolist/remove?video_id=" . $video_guid, + 'text' => elgg_echo('delete'), + 'confirm' => elgg_echo('deleteconfirm'), + )); $videodiv .= "
"; - $videodiv .= "
"; } print $videodiv; } else { - echo "No videos were found."; + echo "

".elgg_echo('videolist:none:found')."

"; } ?> -- cgit v1.2.3