summaryrefslogtreecommitdiffstats
path: root/templates/show_clean_catalog.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-06-02 20:02:10 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-06-02 20:02:10 +0000
commit9658a28b1d64a2b15d3fa69fd8146d49b4793b28 (patch)
treef1275e0880f318cb3b763a67544e1c521567df05 /templates/show_clean_catalog.inc.php
parentf08575e36776ff1521ccf474219d57b2d7ce9574 (diff)
downloadampache-9658a28b1d64a2b15d3fa69fd8146d49b4793b28.tar.gz
ampache-9658a28b1d64a2b15d3fa69fd8146d49b4793b28.tar.bz2
ampache-9658a28b1d64a2b15d3fa69fd8146d49b4793b28.zip
fixed catalog clean
Diffstat (limited to 'templates/show_clean_catalog.inc.php')
-rw-r--r--templates/show_clean_catalog.inc.php27
1 files changed, 27 insertions, 0 deletions
diff --git a/templates/show_clean_catalog.inc.php b/templates/show_clean_catalog.inc.php
new file mode 100644
index 00000000..512b86ba
--- /dev/null
+++ b/templates/show_clean_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" . _('Cleaning the') . " <b>[" . $this->name . "]</b> " . _('Catalog') . "...<br />\n";
+echo _('Checking') . ": <span id=\"clean_count_" . $this->id . "\"></span>\n<br />";
+echo _('Reading') . ":<span id=\"clean_dir_" . $this->id . "\"></span><br />";
+show_box_bottom();
+?>