*** empty log message ***
This commit is contained in:
parent
f858f935c2
commit
a8d5505d51
12 changed files with 211 additions and 76 deletions
|
@ -42,8 +42,9 @@ if (is_array($_REQUEST['popup'])){
|
|||
|
||||
if ($uiBrowser->userid) {
|
||||
$Smarty->assign('showMenuTop', TRUE);
|
||||
$Smarty->assign('SCRATCHPAD', $uiBrowser->SCRATCHPAD->get());
|
||||
$Smarty->assign('PLAYLIST', $uiBrowser->PLAYLIST->get());
|
||||
$Smarty->assign('SCRATCHPAD', $uiBrowser->SCRATCHPAD->get());
|
||||
$Smarty->assign('PLid', $uiBrowser->PLAYLIST->activeId);
|
||||
$Smarty->register_object('PL', $uiBrowser->PLAYLIST);
|
||||
|
||||
switch ($_REQUEST['act']){
|
||||
case "fileBrowse":
|
||||
|
@ -147,8 +148,11 @@ if ($uiBrowser->userid) {
|
|||
$Smarty->assign('changeStationPrefs', TRUE);
|
||||
break;
|
||||
|
||||
case "PL.simpleManagement":
|
||||
$uiBrowser->PLAYLIST->testNew();
|
||||
case "PL.simpleManagement": print_r($uiBrowser->PLAYLIST->get());
|
||||
if ($_REQUEST['createNew']) {
|
||||
$uiBrowser->PLAYLIST->testNew();
|
||||
#$Smarty->assign('PLAYLIST', $uiBrowser->PLAYLIST->get());
|
||||
}
|
||||
$Smarty->assign('PL_simpleManagement', TRUE);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue