diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-22 04:28:36 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-22 04:28:36 +0000 |
commit | 478c6618b0ee637334aefb20eead299b6975bef4 (patch) | |
tree | ba6d408597066b425066ff79e163f8958b44338a /templates/show_albums.inc.php | |
parent | 666ed4e1ea7d7b7860e917c256479a26d4754b09 (diff) | |
download | ampache-478c6618b0ee637334aefb20eead299b6975bef4.tar.gz ampache-478c6618b0ee637334aefb20eead299b6975bef4.tar.bz2 ampache-478c6618b0ee637334aefb20eead299b6975bef4.zip |
fixed the search add result button and messed up some browse sort stuff
Diffstat (limited to 'templates/show_albums.inc.php')
-rw-r--r-- | templates/show_albums.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_albums.inc.php b/templates/show_albums.inc.php index 02613803..8d12ca5a 100644 --- a/templates/show_albums.inc.php +++ b/templates/show_albums.inc.php @@ -41,7 +41,7 @@ $ajax_url = Config::get('ajax_url'); <th class="cel_cover"><?php echo _('Cover'); ?></th> <?php } ?> <th class="cel_album"><?php echo Ajax::text('?page=browse&action=set_sort&type=album&sort=name',_('Album'),'album_sort_name'); ?></th> - <th class="cel_artist"><?php echo _('Artist'); ?></th> + <th class="cel_artist"><?php echo Ajax::text('?page=browse&action=set_sort&type=album&sort=artist',_('Artist'),'album_sort_artist'); ?></th> <th class="cel_songs"><?php echo _('Songs'); ?></th> <th class="cel_year"><?php echo Ajax::text('?page=browse&action=set_sort&type=album&sort=year',_('Year'),'album_sort_year'); ?></th> <th class="col_rating"><?php echo _('Rating'); ?></th> |