diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-22 04:35:24 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-22 04:35:24 +0000 |
commit | c9bf00afb1611a05b85088264cb4d42efbb8ab73 (patch) | |
tree | a3fd7f71d48af7ba005d83ea5291fd3b6b1bd40e /templates/show_admin_info.inc.php | |
parent | e540814435a7b825ef585bdcbf0b79f3f5f47e99 (diff) | |
download | ampache-c9bf00afb1611a05b85088264cb4d42efbb8ab73.tar.gz ampache-c9bf00afb1611a05b85088264cb4d42efbb8ab73.tar.bz2 ampache-c9bf00afb1611a05b85088264cb4d42efbb8ab73.zip |
removed some unused files, and tweaked the style of a few pages
Diffstat (limited to 'templates/show_admin_info.inc.php')
-rw-r--r-- | templates/show_admin_info.inc.php | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/templates/show_admin_info.inc.php b/templates/show_admin_info.inc.php index 459355fd..8816937c 100644 --- a/templates/show_admin_info.inc.php +++ b/templates/show_admin_info.inc.php @@ -5,9 +5,8 @@ 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 - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. + 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 @@ -33,9 +32,6 @@ $songs = $catalog->get_disabled(10); <?php show_box_top(_('Last Ten Flagged Records')); ?> <?php require (conf('prefix') . '/templates/show_flagged.inc.php'); ?> - <div class="text-action"> - <a href="<?php echo $web_path; ?>/admin/flag.php?action=show_flagged"><?php echo _('Show All'); ?>...</a> - </div> <?php show_box_bottom(); ?> <?php show_box_top(_('Disabled Songs')); ?> |