CC-3845 : General UI cleanup

changing eye icon to play for the preview option in a context menu.
This commit is contained in:
Naomi Aro 2012-05-18 12:29:37 +02:00
parent 8ad336858e
commit 5d3382a3d9

View file

@ -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");