diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-10 04:35:26 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-10 04:35:26 +0000 |
commit | 0d2c89e90d7c64eba058ae375760a350d336578b (patch) | |
tree | ab689e3d203db1e0b2cce5e44e9f42aa95d1aff9 /templates/show_localplay_playlist.inc.php | |
parent | 17a4516e29e9ce9d2583d8b06431dfcdf5722c11 (diff) | |
download | ampache-0d2c89e90d7c64eba058ae375760a350d336578b.tar.gz ampache-0d2c89e90d7c64eba058ae375760a350d336578b.tar.bz2 ampache-0d2c89e90d7c64eba058ae375760a350d336578b.zip |
fixed the last of the missing MPD features, added new ajax config hotness (not that special)
Diffstat (limited to 'templates/show_localplay_playlist.inc.php')
-rw-r--r-- | templates/show_localplay_playlist.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/show_localplay_playlist.inc.php b/templates/show_localplay_playlist.inc.php index 10f8ecb9..e9806a02 100644 --- a/templates/show_localplay_playlist.inc.php +++ b/templates/show_localplay_playlist.inc.php @@ -19,6 +19,7 @@ */ ?> +<?php Ajax::start_container('localplay_playlist'); ?> <?php show_box_top(_('Current Playlist')); ?> <table class="tabledata" cellpadding="0" cellspacing="0"> <colgroup> @@ -59,3 +60,4 @@ foreach ($objects as $object) { </tr> </table> <?php show_box_bottom(); ?> +<?php Ajax::end_container(); ?> |