CC-6122 - change library behaviour for guest users

This commit is contained in:
Duncan Sommerville 2015-09-01 13:53:59 -04:00
parent c7d926f8e8
commit 46e126145e
8 changed files with 165 additions and 224 deletions

View file

@ -78,7 +78,7 @@ class Application_Service_CalendarService
$menu["schedule"] = array(
// "name"=> _("Add / Remove Content"),
"name" => _("Schedule Show"),
"name" => _("Schedule Tracks"),
"icon" => "add-remove-content",
"url" => $baseUrl."showbuilder/builder-dialog/");
}