diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-31 04:44:56 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-31 04:44:56 +0000 |
commit | 2148ecc8ac957beb53ac1be3b6d7aafba491b7aa (patch) | |
tree | e06011661938f27fce3b78f223dc4ea2e4aaa8bc /templates/show_songs.inc.php | |
parent | a93cc6b8ebb2d1bcd67aa91f670905f298d6d98e (diff) | |
download | ampache-2148ecc8ac957beb53ac1be3b6d7aafba491b7aa.tar.gz ampache-2148ecc8ac957beb53ac1be3b6d7aafba491b7aa.tar.bz2 ampache-2148ecc8ac957beb53ac1be3b6d7aafba491b7aa.zip |
added a browse by all, noticed a bug with browsing _very_ large lists causes it to pop know how to fix it, but I will do that tomorrow
Diffstat (limited to 'templates/show_songs.inc.php')
-rw-r--r-- | templates/show_songs.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_songs.inc.php b/templates/show_songs.inc.php index 047ae748..0230bc00 100644 --- a/templates/show_songs.inc.php +++ b/templates/show_songs.inc.php @@ -26,7 +26,7 @@ $ajax_url = Config::get('ajax_url'); ?> <table class="tabledata" cellspacing="0" cellpadding="0"> <tr class="table-header" align="center"> - <td colspan="7"> + <td colspan="8"> <?php require Config::get('prefix') . '/templates/list_header.inc.php'; ?> </td> </tr> |