diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-02-08 15:27:10 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-02-08 15:27:10 +0000 |
commit | a6469d99a703b216eba75ea1d205354810e93e3d (patch) | |
tree | 98a2b33940afc25848d4fe993b62bd3a16740e80 /templates/show_democratic_playlist.inc.php | |
parent | 2a0c72b30cccb9658986c619c7ff184b375d3d56 (diff) | |
download | ampache-a6469d99a703b216eba75ea1d205354810e93e3d.tar.gz ampache-a6469d99a703b216eba75ea1d205354810e93e3d.tar.bz2 ampache-a6469d99a703b216eba75ea1d205354810e93e3d.zip |
forgot some columns on democratic playlist
Diffstat (limited to 'templates/show_democratic_playlist.inc.php')
-rw-r--r-- | templates/show_democratic_playlist.inc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/show_democratic_playlist.inc.php b/templates/show_democratic_playlist.inc.php index 4edb6536..fe1113da 100644 --- a/templates/show_democratic_playlist.inc.php +++ b/templates/show_democratic_playlist.inc.php @@ -92,7 +92,9 @@ foreach($object_ids as $row_id=>$object_data) { <tr class="th-bottom"> <th class="cel_action"><?php echo _('Action'); ?></th> <th class="cel_votes"><?php echo _('Votes'); ?></th> - <th class="cel_song"><?php echo _('Song'); ?></th> + <th class="cel_title"><?php echo _('Title'); ?></th> + <th class="cel_album"><?php echo _('Album'); ?></th> + <th class="cel_artist"><?php echo _('Artist'); ?></th> <th class="cel_time"><?php echo _('Time'); ?></th> <?php if ($GLOBALS['user']->has_access(100)) { ?> <th class="cel_admin"><?php echo _('Admin'); ?></th> |