summaryrefslogtreecommitdiffstats
path: root/templates/show_artist_box.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-20 18:50:04 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-20 18:50:04 +0000
commiteb23bc31f5f5ccbf27f57f12429a63c2006d2419 (patch)
treebf3294ff58110b02a7ebe9457e2d2ed9feb46b0d /templates/show_artist_box.inc.php
parentd5231c592cade3fffb72ad7dda5a9479d7eda2be (diff)
downloadampache-eb23bc31f5f5ccbf27f57f12429a63c2006d2419.tar.gz
ampache-eb23bc31f5f5ccbf27f57f12429a63c2006d2419.tar.bz2
ampache-eb23bc31f5f5ccbf27f57f12429a63c2006d2419.zip
moved to spockys a link for text, ratings are broken.. but I think I did that will fix later
Diffstat (limited to 'templates/show_artist_box.inc.php')
-rw-r--r--templates/show_artist_box.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_artist_box.inc.php b/templates/show_artist_box.inc.php
index 9919b731..08cb7c6f 100644
--- a/templates/show_artist_box.inc.php
+++ b/templates/show_artist_box.inc.php
@@ -32,8 +32,8 @@ if (Config::get('ratings')) {
<strong><?php echo _('Actions'); ?>:</strong>
<div id="information_actions">
<a href="<?php echo $web_path; ?>/artists.php?action=show_all_songs&amp;artist=<?php echo $artist->id; ?>"><?php echo _("Show All Songs By") . " " . $artist->f_name; ?></a><br />
-<span class="text-action"><?php echo Ajax::text('?action=basket&type=artist&id=' . $artist->id,_('Play All Songs By') . ' ' . $artist->f_name,'play_full_artist'); ?></span>
-<span class="text-action"><?php echo Ajax::text('?action=basket&type=artist_random&id=' . $artist->id,_('Play Random Songs By') . ' ' . $artist->f_name,'play_random_artist'); ?></span>
+<?php echo Ajax::text('?action=basket&type=artist&id=' . $artist->id,_('Play All Songs By') . ' ' . $artist->f_name,'play_full_artist'); ?><br />
+<?php echo Ajax::text('?action=basket&type=artist_random&id=' . $artist->id,_('Play Random Songs By') . ' ' . $artist->f_name,'play_random_artist'); ?><br />
<?php if ($GLOBALS['user']->has_access('50')) { ?>
<a href="<?php echo $web_path; ?>/artists.php?action=update_from_tags&amp;artist=<?php echo $artist->id; ?>"><?php echo _("Update from tags"); ?></a><br />
<a href="<?php echo $web_path; ?>/artists.php?action=show_rename&amp;artist=<?php echo $artist->id; ?>"><?php echo _("Rename Artist"); ?></a><br />