array( array( 'children' => array( array( 'text' => __('General'), 'title' => __('General tab'), 'class' => 'progress_tab', 'id' => 'page1_tab', 'active' => true, 'onClick' => 'simpleTabPage', 'onClickParams' => array(1) ), array( 'text' => __('Organisations'), 'title' => __('Organisations tab'), 'class' => 'progress_tab', 'id' => 'page2_tab', 'onClick' => 'simpleTabPage', 'onClickParams' => array(2) ), array( 'text' => __('MISP Instances'), 'title' => __('MISP instances tab'), 'class' => 'progress_tab', 'id' => 'page3_tab', 'onClick' => 'simpleTabPage', 'onClickParams' => array(3) ), array( 'text' => __('Summary and Save'), 'title' => __('Sharing group summary'), 'class' => 'progress_tab', 'id' => 'page4_tab', 'onClick' => 'simpleTabPage', 'onClickParams' => array(4) ) ) ) ) ); if (!$ajax) { echo $this->element('/genericElements/ListTopBar/scaffold', array('data' => $data)); } ?>
id="SharingGroupActive">
element('/genericElements/SideMenu/side_menu', array('menuList' => 'globalActions', 'menuItem' => 'editSG')); ?>