summaryrefslogtreecommitdiffstats
path: root/templates/show_playlist_row.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_playlist_row.inc.php')
-rw-r--r--templates/show_playlist_row.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/show_playlist_row.inc.php b/templates/show_playlist_row.inc.php
index f4c4cc3b..99f3caf4 100644
--- a/templates/show_playlist_row.inc.php
+++ b/templates/show_playlist_row.inc.php
@@ -32,4 +32,7 @@
<?php echo get_user_icon('batch_download',_('Batch Download')); ?>
</a>
<?php } ?>
+ <?php if ($playlist->has_access()) { ?>
+ <?php echo Ajax::button('?action=show_edit_object&type=playlist&id=' . $playlist->id,'edit',_('Edit'),'edit_playlist_' . $playlist->id); ?>
+ <?php } ?>
</td>