diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-04 01:31:58 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-04 01:31:58 +0000 |
commit | 848a1bc5388301e128cb5c2c4d8dcb5d06721bb4 (patch) | |
tree | 55a165892eb2bfb486d3120ac376da0321413c35 /templates/show_adds_catalog.inc.php | |
parent | 3851c073e5b51059e60de5d79b78064c53075c04 (diff) | |
download | ampache-848a1bc5388301e128cb5c2c4d8dcb5d06721bb4.tar.gz ampache-848a1bc5388301e128cb5c2c4d8dcb5d06721bb4.tar.bz2 ampache-848a1bc5388301e128cb5c2c4d8dcb5d06721bb4.zip |
fixed lastfm gather album art and add
Diffstat (limited to 'templates/show_adds_catalog.inc.php')
-rw-r--r-- | templates/show_adds_catalog.inc.php | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/templates/show_adds_catalog.inc.php b/templates/show_adds_catalog.inc.php new file mode 100644 index 00000000..14844aaf --- /dev/null +++ b/templates/show_adds_catalog.inc.php @@ -0,0 +1,27 @@ +<?php +/* + + Copyright (c) 2001 - 2007 Ampache.org + All rights reserved. + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License v2 + as published by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +*/ + +show_box_top(); +echo "\n" . _('Starting New Song Search on') . " <b>[$this->name]</b> " . _('catalog') . "<br />\n"; +echo _('Found') . ": <span id=\"add_count_" . $this->id ."\">" . _('None') . "</span><br />\n"; +echo _('Reading') . ":<span id=\"add_dir_$catalog_id\"></span><br />"; +show_box_bottom(); +?> |