diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-02-08 15:16:02 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-02-08 15:16:02 +0000 |
commit | 2a0c72b30cccb9658986c619c7ff184b375d3d56 (patch) | |
tree | 604e0dfc5135a1eb60fcfac2fdc2498b80597fa2 /templates/show_democratic.inc.php | |
parent | e24192c441069d1117b5478950f4ffd21b8800c9 (diff) | |
download | ampache-2a0c72b30cccb9658986c619c7ff184b375d3d56.tar.gz ampache-2a0c72b30cccb9658986c619c7ff184b375d3d56.tar.bz2 ampache-2a0c72b30cccb9658986c619c7ff184b375d3d56.zip |
some more minor tweaks to democratic playlist, fixed now playing on localplay playlist
Diffstat (limited to 'templates/show_democratic.inc.php')
-rw-r--r-- | templates/show_democratic.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/show_democratic.inc.php b/templates/show_democratic.inc.php index 8854e3f1..9c711ce5 100644 --- a/templates/show_democratic.inc.php +++ b/templates/show_democratic.inc.php @@ -24,6 +24,9 @@ show_box_top(sprintf(_('%s Playlist') ,$democratic->name)); <div id="information_actions"> <ul> <li> + <?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'); ?> |