summaryrefslogtreecommitdiffstats
path: root/templates/show_albums.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_albums.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_albums.inc.php')
-rw-r--r--templates/show_albums.inc.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/show_albums.inc.php b/templates/show_albums.inc.php
index 7c1bab45..cea21087 100644
--- a/templates/show_albums.inc.php
+++ b/templates/show_albums.inc.php
@@ -1,7 +1,7 @@
<?php
/*
- Copyright (c) 2001 - 2007 Ampache.org
+ Copyright (c) Ampache.org
All rights reserved.
This program is free software; you can redistribute it and/or
@@ -32,6 +32,7 @@ $ajax_url = Config::get('ajax_url');
<col id="col_artist" />
<col id="col_songs" />
<col id="col_year" />
+ <col id="col_rating" />
<col id="col_action" />
</colgroup>
<tr class="th-top">
@@ -43,6 +44,7 @@ $ajax_url = Config::get('ajax_url');
<th class="cel_artist"><?php echo _('Artist'); ?></th>
<th class="cel_songs"><?php echo _('Songs'); ?></th>
<th class="cel_year"><?php echo Ajax::text('?page=browse&action=set_sort&sort=year',_('Year'),'album_sort_year'); ?></th>
+ <th class="col_rating"><?php echo _('Rating'); ?></th>
<th class="cel_action"><?php echo _('Actions'); ?></th>
</tr>
<?php
@@ -69,6 +71,7 @@ $ajax_url = Config::get('ajax_url');
<th class="cel_artist"><?php echo _('Artist'); ?></th>
<th class="cel_songs"><?php echo _('Songs'); ?></th>
<th class="cel_year"><?php echo Ajax::text('?page=browse&action=set_sort&sort=year',_('Year'),'album_sort_year_bottom'); ?></th>
+ <th class="col_rating"><?php echo _('Rating'); ?></th>
<th class="cel_action"><?php echo _('Actions'); ?></th>
</tr>
</table>