diff --git a/airtime_mvc/application/services/CalendarService.php b/airtime_mvc/application/services/CalendarService.php index 1c963fc45..0db7d4e2d 100644 --- a/airtime_mvc/application/services/CalendarService.php +++ b/airtime_mvc/application/services/CalendarService.php @@ -67,6 +67,11 @@ class Application_Service_CalendarService "name"=> $text, "icon" => "soundcloud"); } + } else { + $menu["content"] = array( + "name"=> _("Show Content"), + "icon" => "overview", + "url" => $baseUrl."schedule/show-content-dialog"); } } else { //Show content can be modified from the calendar if: