summaryrefslogtreecommitdiffstats
path: root/templates/show_artist_box.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-02-13 08:12:47 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-02-13 08:12:47 +0000
commit79b8e30e4e5b31ac2b21707b3e73d9ae485a7d3e (patch)
tree6c1a88e3e571ec767ab3cd147ee86fe576b07742 /templates/show_artist_box.inc.php
parent48e42c1b8cd28384dd7e52de8f0a4512e5dc3b4c (diff)
downloadampache-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.php1
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&amp;artist=<?php echo $artist_id; ?>"><?php echo _("Update from tags"); ?></a></li>
<li><a href="<?php echo $web_path; ?>/artists.php?action=show_rename&amp;artist=<?php echo $artist_id; ?>"><?php echo _("Rename Artist"); ?></a></li>
+ <li><a href="<?php echo $web_path; ?>/artists.php?action=show_similar&amp;artist=<?php echo $artist_id; ?>"><?php echo _("Find duplicate artists"); ?></a></li>
<?php } ?>
</ul>
</td>