$course) { $name = $course->name; if (Config::get()->IMPORTANT_SEMNUMBER) { $name = $course->veranstaltungsnummer . ' ' . $name; } $tooltxt = []; $tooltxt[] = $course->veranstaltungsnummer; $tooltxt[] = $course->name; $tooltxt[] = implode(', ', $course->members->findBy('status', 'dozent')->orderBy('position')->limit(3)->pluck('Nachname')); $tooltxt[] = implode('; ', $course->cycles->toString()); $prios[$course->id] = [ 'name' => $name, 'info' => implode("\n", $tooltxt), 'selected' => isset($user_prio[$course->id]), ]; } asort($user_prio); ?>
1): ?>

    $data): ?>
  • data-id="">
    asInput([ 'name' => 'admission_prio[' . htmlReady($course_id) . ']', 'type' => 'submit', 'value' => 0, ]) ?>

  • $prio): ?>
  • asInput([ 'name' => 'admission_prio_order_up[' . htmlReady($id) . ']', 'type' => 'submit', 'class' => 'hidden-medium-up', ]) ?> asInput([ 'name' => 'admission_prio_order_down[' . htmlReady($id) . ']', 'type' => 'submit', 'class' => 'hidden-medium-up', ])?> asInput([ 'name' => 'admission_prio_delete[' . htmlReady($id) . ']', 'type' => 'submit', 'class' => 'delete', ]) ?>