summaryrefslogtreecommitdiffstats
path: root/templates/show_playlists.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_playlists.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_playlists.inc.php')
-rw-r--r--templates/show_playlists.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_playlists.inc.php b/templates/show_playlists.inc.php
index 385877f8..ae2d6ecb 100644
--- a/templates/show_playlists.inc.php
+++ b/templates/show_playlists.inc.php
@@ -48,7 +48,7 @@ foreach ($object_ids as $playlist_id) {
<?php } // end foreach ($playlists as $playlist) ?>
<tr class="th-bottom">
<th class="cel_add"><?php echo _('Add'); ?></th>
- <th class="cel_playlist"><?php echo Ajax::text('?page=browse&action=set_sort&sort=name',_('Playlist Name'),'playlist_sort_name'); ?></th>
+ <th class="cel_playlist"><?php echo Ajax::text('?page=browse&action=set_sort&sort=name',_('Playlist Name'),'playlist_sort_name_bottom'); ?></th>
<th class="cel_songs"><?php echo _('# Songs'); ?></th>
<th class="cel_owner"><?php echo _('Owner'); ?></th>
<th class="cel_action"><?php echo _('Actions'); ?></th>