Scheduler Week and Day view non-scaled

This commit is contained in:
sebastian 2005-03-21 21:45:36 +00:00
parent fa7bee7ac7
commit 75c8529203
11 changed files with 354 additions and 304 deletions

View file

@ -16,8 +16,13 @@ if (is_array($_REQUEST['popup'])){
$Smarty->display('popup/_clear_parent.tpl');
break;
case "_2PL.simpleManagement":
$Smarty->assign('target', 'PL.simpleManagement');
$Smarty->display('popup/_redirector.tpl');
break;
case "login":
$Smarty->assign('login', $uiBrowser->login($Smarty, $ui_fmask));
$Smarty->assign('dynform', $uiBrowser->login($ui_fmask));
$Smarty->display('popup/login.tpl');
break;
@ -41,11 +46,6 @@ if (is_array($_REQUEST['popup'])){
$Smarty->display('popup/deleteItem.tpl');
break;
case "_2PL.simpleManagement":
$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/PLAYLIST.changeTransition.tpl');