diff options
Diffstat (limited to 'templates/show_manage_democratic.inc.php')
-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 9cdcdd28..c490d856 100644 --- a/templates/show_manage_democratic.inc.php +++ b/templates/show_manage_democratic.inc.php @@ -51,6 +51,6 @@ show_box_top(_('Manage Democratic Playlists')); ?> <?php } ?> </table> <div> -<span class="text-action"><a href="<?php echo Config::get('web_path'); ?>/democratic.php?action=show_create"><?php echo _('Create New Playlist'); ?></a></span> +<a class="button" href="<?php echo Config::get('web_path'); ?>/democratic.php?action=show_create"><?php echo _('Create New Playlist'); ?></a> </div> <?php show_box_bottom(); ?> |