summaryrefslogtreecommitdiffstats
path: root/templates/show_live_stream_row.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_live_stream_row.inc.php')
-rw-r--r--templates/show_live_stream_row.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/show_live_stream_row.inc.php b/templates/show_live_stream_row.inc.php
index 77003371..773b1d35 100644
--- a/templates/show_live_stream_row.inc.php
+++ b/templates/show_live_stream_row.inc.php
@@ -30,4 +30,7 @@
<?php if ($GLOBALS['user']->has_access('50')) { ?>
<?php echo Ajax::button('?action=show_edit_object&type=live_stream&id=' . $radio->id,'edit',_('Edit'),'edit_radio_' . $radio->id); ?>
<?php } ?>
+ <?php if ($GLOBALS['user']->has_access('75')) { ?>
+ <?php echo Ajax::button('?page=browse&action=delete_object&type=live_stream&id=' . $radio->id,'delete',_('Delete'),'delete_radio_' . $radio->id); ?>
+ <?php } ?>
</td>