CC-3463 : Usability improvements for timeline
This commit is contained in:
parent
c1bdc6ff0f
commit
9dbe8a5e5e
|
@ -111,7 +111,7 @@ class ShowbuilderController extends Zend_Controller_Action
|
||||||
$item = CcScheduleQuery::create()->findPK($id);
|
$item = CcScheduleQuery::create()->findPK($id);
|
||||||
$instance = $item->getCcShowInstances();
|
$instance = $item->getCcShowInstances();
|
||||||
|
|
||||||
$menu["preview"] = array("name"=> "Play");
|
$menu["preview"] = array("name"=> "Preview");
|
||||||
//select the cursor
|
//select the cursor
|
||||||
$menu["selCurs"] = array("name"=> "Select Cursor");
|
$menu["selCurs"] = array("name"=> "Select Cursor");
|
||||||
$menu["delCurs"] = array("name"=> "Remove Cursor");
|
$menu["delCurs"] = array("name"=> "Remove Cursor");
|
||||||
|
|
Loading…
Reference in New Issue