diff options
Diffstat (limited to 'templates/show_catalog_row.inc.php')
-rw-r--r-- | templates/show_catalog_row.inc.php | 1 |
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&catalogs[]=<?php echo $catalog->id; ?>"><?php echo _('Add'); ?></a> | <a href="<?php echo $web_path; ?>/admin/catalog.php?action=update_catalog&catalogs[]=<?php echo $catalog->id; ?>"><?php echo _('Verify'); ?></a> | <a href="<?php echo $web_path; ?>/admin/catalog.php?action=clean_catalog&catalogs[]=<?php echo $catalog->id; ?>"><?php echo _('Clean'); ?></a> + | <a href="<?php echo $web_path; ?>/admin/catalog.php?action=gather_album_art&catalogs[]=<?php echo $catalog->id; ?>"><?php echo _('Gather Art'); ?></a> </td> |