if (empty($search_result) || in_array($node->id, $search_result)) : ?>
$id = $node->id . '-' . $pos_id; ?>
if (!count($children)) : ?>
= _('Keine Module verfügbar') ?>
else : ?>
if ($node->isAssignable()) : ?>
= Icon::create('arr_2left', 'sort')->asInput(["name" => 'assign[' . $node->id . ']', "onclick" => "return STUDIP.MVV.CourseWizard.assignNode('" . $node->id . "')", "style" => in_array($id, $selection->getLvGruppenIDs()) ? 'display: none;' : '']) ?>
= htmlReady($node->getDisplayname()) ?>
else : ?>
/>
if (in_array($id, $open_nodes)) : ?>
$i = 1; ?>
if (!count($children)) : ?>
- = _('Keine Module verfügbar') ?>
else : ?>
foreach ($children as $child) : ?>
$children = $child->getChildren(); ?>
if (count($children) || $child->isAssignable()) : ?>
= $this->render_partial('lvgroups/_node',
['node' => $child, 'stepnumber' => $stepnumber,
'pos_id' => $pos_id . '_' . $i++, 'open_nodes' => $open_nodes ?: [],
'search_result' => $search_result ?: [],
'children' => $children]) ?>
endif; ?>
endforeach ?>
endif; ?>
endif; ?>
endif; ?>
endif ?>
endif ?>