diff options
| author | Michaela Brückner <brueckner@data-quest.de> | 2024-01-10 12:44:53 +0100 |
|---|---|---|
| committer | Michaela Brückner <brueckner@data-quest.de> | 2024-01-10 12:44:53 +0100 |
| commit | aa22011a9e61b47d368562f4314c87ee972762e2 (patch) | |
| tree | 3e412ce8618b0b7cfa2a283431a45ef5ff34846a /app/views/course/wizard/step.php | |
| parent | 304241997ac8de6af372379ad35b230c4bb01c1f (diff) | |
initial commit, re #3616issue-3616-2.4
Diffstat (limited to 'app/views/course/wizard/step.php')
| -rw-r--r-- | app/views/course/wizard/step.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/course/wizard/step.php b/app/views/course/wizard/step.php index 0fe1dfc..c32a09b 100644 --- a/app/views/course/wizard/step.php +++ b/app/views/course/wizard/step.php @@ -23,11 +23,15 @@ !empty($dialog) ? ['data-dialog' => 'size=50%'] : [] ) ?> <? endif; ?> + <? if (!$studygroup) : ?> <?= Studip\Button::create( _('Weiter'), 'next', !empty($dialog) ? ['data-dialog' => 'size=50%'] : [] ) ?> + <? else : ?> + <?= Studip\Button::createAccept(_('Studiengruppe anlegen'), 'create') ?> + <? endif; ?> </footer> </form> <? else : ?> |
