This commit is contained in:
sebastian 2005-06-09 13:48:37 +00:00
parent b2bcbd8e18
commit 54be542f05
8 changed files with 107 additions and 68 deletions

View file

@ -66,6 +66,11 @@ if (is_array($_REQUEST['popup'])){
$Smarty->display('popup/PLAYLIST.changeTransition.tpl');
break;
case "PL.changeAllTransitions";
$Smarty->assign('dynform', $uiBrowser->PLAYLIST->changeAllTransitionsForm($ui_fmask['PL.changeTransition']));
$Smarty->display('popup/PLAYLIST.changeAllTransitions.tpl');
break;
case "PL.confirmDelete":
$Smarty->display('popup/PLAYLIST.confirmDelete.tpl');
break;