diff --git a/livesupport/modules/htmlUI/var/html/help.html b/livesupport/modules/htmlUI/var/html/help.html index d727b508b..1da824716 100644 --- a/livesupport/modules/htmlUI/var/html/help.html +++ b/livesupport/modules/htmlUI/var/html/help.html @@ -81,16 +81,16 @@ DIV.blockquote
Playlists are the core of how LiveSupport 0.9 works. You add sound +
Playlists are the core of how LiveSupport works. You add sound files to a playlist, and then schedule that playlist to be played at a date and time of your choosing. Playlists are edited in the Playlist Editor. You can include an unlimited number of playlists inside playlists; for example, diff --git a/livesupport/modules/htmlUI/var/html/ui_handler.php b/livesupport/modules/htmlUI/var/html/ui_handler.php index 275eec96c..a1c66abeb 100644 --- a/livesupport/modules/htmlUI/var/html/ui_handler.php +++ b/livesupport/modules/htmlUI/var/html/ui_handler.php @@ -81,7 +81,6 @@ switch($_REQUEST['act']){ $uiHandler->removePerm($_REQUEST["permid"], $_REQUEST["oid"]); break; - ## SUBJECTS case "SUBJECTS.addSubj": $uiHandler->SUBJECTS->addSubj($_REQUEST); break; @@ -268,6 +267,11 @@ switch($_REQUEST['act']){ $uiHandler->SCHEDULER->setReload(); break; + case "SCHEDULER.startDaemon": + $uiHandler->SCHEDULER->startDaemon(); + $uiHandler->SCHEDULER->setReload(); + break; + default: if ($uiHandler->userid) $uiHandler->_retMsg("Unknown method: $1", $_REQUEST["act"]); $uiHandler->redirUrl = UI_BROWSER; diff --git a/livesupport/modules/htmlUI/var/templates/menu.tpl b/livesupport/modules/htmlUI/var/templates/menu.tpl index 63d388b37..5dd9e6761 100755 --- a/livesupport/modules/htmlUI/var/templates/menu.tpl +++ b/livesupport/modules/htmlUI/var/templates/menu.tpl @@ -29,6 +29,7 @@
+
|
+