summaryrefslogtreecommitdiffstats
path: root/templates/show_songs.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_songs.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_songs.inc.php')
-rw-r--r--templates/show_songs.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_songs.inc.php b/templates/show_songs.inc.php
index 0ebd770c..1dd4988f 100644
--- a/templates/show_songs.inc.php
+++ b/templates/show_songs.inc.php
@@ -56,12 +56,12 @@ $ajax_url = Config::get('ajax_url');
<?php } ?>
<tr class="th-bottom">
<th class="cel_add"><?php echo _('Add'); ?></th>
- <th class="cel_song"><?php echo Ajax::text('?page=browse&action=set_sort&sort=title',_('Song Title'),'sort_song_title'); ?></th>
+ <th class="cel_song"><?php echo Ajax::text('?page=browse&action=set_sort&sort=title',_('Song Title'),'sort_song_title_bottom'); ?></th>
<th class="cel_artist"><?php echo _('Artist'); ?></th>
<th class="cel_album"><?php echo _('Album'); ?></th>
<th class="cel_genre"><?php echo _('Genre'); ?></th>
- <th class="cel_track"><?php echo Ajax::text('?page=browse&action=set_sort&sort=track',_('Track'),'sort_song_track'); ?></th>
- <th class="cel_time"><?php echo Ajax::text('?page=browse&action=set_sort&sort=time',_('Time'),'sort_song_time'); ?></th>
+ <th class="cel_track"><?php echo Ajax::text('?page=browse&action=set_sort&sort=track',_('Track'),'sort_song_track_bottom'); ?></th>
+ <th class="cel_time"><?php echo Ajax::text('?page=browse&action=set_sort&sort=time',_('Time'),'sort_song_time_bottom'); ?></th>
<th class="cel_action"><?php echo _('Action'); ?></th>
</tr>
</table>