blob: 8cbf67f27fefe67ace30d28f632eb41cf31b28f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<fieldset id="autoinsert-institute" class="autoinsert-selection hidden-js">
<legend>
<?= _('Automatisches Eintragen mit Einrichtungszugehörigkeit:') ?>
</legend>
<?= Quicksearch::get('institute_id', new StandardSearch('Institut_id'))->withButton() ?>
<label>
<?= _('Berechtigung') ?>
</label>
<label class="col-2">
<input type="checkbox" name="rechte[institute][]" value="autor">
autor
</label>
<label class="col-2">
<input type="checkbox" name="rechte[institute][]" value="tutor">
tutor
</label>
<label class="col-2">
<input type="checkbox" name="rechte[institute][]" value="dozent">
dozent
</label>
</fieldset>
|