From 4fecf43894deb10a980441edf72dfa567b64a23d Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 25 Sep 2007 03:35:08 +0000 Subject: - Added ability to delete radio and playlist - Tweaked Classic CSS to fix issue with larger fonts - Fixed some javascript update issues due to quoting on the catalog processes - Fixed display of the MOTD --- templates/show_live_stream_row.inc.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/show_live_stream_row.inc.php') 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 @@ has_access('50')) { ?> id,'edit',_('Edit'),'edit_radio_' . $radio->id); ?> + has_access('75')) { ?> + id,'delete',_('Delete'),'delete_radio_' . $radio->id); ?> + -- cgit