id, $search_result)) : ?>
isAssignable()) : ?>
= Icon::create('arr_2left', 'sort')->asInput(["name" => 'assign['.$node->id.']', "onclick" => "return STUDIP.CourseWizard.assignNode('".$node->id."')", "class" => in_array($node->id, $values['studyareas'] ??[])?'hidden-no-js':'', "style" => in_array($node->id, $values['studyareas'] ?? [])?'display:none':false]) ?>
hasChildren()) : ?>
id, $open_nodes) && $node->parent_id != $values['open_node']) ? ' checked="checked"' : '' ?>/>
hasChildren() && in_array($node->id, $open_nodes) && $node->_parent->id != $values['open_node']) : ?>
getChildren() as $child) : ?>
= $this->render_partial('studyareas/_node',
['node' => $child, 'stepnumber' => $stepnumber,
'temp_id' => $temp_id, 'values' => $values,
'open_nodes' => $open_nodes ?: [],
'search_result' => $search_result ?: []]) ?>