diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-02 07:48:31 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-02 07:48:31 +0000 |
commit | 201cf8600085634666ae748b6bd4ac259115c94a (patch) | |
tree | ac7396fe636521449340dcdfae36c5c5c5011484 /templates/show_verify_catalog.inc.php | |
parent | dad4a95101543eb8576f7fb5a4c2596369e9a9f5 (diff) | |
download | ampache-201cf8600085634666ae748b6bd4ac259115c94a.tar.gz ampache-201cf8600085634666ae748b6bd4ac259115c94a.tar.bz2 ampache-201cf8600085634666ae748b6bd4ac259115c94a.zip |
catalog verify mostly works, need to clean up the album art gather before its completely better
Diffstat (limited to 'templates/show_verify_catalog.inc.php')
-rw-r--r-- | templates/show_verify_catalog.inc.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/show_verify_catalog.inc.php b/templates/show_verify_catalog.inc.php index 08d436ef..44c357b9 100644 --- a/templates/show_verify_catalog.inc.php +++ b/templates/show_verify_catalog.inc.php @@ -19,7 +19,10 @@ */ -// Get the count of the number of items in their playlist +show_box_top(); +echo _('Updating the') . " <b>[ $catalog->name ]</b> " . _('Catalog') . "<br />\n"; +echo $number . " " . _('songs found checking tag information.') . "<br />\n\n"; +echo _('Verifed') . ":<span id=\"verify_count_$catalog_id\">$catalog_verify_found</span><br />"; +echo _('Reading') . ":<span id=\"verify_dir_$catalog_id\">$catalog_verify_directory</span><br />"; +show_box_bottom(); ?> -<?php echo _('Verifed'); ?>:<?php echo $catalog_verify_found; ?><br /> -<?php echo _('Reading'); ?>:<?php echo $catalog_verify_directory; ?><br /> |