summaryrefslogtreecommitdiffstats
path: root/templates/show_live_streams.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-24 10:19:06 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-24 10:19:06 +0000
commit8f78e6885bbbb977af00ce54c74fa2006e384e9a (patch)
treef32bedca137f9a36019b6e68912f9001de1bc8fe /templates/show_live_streams.inc.php
parent7a4d5df34f6391a7f94023112fbeb0bba330ffa5 (diff)
downloadampache-8f78e6885bbbb977af00ce54c74fa2006e384e9a.tar.gz
ampache-8f78e6885bbbb977af00ce54c74fa2006e384e9a.tar.bz2
ampache-8f78e6885bbbb977af00ce54c74fa2006e384e9a.zip
fixed some browsing stuff that I broke a while back
Diffstat (limited to 'templates/show_live_streams.inc.php')
-rw-r--r--templates/show_live_streams.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_live_streams.inc.php b/templates/show_live_streams.inc.php
index b315922c..631ee177 100644
--- a/templates/show_live_streams.inc.php
+++ b/templates/show_live_streams.inc.php
@@ -50,9 +50,9 @@ foreach ($object_ids as $radio_id) {
<?php } //end foreach ($artists as $artist) ?>
<tr class="th-bottom">
<th class="cel_add"><?php echo _('Add'); ?></th>
- <th class="cel_streamname"><?php echo Ajax::text('?page=browse&action=set_sort&sort=name',_('Name'),'live_stream_sort_name'); ?></th>
- <th class="cel_callsign"><?php echo Ajax::text('?page=browse&action=set_sort&sort=call_sign',_('Callsign'),'live_stream_call_sign'); ?></th>
- <th class="cel_frequency"><?php echo Ajax::text('?page=browse&action=set_sort&sort=frequency',_('Frequency'),'live_stream_frequency'); ?></th>
+ <th class="cel_streamname"><?php echo Ajax::text('?page=browse&action=set_sort&sort=name',_('Name'),'live_stream_sort_name_bottom'); ?></th>
+ <th class="cel_callsign"><?php echo Ajax::text('?page=browse&action=set_sort&sort=call_sign',_('Callsign'),'live_stream_call_sign_bottom'); ?></th>
+ <th class="cel_frequency"><?php echo Ajax::text('?page=browse&action=set_sort&sort=frequency',_('Frequency'),'live_stream_frequency_bottom'); ?></th>
<th class="cel_genre"><?php echo _('Genre'); ?></th>
<th class="cel_action"><?php echo _('Action'); ?> </th>
</tr>