summaryrefslogtreecommitdiffstats
path: root/templates/show_admin_info.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-22 19:35:40 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-22 19:35:40 +0000
commitbb5dafb7da7682fb0fa54bc281fb69589126f6ba (patch)
tree9bb752c6b55e7cc07462523191dac0b1cda0d565 /templates/show_admin_info.inc.php
parent30a2763ace643c65ed5cea6f329d316992dc07e1 (diff)
downloadampache-bb5dafb7da7682fb0fa54bc281fb69589126f6ba.tar.gz
ampache-bb5dafb7da7682fb0fa54bc281fb69589126f6ba.tar.bz2
ampache-bb5dafb7da7682fb0fa54bc281fb69589126f6ba.zip
cleaned up the css some more and changed the sidebar mojo to pulldown
Diffstat (limited to 'templates/show_admin_info.inc.php')
-rw-r--r--templates/show_admin_info.inc.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/show_admin_info.inc.php b/templates/show_admin_info.inc.php
index 993bc03b..bf5820e4 100644
--- a/templates/show_admin_info.inc.php
+++ b/templates/show_admin_info.inc.php
@@ -30,7 +30,9 @@ $total_flagged = Flag::get_total();
<div class="text-box">
<span class="header2"><?php echo _('Last Ten Flagged Songs'); ?></span><br />
<?php require (conf('prefix') . '/templates/show_flagged.inc.php'); ?>
-<li class="text-action"><a href="<?php echo $web_path; ?>/admin/flag.php?action=show_flagged"><?php echo _('Show All'); ?>...</a></li>
+<div class="text-action">
+<a href="<?php echo $web_path; ?>/admin/flag.php?action=show_flagged"><?php echo _('Show All'); ?>...</a>
+</div>
</div><br />
<span class="header2"><?php echo _('Disabled Songs'); ?></span><br />
<div class="text-box">