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.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.inc.php')
-rw-r--r-- | templates/show_democratic.inc.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/show_democratic.inc.php b/templates/show_democratic.inc.php index 9c711ce5..08277a56 100644 --- a/templates/show_democratic.inc.php +++ b/templates/show_democratic.inc.php @@ -27,8 +27,6 @@ show_box_top(sprintf(_('%s Playlist') ,$democratic->name)); <?php echo _('Cooldown'); ?>:<?php echo $democratic->f_cooldown; ?> </li> <li> - <?php echo _('Now Playing'); ?>:<i>....</i> -<li> <?php echo Ajax::button('?page=democratic&action=send_playlist&democratic_id=' . scrub_out($democratic->id),'all',_('Play'),'play_democratic'); ?> <?php echo _('Play'); ?> </li> |