summaryrefslogtreecommitdiffstats
path: root/templates/show_manage_democratic.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-01-04 02:21:22 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-01-04 02:21:22 +0000
commitca7851d0e0d407d40af613fdd7de1c09bc9e76e7 (patch)
treec9458382ca59d83f01b1ac7ac0e86d0eb62272eb /templates/show_manage_democratic.inc.php
parentafb0aafbfeb386db64e74f6e6e0ef3d33daa2f7f (diff)
downloadampache-ca7851d0e0d407d40af613fdd7de1c09bc9e76e7.tar.gz
ampache-ca7851d0e0d407d40af613fdd7de1c09bc9e76e7.tar.bz2
ampache-ca7851d0e0d407d40af613fdd7de1c09bc9e76e7.zip
fixed sending to localplay for democratic playlist
Diffstat (limited to 'templates/show_manage_democratic.inc.php')
-rw-r--r--templates/show_manage_democratic.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_manage_democratic.inc.php b/templates/show_manage_democratic.inc.php
index c9612f23..8c5a88c0 100644
--- a/templates/show_manage_democratic.inc.php
+++ b/templates/show_manage_democratic.inc.php
@@ -44,7 +44,7 @@ show_box_top(_('Manage Democratic Playlists')); ?>
<td><?php echo $playlist->f_link; ?></td>
<td><?php echo $democratic->count_items(); ?></td>
<td>
- <a href="<?php echo Config::get('web_path'); ?>/stream.php?action=democratic"><?php echo get_user_icon('all'); ?></a>
+ <?php echo Ajax::button('?page=democratic&action=send_playlist','all',_('Play'),'play_democratic'); ?>
</td>
</tr>
<?php } if (!count($playlists)) { ?>