summaryrefslogtreecommitdiffstats
path: root/templates/show_artists.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-09 06:17:37 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-09 06:17:37 +0000
commit796c2692d0cfa4641e0c47700371c24a01412ed1 (patch)
tree33d8921798b9603c177a0dd2a025e09f3f32691f /templates/show_artists.inc.php
parent905d434c669b634c6e070c60811a4a5ecfc1c67a (diff)
downloadampache-796c2692d0cfa4641e0c47700371c24a01412ed1.tar.gz
ampache-796c2692d0cfa4641e0c47700371c24a01412ed1.tar.bz2
ampache-796c2692d0cfa4641e0c47700371c24a01412ed1.zip
fixed lower paging horn, tweaked css for page-a-nation, added paging to playlists, genres and radio strations, added detection of purchase urls to find missing tracks on albums
Diffstat (limited to 'templates/show_artists.inc.php')
-rw-r--r--templates/show_artists.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_artists.inc.php b/templates/show_artists.inc.php
index 3f4ef881..da95eadc 100644
--- a/templates/show_artists.inc.php
+++ b/templates/show_artists.inc.php
@@ -22,7 +22,7 @@ $web_path = Config::get('web_path');
?>
<table class="tabledata" cellspacing="0" cellpadding="0" border="0">
-<tr class="table-header" align="center">
+<tr>
<td colspan="5">
<?php require Config::get('prefix') . '/templates/list_header.inc.php'; ?>
</td>
@@ -52,7 +52,7 @@ foreach ($object_ids as $artist_id) {
<td><?php echo _('Action'); ?></td>
</tr>
-<tr class="table-header" align="center">
+<tr>
<td colspan="5">
<?php require Config::get('prefix') . '/templates/list_header.inc.php'; ?>
</td>