getTypeIcon() ?> name) ?> addLink( $controller->url_for('vips/sheets/show_assignment', ['cid' => $course_id, 'assignment_id' => $assignment['id']]), _('Studierendensicht anzeigen'), Icon::create('community') ) ?> addLink( $controller->url_for('vips/sheets/print_assignments', ['assignment_id' => $assignment['id']]), _('Aufgabenblatt drucken'), Icon::create('print'), ['target' => '_blank'] ) ?> addLink( $controller->url_for('vips/sheets/copy_assignments_dialog', ['assignment_ids[]' => $assignment['id']]), _('Aufgabenblatt kopieren'), Icon::create('copy'), ['data-dialog' => 'size=auto'] ) ?> isLocked()): ?> addButton('reset', _('Alle Lösungen zurücksetzen'), Icon::create('refresh'), [ 'formaction' => $controller->url_for('vips/sheets/reset_assignment', ['assignment_id' => $assignment['id']]), 'data-confirm' => _('Achtung: Wenn Sie die Lösungen zurücksetzen, werden die Lösungen aller Teilnehmenden archiviert!') ]) ?> addButton('delete', _('Aufgabenblatt löschen'), Icon::create('trash'), [ 'formaction' => $controller->url_for('vips/sheets/delete_assignments', ['assignment_ids[]' => $assignment['id']]), 'data-confirm' => sprintf(_('Wollen Sie wirklich das Aufgabenblatt „%s“ löschen?'), $assignment['test_title']) ]) ?> render() ?>
'batch_action', 'data-dialog' => 'size=auto', 'formaction' => $controller->url_for('vips/sheets/copy_assignments_dialog') ]) ?> 'batch_action', 'data-dialog' => 'size=auto', 'formaction' => $controller->url_for('vips/sheets/move_assignments_dialog') ]) ?> 'batch_action', 'formaction' => $controller->url_for('vips/sheets/delete_assignments'), 'data-confirm' => _('Wollen Sie wirklich die ausgewählten Aufgabenblätter löschen?') ]) ?> page_chooser($controller->url_for('vips/pool/assignments', ['page' => '%d', 'sort' => $sort, 'desc' => $desc, 'search_filter' => $search_filter]), $count, $page) ?>