aboutsummaryrefslogtreecommitdiff
path: root/views/default/videolist/groupprofile_videolist.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/videolist/groupprofile_videolist.php')
-rw-r--r--views/default/videolist/groupprofile_videolist.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/views/default/videolist/groupprofile_videolist.php b/views/default/videolist/groupprofile_videolist.php
index 7c51c5615..badfa13a6 100644
--- a/views/default/videolist/groupprofile_videolist.php
+++ b/views/default/videolist/groupprofile_videolist.php
@@ -11,6 +11,7 @@
?>
<div class="group_tool_widget video">
+<span class="group_widget_link"><a href="<?php echo $vars['url'] . "pg/videolist/owned/" . page_owner_entity()->username; ?>"><?php echo elgg_echo('link:view:all')?></a></span>
<h3><?php echo elgg_echo("videolist:group"); ?></h3>
<?php
@@ -38,11 +39,6 @@ if ($videos) {
}
- //get a link to the users files
- $users_file_url = $vars['url'] . "pg/videolist/owned/" . page_owner_entity()->username;
-
- echo "<p><a href=\"{$users_file_url}\">" . elgg_echo("videolist:groupall") . "</a></p>";
-
} else {
$upload_video = $vars['url'] . "pg/videolist/browse/" . page_owner_entity()->username;
echo "<p class='margin_top'><a href=\"{$upload_video}\">" . elgg_echo("videolist:add") . "</a></p>";