*** empty log message ***

This commit is contained in:
sebastian 2005-03-10 00:19:53 +00:00
parent b818d6b0d6
commit ef8067a20f
18 changed files with 219 additions and 112 deletions

View file

@ -43,7 +43,7 @@ if (is_array($_REQUEST['popup'])){
case "PL.changeTransition";
$Smarty->assign('dynform', $uiBrowser->PLAYLIST->changeTransitionForm($_REQUEST['id'], $_REQUEST['type'], $ui_fmask['PL.changeTransition']));
$Smarty->display('popup/PL.changeTransition.tpl');
$Smarty->display('playlist/changeTransition.tpl');
break;
}
}