CC-3845 : General UI cleanup
changing eye icon to play for the preview option in a context menu.
This commit is contained in:
parent
8ad336858e
commit
5d3382a3d9
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ class ShowbuilderController extends Zend_Controller_Action
|
|||
$item = CcScheduleQuery::create()->findPK($id);
|
||||
$instance = $item->getCcShowInstances();
|
||||
|
||||
$menu["preview"] = array("name"=> "Preview","icon" => "overview");
|
||||
$menu["preview"] = array("name"=> "Preview", "icon" => "play");
|
||||
//select the cursor
|
||||
$menu["selCurs"] = array("name"=> "Select Cursor","icon" => "select-cursor");
|
||||
$menu["delCurs"] = array("name"=> "Remove Cursor","icon" => "select-cursor");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue