diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-20 18:50:04 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-20 18:50:04 +0000 |
commit | eb23bc31f5f5ccbf27f57f12429a63c2006d2419 (patch) | |
tree | bf3294ff58110b02a7ebe9457e2d2ed9feb46b0d /templates/show_artist_box.inc.php | |
parent | d5231c592cade3fffb72ad7dda5a9479d7eda2be (diff) | |
download | ampache-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.php | 4 |
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&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&artist=<?php echo $artist->id; ?>"><?php echo _("Update from tags"); ?></a><br /> <a href="<?php echo $web_path; ?>/artists.php?action=show_rename&artist=<?php echo $artist->id; ?>"><?php echo _("Rename Artist"); ?></a><br /> |