diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-02-13 08:12:47 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-02-13 08:12:47 +0000 |
commit | 79b8e30e4e5b31ac2b21707b3e73d9ae485a7d3e (patch) | |
tree | 6c1a88e3e571ec767ab3cd147ee86fe576b07742 /templates/show_artist_box.inc.php | |
parent | 48e42c1b8cd28384dd7e52de8f0a4512e5dc3b4c (diff) | |
download | ampache-79b8e30e4e5b31ac2b21707b3e73d9ae485a7d3e.tar.gz ampache-79b8e30e4e5b31ac2b21707b3e73d9ae485a7d3e.tar.bz2 ampache-79b8e30e4e5b31ac2b21707b3e73d9ae485a7d3e.zip |
added loose name compare and improved rename
Diffstat (limited to 'templates/show_artist_box.inc.php')
-rw-r--r-- | templates/show_artist_box.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_artist_box.inc.php b/templates/show_artist_box.inc.php index 75026d7e..8c9779f4 100644 --- a/templates/show_artist_box.inc.php +++ b/templates/show_artist_box.inc.php @@ -33,6 +33,7 @@ $web_path = conf('web_path'); <?php if ($user->has_access('100')) { ?> <li><a href="<?php echo $web_path; ?>/artists.php?action=update_from_tags&artist=<?php echo $artist_id; ?>"><?php echo _("Update from tags"); ?></a></li> <li><a href="<?php echo $web_path; ?>/artists.php?action=show_rename&artist=<?php echo $artist_id; ?>"><?php echo _("Rename Artist"); ?></a></li> + <li><a href="<?php echo $web_path; ?>/artists.php?action=show_similar&artist=<?php echo $artist_id; ?>"><?php echo _("Find duplicate artists"); ?></a></li> <?php } ?> </ul> </td> |