summaryrefslogtreecommitdiffstats
path: root/templates/show_admin_info.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-21 03:12:31 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-21 03:12:31 +0000
commita6bfd8f079a2e97f86a47023a59b22de79e89479 (patch)
tree99a89399836aeaa8341c8086dada30fcfb2fbaaf /templates/show_admin_info.inc.php
parent91a27b1e985b0e6a0de29db7bc03ac518920abd3 (diff)
downloadampache-a6bfd8f079a2e97f86a47023a59b22de79e89479.tar.gz
ampache-a6bfd8f079a2e97f86a47023a59b22de79e89479.tar.bz2
ampache-a6bfd8f079a2e97f86a47023a59b22de79e89479.zip
genre... we dont need no stinking genre.. we need them genreS fools
Diffstat (limited to 'templates/show_admin_info.inc.php')
-rw-r--r--templates/show_admin_info.inc.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/templates/show_admin_info.inc.php b/templates/show_admin_info.inc.php
index c1d7e97b..e57b2485 100644
--- a/templates/show_admin_info.inc.php
+++ b/templates/show_admin_info.inc.php
@@ -22,6 +22,13 @@
$web_path = conf('web_path');
?>
+<span class="header1"><?php echo _('Information'); ?></span><br />
<div class="text-box">
-<span class="header2"><?php echo _('Information'); ?></span><br />
+<span class="header2"><?php echo _('Flagged Songs'); ?></span><br />
+<!-- Show Last 10 Flagged Songs -->
+<span class="header2"><?php echo _('Disabled Songs'); ?></span><br />
+<!-- Show Last 10 Disabled Songs -->
+<span class="header2"><?php echo _('Active Users'); ?></span><br />
+<!-- Show Last 10 Active Users (Bandwidth Usage guess) -->
+
</div>