Show
Ignore:
Timestamp:
08/20/08 22:22:33 (5 months ago)
Author:
vollmerk
Message:

fix filter + paging and add sort by artist and album on song browse

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/show_songs.inc.php

    r1672 r1679  
    3939        <th class="cel_add"><?php echo _('Add'); ?></th> 
    4040        <th class="cel_song"><?php echo Ajax::text('?page=browse&action=set_sort&type=song&sort=title',_('Song Title'),'sort_song_title'); ?></th> 
    41         <th class="cel_artist"><?php echo _('Artist'); ?></th> 
     41        <th class="cel_artist"><?php echo Ajax::text('?page=browse&action=set_sort&type=song&sort=artist',_('Artist'),'sort_song_artist'); ?></th> 
    4242        <th class="cel_album"><?php echo Ajax::text('?page=browse&action=set_sort&type=song&sort=album',_('Album'),'sort_song_album'); ?></th> 
    4343        <th class="cel_tags"><?php echo _('Tags'); ?></th> 
     
    6868        <th class="cel_add"><?php echo _('Add'); ?></th> 
    6969        <th class="cel_song"><?php echo Ajax::text('?page=browse&action=set_sort&type=song&sort=title',_('Song Title'),'sort_song_title_bottom'); ?></th> 
    70         <th class="cel_artist"><?php echo _('Artist'); ?></th> 
    71         <th class="cel_album"><?php echo _('Album'); ?></th> 
     70        <th class="cel_artist"><?php echo Ajax::text('?page=browse&action=set_sort&type=song&sort=artist',_('Artist'),'sort_song_artist_bottom'); ?></th> 
     71        <th class="cel_album"><?php echo Ajax::text('?page=browse&action=set_sort&type=song&sort=album',_('Album'),'sort_song_album_bottom'); ?></th> 
    7272        <th class="cel_tags"><?php echo _('Tags'); ?></th> 
    7373        <th class="cel_track"><?php echo Ajax::text('?page=browse&action=set_sort&type=song&sort=track',_('Track'),'sort_song_track_bottom'); ?></th>