diff options
Diffstat (limited to 'templates/show_live_stream_row.inc.php')
-rw-r--r-- | templates/show_live_stream_row.inc.php | 12 |
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 } ?> |