execution->generateCol(); $executions = $this->execution->generateRow($executionStats, $users, $productID); js::set('cols', json_encode($cols)); js::set('data', json_encode($executions)); js::set('orderBy', $orderBy); js::set('status', $status); js::set('unfoldExecutions', array()); js::set('from', $from); /* Replace Iteration to Execution. */ js::set('checkedSummary', str_replace($lang->executionCommon, $lang->execution->common, $lang->execution->checkedExecSummary)); js::set('pageSummary', str_replace($lang->executionCommon, $lang->execution->common, $lang->execution->pageExecSummary)); js::set('executionSummary', str_replace($lang->executionCommon, $lang->execution->common, $lang->execution->executionSummary)); js::set('checkedExecutions', str_replace($lang->executionCommon, $lang->execution->common, $lang->execution->checkedExecutions)); /* Set unfold parent executionID. */ js::set('unfoldAll', $lang->execution->treeLevel['all']); js::set('foldAll', $lang->execution->treeLevel['root']); js::set('isCNLang', !$this->loadModel('common')->checkNotCN()) ?>

execution->noExecutions : $lang->execution->noExecution;?> createLink('execution', 'create'), " " . ($from == 'execution' ? $lang->execution->createExec : $lang->execution->create), '', "class='btn btn-info' data-app='execution'");?>

'>