diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-13 15:28:22 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-13 15:28:22 +0000 |
commit | a524f1f979aae71a5b15bccc1fd84cf9ebc00a97 (patch) | |
tree | 9b9f54d5e2833bde6af11863251f071717113d98 /templates/show_playlist_songs.inc.php | |
parent | b91c750a0b57dc60b0b918b4ea2d9d7f1beaf083 (diff) | |
download | ampache-a524f1f979aae71a5b15bccc1fd84cf9ebc00a97.tar.gz ampache-a524f1f979aae71a5b15bccc1fd84cf9ebc00a97.tar.bz2 ampache-a524f1f979aae71a5b15bccc1fd84cf9ebc00a97.zip |
threw in add button for single playlist view, added the link for deleting catalogs back, also added back in the ACL page links, they dont work..
Diffstat (limited to 'templates/show_playlist_songs.inc.php')
-rw-r--r-- | templates/show_playlist_songs.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_playlist_songs.inc.php b/templates/show_playlist_songs.inc.php index 3e8918aa..17aa68a6 100644 --- a/templates/show_playlist_songs.inc.php +++ b/templates/show_playlist_songs.inc.php @@ -30,6 +30,7 @@ $ajax_url = Config::get('ajax_url'); </td> </tr> <tr class="table-header"> + <th> </th> <th><?php echo _('Track'); ?></th> <th><?php echo _('Song Title'); ?></th> <th><?php echo _('Artist'); ?></th> |