Changeset 1679 for trunk/templates/show_songs.inc.php
- Timestamp:
- 08/20/08 22:22:33 (5 months ago)
- Files:
-
- 1 modified
-
trunk/templates/show_songs.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/show_songs.inc.php
r1672 r1679 39 39 <th class="cel_add"><?php echo _('Add'); ?></th> 40 40 <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> 42 42 <th class="cel_album"><?php echo Ajax::text('?page=browse&action=set_sort&type=song&sort=album',_('Album'),'sort_song_album'); ?></th> 43 43 <th class="cel_tags"><?php echo _('Tags'); ?></th> … … 68 68 <th class="cel_add"><?php echo _('Add'); ?></th> 69 69 <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> 72 72 <th class="cel_tags"><?php echo _('Tags'); ?></th> 73 73 <th class="cel_track"><?php echo Ajax::text('?page=browse&action=set_sort&type=song&sort=track',_('Track'),'sort_song_track_bottom'); ?></th>
