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_artists.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_artists.inc.php')
-rw-r--r-- | templates/show_artists.inc.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/show_artists.inc.php b/templates/show_artists.inc.php index 3b7c1344..f6fdac15 100644 --- a/templates/show_artists.inc.php +++ b/templates/show_artists.inc.php @@ -45,11 +45,11 @@ foreach ($object_ids as $artist_id) { </tr> <?php } //end foreach ($artists as $artist) ?> <tr class="table-header"> - <td><?php echo _('Add'); ?> - <td><?php echo _("Artist"); ?></td> - <td><?php echo _('Songs'); ?></td> - <td><?php echo _('Albums'); ?></td> - <td><?php echo _('Action'); ?></td> + <th><?php echo _('Add'); ?></th> + <th><?php echo _("Artist"); ?></th> + <th><?php echo _('Songs'); ?></th> + <th><?php echo _('Albums'); ?></th> + <th><?php echo _('Action'); ?></th> </tr> <tr> |