*** empty log message ***
This commit is contained in:
parent
4ec5610702
commit
f6f2374b23
11 changed files with 295 additions and 17 deletions
|
@ -40,6 +40,11 @@ if (is_array($_REQUEST['popup'])){
|
|||
$Smarty->assign('target', 'PL.simpleManagement');
|
||||
$Smarty->display('popup/_redirector.tpl');
|
||||
break;
|
||||
|
||||
case "PL.changeTransition";
|
||||
$Smarty->assign('dynform', $uiBrowser->PLAYLIST->changeTransitionForm($_REQUEST['id'], $_REQUEST['type'], $ui_fmask['PL.changeTransition']));
|
||||
$Smarty->display('popup/PL.changeTransition.tpl');
|
||||
break;
|
||||
}
|
||||
}
|
||||
die();
|
||||
|
|
|
@ -182,6 +182,11 @@ switch($_REQUEST['act']){
|
|||
$uiHandler->PLAYLIST->setReload();
|
||||
break;
|
||||
|
||||
case "PL.changeTransition":
|
||||
$uiHandler->PLAYLIST->changeTransition($_REQUEST['id'], $_REQUEST['type'], $_REQUEST['duration']);
|
||||
$uiHandler->PLAYLIST->setReload();
|
||||
break;
|
||||
|
||||
default:
|
||||
$_SESSION["alertMsg"] = tra("Unknown method: $1", $_REQUEST["act"]);
|
||||
header("Location: ".UI_BROWSER.'?popup[]=_reload_parent&popup[]=_close');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue