*** empty log message ***
This commit is contained in:
parent
9e8ab83dca
commit
089134adf2
20 changed files with 218 additions and 261 deletions
|
@ -57,7 +57,6 @@ if (is_array($_REQUEST['popup'])){
|
|||
break;
|
||||
|
||||
case "deleteItem":
|
||||
$Smarty->assign('id', $_REQUEST['id']);
|
||||
$Smarty->assign('filename', $uiBrowser->_getMDataValue($_REQUEST['id'], UI_MDATA_KEY_TITLE));
|
||||
$Smarty->display('popup/deleteItem.tpl');
|
||||
break;
|
||||
|
@ -84,13 +83,11 @@ if (is_array($_REQUEST['popup'])){
|
|||
break;
|
||||
|
||||
case "SCHEDULER.removeItem":
|
||||
$Smarty->assign('scheduleId', $_REQUEST['scheduleId']);
|
||||
$Smarty->assign('playlistName', $uiBrowser->_getMDataValue($_REQUEST['playlistId'], UI_MDATA_KEY_TITLE));
|
||||
$Smarty->display('popup/SCHEDULER.removeItem.tpl');
|
||||
break;
|
||||
|
||||
case "SUBJECTS.confirmRemoveSubj":
|
||||
$Smarty->assign('lgoin', $_REQUEST['login']);
|
||||
$Smarty->display('popup/SUBJECTS.confirmRemoveSubj.tpl');
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue