UHSTAT1 form: added firstname and lastname of student

This commit is contained in:
KarpAlex
2023-09-05 16:49:19 +02:00
parent fab1022c49
commit 4175ecc209
2 changed files with 23 additions and 0 deletions
+6
View File
@@ -32,6 +32,12 @@ $saved = isset($saved) && $saved === true;
?>
<div class='container' id='uhstat1Container'>
<h1 class="text-center">
<?php echo isset($formMetaData['nachname'])
? 'UHSTAT1 Daten für '.(isset($formMetaData['vorname']) ? $formMetaData['vorname'].' ' : '').$formMetaData['nachname']
: ''
?>
</h1>
<div id="uhstat1Subcontainer">
<input type='hidden' id='uhstat1Saved' value='<?php echo $saved ? 1 : 0 ?>' />
<h2><?php echo $this->p->t('uhstat', 'uhstat1AnmeldungUeberschrift') ?></h2>