diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_manage_democratic.inc.php | 2 |
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)) { ?> |