summaryrefslogtreecommitdiffstats
path: root/templates/show_songs.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-06 07:31:33 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-06 07:31:33 +0000
commit3af41d1ac325312c1ed250621cea8e95b7d8591f (patch)
treee04e70ee9841f7f767521d2f0a0ab7895269f300 /templates/show_songs.inc
parent18d895c682d720def03c3ddcdff001dd48e72d0d (diff)
downloadampache-3af41d1ac325312c1ed250621cea8e95b7d8591f.tar.gz
ampache-3af41d1ac325312c1ed250621cea8e95b7d8591f.tar.bz2
ampache-3af41d1ac325312c1ed250621cea8e95b7d8591f.zip
a ton of css fixes
Diffstat (limited to 'templates/show_songs.inc')
-rw-r--r--templates/show_songs.inc9
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/show_songs.inc b/templates/show_songs.inc
index 0aca4c17..8e3c0247 100644
--- a/templates/show_songs.inc
+++ b/templates/show_songs.inc
@@ -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
@@ -32,9 +31,9 @@ if (is_object($playlist) && ($GLOBALS['user']->username == $playlist->user || $G
?>
<?php require(conf('prefix') . '/templates/show_box_top.inc.php'); ?>
<form id="songs" method="post" enctype="multipart/form-data" action="#" style="Display:inline;">
-<table class="border" cellspacing="0" cellpadding="0" border="0">
+<table class="tabledata" cellspacing="0" cellpadding="0" border="0">
<?php if (is_object($GLOBALS['view'])) { ?>
-<tr class="even" align="center">
+<tr class="table-header" align="center">
<td colspan="12">
<?php if ($GLOBALS['view']->offset_limit) { require (conf('prefix') . "/templates/list_header.inc"); } ?>
</td>