liste erweitert

This commit is contained in:
Gerald Raab
2016-05-26 04:33:31 +02:00
parent de5eefc6fb
commit d7dc25dbc5
4 changed files with 24 additions and 2 deletions
@@ -258,7 +258,7 @@ $rechte->getBerechtigungen($uid);
echo '<td>'.$anmeldung->reihung.'</td>';
echo '<td>'.$student->vorname.'</td>';
echo '<td>'.$student->nachname.'</td>';
echo '<td>'.$student->matrikelnr.'</td>';
echo '<td>'.$student->matr_nr.'</td>';
echo '<td>'.$date.'</td>';
echo '<td></td>';
echo '<td></td>';
@@ -278,6 +278,19 @@ $rechte->getBerechtigungen($uid);
}
?>
</table>
<br>
<table width="100%">
<tr>
<td><?php echo $p->t('pruefung/derLektor'); ?></td>
<td><?php echo $mitarbeiter->getFullName(FALSE); ?></td>
<td></td>
</tr>
<tr>
<td><?php echo $p->t('pruefung/dieKommission'); ?></td>
<td></td>
<td></td>
</tr
</table>
</div>
</div>
</body>
+2 -1
View File
@@ -138,6 +138,7 @@ $this->phrasen['pruefung/emailLektorAm'] = 'am';
$this->phrasen['pruefung/emailLektorVon'] = 'von';
$this->phrasen['pruefung/emailLektorUhrBis'] = 'Uhr bis';
$this->phrasen['pruefung/emailLektorUhrAngemeldet'] = 'Uhr angemeldet.';
$this->phrasen['pruefung/derLektor'] = 'LektorIn';
$this->phrasen['pruefung/dieKommission'] = 'Kommission';
?>
+3
View File
@@ -138,6 +138,9 @@ $this->phrasen['pruefung/emailLektorAm'] = 'am';
$this->phrasen['pruefung/emailLektorVon'] = 'von';
$this->phrasen['pruefung/emailLektorUhrBis'] = 'Uhr bis';
$this->phrasen['pruefung/emailLektorUhrAngemeldet'] = 'Uhr angemeldet.';
$this->phrasen['pruefung/derLektor'] = 'LektorIn';
$this->phrasen['pruefung/dieKommission'] = 'Kommission';
?>
+5
View File
@@ -137,4 +137,9 @@ $this->phrasen['pruefung/emailLektorAm'] = 'del';
$this->phrasen['pruefung/emailLektorVon'] = 'dalle';
$this->phrasen['pruefung/emailLektorUhrBis'] = 'alle';
$this->phrasen['pruefung/emailLektorUhrAngemeldet'] = '.';
$this->phrasen['pruefung/derLektor'] = 'Il docente';
$this->phrasen['pruefung/dieKommission'] = 'La commissione';
?>