Skip to content
Snippets Groups Projects
Commit 6ce9a63b authored by André Noack's avatar André Noack Committed by Jan-Hendrik Willms
Browse files

Biest #1494

Closes #1494

Merge request studip/studip!934
parent 186ecf2b
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
min="0" max="<?= htmlReady($max_preparation_time) ?>"> min="0" max="<?= htmlReady($max_preparation_time) ?>">
</label> </label>
<? if ($user_is_global_resource_admin) : ?>
<label> <label>
<input type="checkbox" name="reply_lecturers" value="1" <input type="checkbox" name="reply_lecturers" value="1"
<?= $reply_lecturers <?= $reply_lecturers
...@@ -43,7 +42,6 @@ ...@@ -43,7 +42,6 @@
?>> ?>>
<?= _('Benachrichtigung bei Ablehnung der Raumanfrage auch an alle Lehrenden der Veranstaltung senden') ?> <?= _('Benachrichtigung bei Ablehnung der Raumanfrage auch an alle Lehrenden der Veranstaltung senden') ?>
</label> </label>
<? endif ?>
<label> <label>
......
...@@ -62,7 +62,6 @@ ...@@ -62,7 +62,6 @@
value="<?= htmlReady($preparation_time) ?>" value="<?= htmlReady($preparation_time) ?>"
min="0" max="<?= htmlReady($max_preparation_time) ?>"> min="0" max="<?= htmlReady($max_preparation_time) ?>">
</label> </label>
<? if ($user_is_global_resource_admin) : ?>
<label> <label>
<input type="checkbox" name="reply_lecturers" value="1" <input type="checkbox" name="reply_lecturers" value="1"
<?= $reply_lecturers <?= $reply_lecturers
...@@ -71,7 +70,6 @@ ...@@ -71,7 +70,6 @@
?>> ?>>
<?= _('Benachrichtigung bei Ablehnung der Raumanfrage auch an alle Lehrenden der Veranstaltung senden') ?> <?= _('Benachrichtigung bei Ablehnung der Raumanfrage auch an alle Lehrenden der Veranstaltung senden') ?>
</label> </label>
<? endif ?>
</fieldset> </fieldset>
</div> </div>
<div> <div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment