summaryrefslogtreecommitdiffstats
path: root/templates/show_catalog_row.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-09 21:07:45 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-09 21:07:45 +0000
commitb1b7998a0f9a6438725fb574e63e27859a6bd2e6 (patch)
tree36da3f5548f891dbaee3f626bfd2be7457cde967 /templates/show_catalog_row.inc.php
parentd6b68f501f8d378ce2ecabb2f9f423ee234f8ab5 (diff)
downloadampache-b1b7998a0f9a6438725fb574e63e27859a6bd2e6.tar.gz
ampache-b1b7998a0f9a6438725fb574e63e27859a6bd2e6.tar.bz2
ampache-b1b7998a0f9a6438725fb574e63e27859a6bd2e6.zip
few minor bug fixes, and some more tweaks for localplay
Diffstat (limited to 'templates/show_catalog_row.inc.php')
-rw-r--r--templates/show_catalog_row.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_catalog_row.inc.php b/templates/show_catalog_row.inc.php
index 186829bb..d58d7e30 100644
--- a/templates/show_catalog_row.inc.php
+++ b/templates/show_catalog_row.inc.php
@@ -28,4 +28,5 @@ $web_path = Config::get('web_path');
<a href="<?php echo $web_path; ?>/admin/catalog.php?action=add_to_catalog&amp;catalogs[]=<?php echo $catalog->id; ?>"><?php echo _('Add'); ?></a>
| <a href="<?php echo $web_path; ?>/admin/catalog.php?action=update_catalog&amp;catalogs[]=<?php echo $catalog->id; ?>"><?php echo _('Verify'); ?></a>
| <a href="<?php echo $web_path; ?>/admin/catalog.php?action=clean_catalog&amp;catalogs[]=<?php echo $catalog->id; ?>"><?php echo _('Clean'); ?></a>
+ | <a href="<?php echo $web_path; ?>/admin/catalog.php?action=gather_album_art&amp;catalogs[]=<?php echo $catalog->id; ?>"><?php echo _('Gather Art'); ?></a>
</td>