diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-18 02:51:59 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-18 02:51:59 +0000 |
commit | 781d77e558dda2739550b90bbfed9be89fb03ab3 (patch) | |
tree | 8c282fb7b2867bba2e6147abc50871142362ae59 /templates/show_songs.inc.php | |
parent | e912d72ed4470f1d99fcf7c0ca3efc96d5cc4093 (diff) | |
download | ampache-781d77e558dda2739550b90bbfed9be89fb03ab3.tar.gz ampache-781d77e558dda2739550b90bbfed9be89fb03ab3.tar.bz2 ampache-781d77e558dda2739550b90bbfed9be89fb03ab3.zip |
bunch of fixes, and some breaks for the browsing
Diffstat (limited to 'templates/show_songs.inc.php')
-rw-r--r-- | templates/show_songs.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_songs.inc.php b/templates/show_songs.inc.php index c868a306..9fc4e932 100644 --- a/templates/show_songs.inc.php +++ b/templates/show_songs.inc.php @@ -39,7 +39,7 @@ $ajax_url = Config::get('ajax_url'); <th class="cel_add"><?php echo _('Add'); ?></th> <th class="cel_song"><?php echo Ajax::text('?page=browse&action=set_sort&type=song&sort=title',_('Song Title'),'sort_song_title'); ?></th> <th class="cel_artist"><?php echo _('Artist'); ?></th> - <th class="cel_album"><?php echo _('Album'); ?></th> + <th class="cel_album"><?php echo Ajax::text('?page=browse&action=set_sort&type=song&sort=album',_('Album'),'sort_song_album'); ?></th> <th class="cel_tags"><?php echo _('Tags'); ?></th> <th class="cel_track"><?php echo Ajax::text('?page=browse&action=set_sort&type=song&sort=track',_('Track'),'sort_song_track'); ?></th> <th class="cel_time"><?php echo Ajax::text('?page=browse&action=set_sort&type=song&sort=time',_('Time'),'sort_song_time'); ?></th> |