diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-20 01:56:42 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-20 01:56:42 +0000 |
commit | 649c44446a2368ac004ffa5778704f7213cf54ad (patch) | |
tree | ba7ff7c8cdfd75f78ada744d51b7cc04ac452900 /templates/show_genres.inc.php | |
parent | c796c8be3803cf7e49b39a2d3fbb9f85f7e7667c (diff) | |
download | ampache-649c44446a2368ac004ffa5778704f7213cf54ad.tar.gz ampache-649c44446a2368ac004ffa5778704f7213cf54ad.tar.bz2 ampache-649c44446a2368ac004ffa5778704f7213cf54ad.zip |
more sorting fixes, and move catalog stats to statistics
Diffstat (limited to 'templates/show_genres.inc.php')
-rw-r--r-- | templates/show_genres.inc.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/show_genres.inc.php b/templates/show_genres.inc.php index 1160d92a..39fb7f96 100644 --- a/templates/show_genres.inc.php +++ b/templates/show_genres.inc.php @@ -31,10 +31,10 @@ </td> </tr> <tr class="table-header"> - <td><?php echo _('Add'); ?></td> - <td><?php echo _('Genre'); ?></td> - <td><?php echo _('Songs'); ?></td> - <td><?php echo _('Action'); ?></td> + <th><?php echo _('Add'); ?></th> + <th><?php echo Ajax::text('?page=browse&action=set_sort&sort=name',_('Genre'),'sort_genre_name'); ?></th> + <th><?php echo _('Songs'); ?></th> + <th><?php echo _('Action'); ?></th> </tr> <?php foreach ($object_ids as $genre_id) { |