summaryrefslogtreecommitdiffstats
path: root/templates/show_uploads.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-22 06:58:26 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-22 06:58:26 +0000
commit9758b4e3007e3af2bc0a6f56ddd0a06e8ef40cad (patch)
tree75a670eeecfd74f5990e8842527b1584eb13d4d9 /templates/show_uploads.inc
parentdbf698e92a1968d8f2b5dd6695e26fb884d2341c (diff)
downloadampache-9758b4e3007e3af2bc0a6f56ddd0a06e8ef40cad.tar.gz
ampache-9758b4e3007e3af2bc0a6f56ddd0a06e8ef40cad.tar.bz2
ampache-9758b4e3007e3af2bc0a6f56ddd0a06e8ef40cad.zip
changed to div layout and fixed up burgundy... still needs a lot of css work
Diffstat (limited to 'templates/show_uploads.inc')
-rw-r--r--templates/show_uploads.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_uploads.inc b/templates/show_uploads.inc
index 04d43dd3..bc1d74f8 100644
--- a/templates/show_uploads.inc
+++ b/templates/show_uploads.inc
@@ -27,7 +27,7 @@ $uploads = get_uploads();
if (count($uploads)) {
?>
-<table class="tabledata" cellspacing="0" cellpadding="0" border="1" align="center">
+<table class="tabledata" cellspacing="0" cellpadding="0" border="1">
<tr class="table-header">
<td><?php echo _('Action'); ?></td>
<td><?php echo _('Status'); ?></td>