*** empty log message ***
This commit is contained in:
parent
c7ba993c18
commit
5f5a6c65b5
25 changed files with 280 additions and 91 deletions
BIN
livesupport/modules/htmlUI/var/html/img/1x1.png
Executable file
BIN
livesupport/modules/htmlUI/var/html/img/1x1.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 106 B |
BIN
livesupport/modules/htmlUI/var/html/img/1x1blue.png
Executable file
BIN
livesupport/modules/htmlUI/var/html/img/1x1blue.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 106 B |
BIN
livesupport/modules/htmlUI/var/html/img/1x1red.png
Executable file
BIN
livesupport/modules/htmlUI/var/html/img/1x1red.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 106 B |
|
@ -159,6 +159,11 @@ if ($uiBrowser->userid) {
|
|||
$Smarty->assign('PL_simpleManagement', TRUE);
|
||||
break;
|
||||
|
||||
case "PL.editMetaData":
|
||||
$Smarty->assign('PL_editMetaData', TRUE);
|
||||
$Smarty->assign('PL_simpleManagement', TRUE);
|
||||
break;
|
||||
|
||||
case "SCHEDULER":
|
||||
$Smarty->assign('showScheduler', TRUE);
|
||||
break;
|
||||
|
|
|
@ -226,6 +226,10 @@ switch($_REQUEST['act']){
|
|||
$uiHandler->PLAYLIST->setReload();
|
||||
break;
|
||||
|
||||
case "PL.editMetaData":
|
||||
$uiHandler->PLAYLIST->editMetaData($_REQUEST);
|
||||
break;
|
||||
|
||||
case "SCHEDULER.set":
|
||||
$uiHandler->SCHEDULER->set($_REQUEST);
|
||||
$uiHandler->SCHEDULER->setReload();
|
||||
|
@ -233,7 +237,7 @@ switch($_REQUEST['act']){
|
|||
|
||||
case "SCHEDULER.uploadPlaylistMethod":
|
||||
$uiHandler->SCHEDULER->uploadPlaylistMethod($_REQUEST);
|
||||
$uiHandler->SCHEDULER->setReload();
|
||||
$uiHandler->SCHEDULER->setReload();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue