summaryrefslogtreecommitdiffstats
path: root/templates/show_artists.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-04-15 05:45:53 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-04-15 05:45:53 +0000
commit3900727d938a6bdbe8453188a030abccb4fa537a (patch)
tree287bf5087a96ff45ee4543dafdd7f256781af529 /templates/show_artists.inc.php
parent669753d59d3b7acfb248e46daad174ed7414eb4a (diff)
downloadampache-3900727d938a6bdbe8453188a030abccb4fa537a.tar.gz
ampache-3900727d938a6bdbe8453188a030abccb4fa537a.tar.bz2
ampache-3900727d938a6bdbe8453188a030abccb4fa537a.zip
albums and artists now have ratings
Diffstat (limited to 'templates/show_artists.inc.php')
-rw-r--r--templates/show_artists.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/show_artists.inc.php b/templates/show_artists.inc.php
index a7d908a0..9e80363d 100644
--- a/templates/show_artists.inc.php
+++ b/templates/show_artists.inc.php
@@ -28,6 +28,7 @@ $web_path = Config::get('web_path');
<col id="col_artist" />
<col id="col_songs" />
<col id="col_albums" />
+ <col id="col_rating" />
<col id="col_action" />
</colgroup>
<tr class="th-top">
@@ -35,6 +36,7 @@ $web_path = Config::get('web_path');
<th class="cel_artist"><?php echo Ajax::text('?page=browse&action=set_sort&sort=name',_('Artist'),'artist_sort_name'); ?></th>
<th class="cel_songs"> <?php echo _('Songs'); ?> </th>
<th class="cel_albums"> <?php echo _('Albums'); ?> </th>
+ <th class="cel_rating"> <?php echo _('Rating'); ?> </th>
<th class="cel_action"> <?php echo _('Action'); ?> </th>
</tr>
<?php
@@ -57,6 +59,7 @@ foreach ($object_ids as $artist_id) {
<th class="cel_artist"><?php echo Ajax::text('?page=browse&action=set_sort&sort=name',_('Artist'),'artist_sort_name_bottom'); ?></th>
<th class="cel_songs"> <?php echo _('Songs'); ?> </th>
<th class="cel_albums"> <?php echo _('Albums'); ?> </th>
+ <th class="cel_rating"> <?php echo _('Rating'); ?> </th>
<th class="cel_action"> <?php echo _('Action'); ?> </th>
</tr>
</table>