This commit is contained in:
parent
b2bcbd8e18
commit
54be542f05
8 changed files with 107 additions and 68 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue