playlist sidebar done.

This commit is contained in:
naomiaro 2010-10-06 14:59:39 -04:00
parent 4c3d499699
commit a1a0dd2b62
4 changed files with 18 additions and 4 deletions

View File

@ -166,6 +166,20 @@
color: #ffffff;
}
#spl_info {
margin: 1em 0;
}
#spl_info div{
padding-top: 5px;
}
#spl_info .sub{
font-weight: bold;
margin-right: 3px;
margin-left: 15px;
}
.spl_title {
width: 73px;
}

View File

@ -16,7 +16,7 @@ img {
form {
font-size: 12px;
margin: 15px 0 15px 0;
margin: 5px 0;
}

View File

@ -57,7 +57,7 @@
<input type="button" class="button_large" onClick="collector_clearAll('PL', 'PL.removeItem')" value="##Clear Playlist##" />
</div>
<div class="pl_container_button">
<input type="button" class="button_large" onClick="location.href='{$UI_HANDLER}?act=PL.release'" value="##Close Playlist##">
<input type="button" class="button_large" onClick="popup('{$UI_BROWSER}?popup[]=PL.confirmRelease', 'PL.confirmRelease', 400, 50)" value="##Close Playlist##">
<input type="button" class="button_large" value="##Description##" onClick="location.href='{$UI_BROWSER}?act=PL.editMetaData'">
<input type="button" class="button_large" value="##Delete Playlist##" onClick="popup('{$UI_BROWSER}?popup[]=PL.confirmDelete', 'PL.deleteActive', 400, 50)">
</div>

View File

@ -299,7 +299,7 @@ switch ($_REQUEST['act']) {
if ($uiHandler->PLAYLIST->activate($_REQUEST['id']) === TRUE) {
$uiHandler->SCRATCHPAD->addItem($_REQUEST['id'], TRUE);
}
$uiHandler->PLAYLIST->setRedirect();
$uiHandler->PLAYLIST->setReload();
break;
case "PL.create":
@ -337,7 +337,7 @@ switch ($_REQUEST['act']) {
case "PL.release":
$uiHandler->PLAYLIST->release();
$uiHandler->PLAYLIST->setReturn();
$uiHandler->PLAYLIST->setReload();
break;
case "PL.save":