diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-09 06:17:37 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-09 06:17:37 +0000 |
commit | 796c2692d0cfa4641e0c47700371c24a01412ed1 (patch) | |
tree | 33d8921798b9603c177a0dd2a025e09f3f32691f /templates/show_albums.inc.php | |
parent | 905d434c669b634c6e070c60811a4a5ecfc1c67a (diff) | |
download | ampache-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_albums.inc.php')
-rw-r--r-- | templates/show_albums.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_albums.inc.php b/templates/show_albums.inc.php index 713112c9..7a692caf 100644 --- a/templates/show_albums.inc.php +++ b/templates/show_albums.inc.php @@ -22,7 +22,7 @@ $web_path = Config::get('web_path'); $ajax_url = Config::get('ajax_url'); ?> <table class="tabledata" cellspacing="0" cellpadding="0" border="0"> -<tr class="table-header"> +<tr> <td colspan="7"> <?php require Config::get('prefix') . '/templates/list_header.inc.php'; ?> </td> @@ -48,7 +48,7 @@ $ajax_url = Config::get('ajax_url'); <?php require Config::get('prefix') . '/templates/show_album_row.inc.php'; ?> </tr> <?php } //end foreach ($albums as $album) ?> -<tr class="table-header"> +<tr> <td colspan="7"> <?php require Config::get('prefix') . '/templates/list_header.inc.php'; ?> </td> |