diff options
| author | Philipp Schüttlöffel <schuettloeffel@zqs.uni-hannover.de> | 2024-09-24 10:53:31 +0200 |
|---|---|---|
| committer | Philipp Schüttlöffel <schuettloeffel@zqs.uni-hannover.de> | 2024-09-24 10:53:31 +0200 |
| commit | 4459dd7917f4d1c34f40bb68f0e991e9c3d53e4c (patch) | |
| tree | 5c07151ae61276d334e88f6309c30d439a85c12e /app/views/consultation/admin/edit.php | |
| parent | da0022e5c1abbf9825ae76debaabdff7e8623bb4 (diff) | |
| parent | 97a188592c679890a25c37ab78463add76a52ff7 (diff) | |
Merge branch 'main' into issue-3911issue-3911
Diffstat (limited to 'app/views/consultation/admin/edit.php')
| -rw-r--r-- | app/views/consultation/admin/edit.php | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app/views/consultation/admin/edit.php b/app/views/consultation/admin/edit.php index 347a05a..f9b416a 100644 --- a/app/views/consultation/admin/edit.php +++ b/app/views/consultation/admin/edit.php @@ -41,8 +41,8 @@ </label> <? if ($responsible): ?> - <?= $this->render_partial('consultation/admin/block-responsibilities.php', compact('responsible', 'block')) ?> - <? endif; ?> + <?= $this->render_partial('consultation/admin/block-responsibilities.php', compact('responsible', 'block')) ?> + <? endif; ?> <label> <?= _('Maximale Teilnehmerzahl') ?> @@ -72,6 +72,12 @@ </label> <label> + <input type="checkbox" name="consecutive" value="1" + <? if ($block->consecutive) echo 'checked'; ?>> + <?= _('Termine innerhalb dieses Blocks nur fortlaufend vergeben') ?> + </label> + + <label> <?= _('Grund der Buchung abfragen') ?> </label> <div class="hgroup"> |
