Skip to content
Snippets Groups Projects
Unverified Commit d2eac04c authored by Rasmus Fuhse's avatar Rasmus Fuhse Committed by GitHub
Browse files

Merge pull request #2 from noackorama/sperregel

Sperrregel für kopieren beachten
parents 1aea76bb 5f502e6f
No related branches found
No related tags found
No related merge requests found
pluginname=CourseCopy pluginname=CourseCopy
pluginclassname=CourseCopy pluginclassname=CourseCopy
version=1.9.1 version=1.9.2
origin=data-quest origin=data-quest
studipMinVersion=4.0 studipMinVersion=4.0
studipMaxVersion=5.1.99 studipMaxVersion=5.1.99
<? if (Seminar_Perm::get()->have_studip_perm('dozent', $course_id)) : ?> <? if (Seminar_Perm::get()->have_studip_perm('dozent', $course_id) && !LockRules::check($course_id, 'seminar_copy')) : ?>
<input type="checkbox" name="c[]" value="<?= htmlReady($course_id) ?>"> <input type="checkbox" name="c[]" value="<?= htmlReady($course_id) ?>">
<? endif ?> <? endif ?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment