aboutsummaryrefslogtreecommitdiff
path: root/app/views/admin/courses/add_to_archive.php
blob: 802b7d613de9b65c228475d380f8a3f155c6a1ad (plain)
1
2
3
4
5
6
7
8
<?php
/**
 * @var Course $course
 */
?>
<label>
    <input name="archiv_sem[]" type="checkbox" value="<?= htmlReady($course->id) ?>">
</label>