aboutsummaryrefslogtreecommitdiff
path: root/app/views/admin/courses/visibility.php
blob: 90447f951d18028eba95fbf9a4be5789b994eefb (plain)
1
2
3
4
5
6
<? if ($GLOBALS['perm']->have_perm("admin") || !LockRules::Check($course->id, "seminar_visibility")) : ?>
    <label>
        <input type="hidden" name="all_sem[]" value="<?= htmlReady($course->id) ?>">
        <input name="visibility[<?= htmlReady($course->id) ?>]" type="checkbox" value="1" <?= $values['visible'] ? 'checked' : '' ?>>
    </label>
<? endif ?>