summaryrefslogtreecommitdiffstats
path: root/templates/show_live_stream_row.inc.php
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2007-10-24 21:15:58 +0000
committerspocky <spocky@ampache>2007-10-24 21:15:58 +0000
commite855988af2850d8d8105b56bc0ce9eae8b7d9dc0 (patch)
tree9e05a256144165aca01e6bfe9a02bd2d81dbdfb4 /templates/show_live_stream_row.inc.php
parent06a5efcc717cd28ea69bd75f11063c51ee455b82 (diff)
downloadampache-e855988af2850d8d8105b56bc0ce9eae8b7d9dc0.tar.gz
ampache-e855988af2850d8d8105b56bc0ce9eae8b7d9dc0.tar.bz2
ampache-e855988af2850d8d8105b56bc0ce9eae8b7d9dc0.zip
renamed a few files (missing php extension)
updated most of the tables so that every column is independently customizable by css rules
Diffstat (limited to 'templates/show_live_stream_row.inc.php')
-rw-r--r--templates/show_live_stream_row.inc.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/show_live_stream_row.inc.php b/templates/show_live_stream_row.inc.php
index 773b1d35..23e0f9d7 100644
--- a/templates/show_live_stream_row.inc.php
+++ b/templates/show_live_stream_row.inc.php
@@ -19,14 +19,14 @@
*/
?>
-<td>
+<td class="cel_add">
<?php echo Ajax::button('?action=basket&type=live_stream&id=' . $radio->id,'add',_('Add'),'add_radio_' . $radio->id); ?>
</td>
-<td><?php echo $radio->f_name_link; ?></td>
-<td><?php echo $radio->f_callsign; ?></td>
-<td><?php echo $radio->f_frequency; ?></td>
-<td><?php echo $radio->f_genre; ?></td>
-<td>
+<td class="cel_streamname"><?php echo $radio->f_name_link; ?></td>
+<td class="cel_callsign"><?php echo $radio->f_callsign; ?></td>
+<td class="cel_frequency"><?php echo $radio->f_frequency; ?></td>
+<td class="cel_genre"><?php echo $radio->f_genre; ?></td>
+<td class="cel_action">
<?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 } ?>