Skip to content
Snippets Groups Projects
Commit 5c893613 authored by Michaela Brückner's avatar Michaela Brückner :unicorn:
Browse files

fixes #4183

Closes #4183

Merge request studip/studip!3072
parent 62639749
No related branches found
No related tags found
No related merge requests found
<form method="post" class="default" action="<?= $controller->link_for( <form method="post" class="default" action="<?= $controller->link_for(
isset($inst_mode) && $inst_mode == true ? 'calendar/instschedule/index' : 'calendar/schedule/index' isset($inst_mode) && $inst_mode == true ? 'calendar/instschedule/index' : 'calendar/schedule/index'
) ?>"> ) ?>">
<select name="semester_id" class="submit-upon-select"> <label for="semester_id" class="sr-only"><?= _('Angezeigtes Semester') ?></label>
<select name="semester_id" class="submit-upon-select" id="semester_id">
<? foreach ($semesters as $semester) : ?> <? foreach ($semesters as $semester) : ?>
<? if ($semester['ende'] > time() - strtotime('1year 1day')) : ?> <? if ($semester['ende'] > time() - strtotime('1year 1day')) : ?>
<option <option
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment