diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-24 06:40:49 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-24 06:40:49 +0000 |
commit | c65810e08cfb8ba58eda0fa134f91aea22635ef4 (patch) | |
tree | dda5060be8af1e3777d253bb08bbc138467b2fde /templates/show_edit_live_stream_row.inc.php | |
parent | 591b54daac0d95c51f4f4dd986f68e3523baf9dd (diff) | |
download | ampache-c65810e08cfb8ba58eda0fa134f91aea22635ef4.tar.gz ampache-c65810e08cfb8ba58eda0fa134f91aea22635ef4.tar.bz2 ampache-c65810e08cfb8ba58eda0fa134f91aea22635ef4.zip |
fixed the live stream stuff, and removed references to the genre stuff, and replaced it with tag
Diffstat (limited to 'templates/show_edit_live_stream_row.inc.php')
-rw-r--r-- | templates/show_edit_live_stream_row.inc.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/show_edit_live_stream_row.inc.php b/templates/show_edit_live_stream_row.inc.php index b86c401e..475a2e78 100644 --- a/templates/show_edit_live_stream_row.inc.php +++ b/templates/show_edit_live_stream_row.inc.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2007 Ampache.org + Copyright (c) Ampache.org All rights reserved. This program is free software; you can redistribute it and/or @@ -28,7 +28,6 @@ <th><?php echo _('Homepage'); ?></th> <th><?php echo _('Callsign'); ?></th> <th><?php echo _('Frequency'); ?></th> - <th><?php echo _('Genre'); ?></th> <th> </th> </tr> <tr> @@ -48,9 +47,6 @@ <input type="textbox" name="frequency" value="<?php echo scrub_out($radio->frequency); ?>" size="6" /> </td> <td> - <?php show_genre_select('genre',$radio->genre); ?> -</td> -<td> <input type="hidden" name="id" value="<?php echo $radio->id; ?>" /> <input type="hidden" name="type" value="live_stream" /> <?php echo Ajax::button('?action=edit_object&id=' . $radio->id . '&type=live_stream','download',_('Save Changes'),'save_live_stream_' . $radio->id,'edit_live_stream_' . $radio->id); ?> |