*** 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

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