diff --git a/livesupport/modules/htmlUI/var/html/ui_browser.php b/livesupport/modules/htmlUI/var/html/ui_browser.php index 89abce486..1a010f618 100644 --- a/livesupport/modules/htmlUI/var/html/ui_browser.php +++ b/livesupport/modules/htmlUI/var/html/ui_browser.php @@ -87,6 +87,10 @@ if (is_array($_REQUEST['popup'])){ $Smarty->display('popup/PLAYLIST.confirmRelease.tpl'); break; + case "PL.arrangeItems": + $Smarty->display('popup/PLAYLIST.arrangeItems.tpl'); + break; + case "SCHEDULER.addItem": $Smarty->display('popup/SCHEDULER.addItem.tpl'); break; diff --git a/livesupport/modules/htmlUI/var/html/ui_handler.php b/livesupport/modules/htmlUI/var/html/ui_handler.php index fcff72da6..d2f5f85e2 100644 --- a/livesupport/modules/htmlUI/var/html/ui_handler.php +++ b/livesupport/modules/htmlUI/var/html/ui_handler.php @@ -231,6 +231,11 @@ switch($_REQUEST['act']){ $uiHandler->PLAYLIST->setReturn(); break; + case "PL.reArrange": + $uiHandler->PLAYLIST->reOrder($_REQUEST['pl_items']); + $uiHandler->PLAYLIST->setReload(); + break; + case "PL.editMetaData": $uiHandler->PLAYLIST->editMetaData($_REQUEST); $uiHandler->SCRATCHPAD->addItem($_REQUEST['id']); diff --git a/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl b/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl index a6f351529..55db9d0ea 100755 --- a/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl +++ b/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl @@ -1,145 +1,90 @@ -