diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-21 03:12:31 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-21 03:12:31 +0000 |
commit | a6bfd8f079a2e97f86a47023a59b22de79e89479 (patch) | |
tree | 99a89399836aeaa8341c8086dada30fcfb2fbaaf /templates/show_admin_info.inc.php | |
parent | 91a27b1e985b0e6a0de29db7bc03ac518920abd3 (diff) | |
download | ampache-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.php | 9 |
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> |