*** empty log message ***

This commit is contained in:
sebastian 2005-02-28 18:15:50 +00:00
parent 4ec5610702
commit f6f2374b23
11 changed files with 295 additions and 17 deletions

View file

@ -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');