diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-23 07:09:45 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-23 07:09:45 +0000 |
commit | 4ad67656eb63a6c23b0e6caed619f463e0c14aec (patch) | |
tree | 4acf5de1b4ddb89e90b5e082f5ab481c50c7d15d /templates/show_live_streams.inc.php | |
parent | 216e691dfa53a28af8beca7aad2bf0ffb71dba2c (diff) | |
download | ampache-4ad67656eb63a6c23b0e6caed619f463e0c14aec.tar.gz ampache-4ad67656eb63a6c23b0e6caed619f463e0c14aec.tar.bz2 ampache-4ad67656eb63a6c23b0e6caed619f463e0c14aec.zip |
editing a live stream works now, added confirmation to live stream creation and also tweaked the create page to be slightly less wordy
Diffstat (limited to 'templates/show_live_streams.inc.php')
-rw-r--r-- | templates/show_live_streams.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_live_streams.inc.php b/templates/show_live_streams.inc.php index 5aa5be5e..bd03bab6 100644 --- a/templates/show_live_streams.inc.php +++ b/templates/show_live_streams.inc.php @@ -40,7 +40,7 @@ foreach ($object_ids as $radio_id) { $radio = new Radio($radio_id); $radio->format(); ?> -<tr id="radio_<?php echo $radio->id; ?>" class="<?php echo flip_class(); ?>"> +<tr id="live_stream_<?php echo $radio->id; ?>" class="<?php echo flip_class(); ?>"> <?php require Config::get('prefix') . '/templates/show_live_stream_row.inc.php'; ?> </tr> <?php } //end foreach ($artists as $artist) ?> |