Skip to content
Snippets Groups Projects
Commit b0adcb6c authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by David Siegfried
Browse files

fix bogus change, fixes #1768

Closes #1768

Merge request studip/studip!1144
parent fb98e3e6
No related branches found
No related tags found
No related merge requests found
......@@ -19,13 +19,13 @@
</ul>
</li>
</ul>
<? if (!$stepnumber && !empty($values['locked'])) : ?>
<? if (!$stepnumber && empty($values['locked'])) : ?>
<div data-dialog-button class="hidden-no-js">
<?= Studip\Button::createAccept(_('Speichern'), 'save') ?>
</div>
<? endif ?>
</div>
<? if (!empty($values['locked'])) : ?>
<? if (empty($values['locked'])) : ?>
<div id="studyareas" data-ajax-url="<?= $ajax_url ?>"
data-forward-url="<?= $no_js_url ?>" data-no-search-result="<?=_('Es wurde kein Suchergebnis gefunden.') ?>">
<h2><?= _('Alle Studienbereiche') ?></h2>
......
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