mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Kompatibilitätsanpassungen für andere FHs
This commit is contained in:
@@ -44,7 +44,7 @@ $uid=get_uid();
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<TITLE><?php echo $p->t('lvplan/lehrveranstaltungsplan');?> Technikum-Wien</TITLE>
|
||||
<TITLE><?php echo $p->t('lvplan/lehrveranstaltungsplan').' '.CAMPUS_NAME;?></TITLE>
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
function MM_jumpMenu(targ,selObj,restore)
|
||||
|
||||
@@ -226,8 +226,14 @@ echo '</td><td width="30%" valign="top">';
|
||||
echo '
|
||||
<b>'.($type=="student"?$p->t("profil/student"):$p->t('profil/mitarbeiter')).'</b><br><br>
|
||||
'.$p->t('global/username').': '.$user->uid.'<br>
|
||||
'.$p->t('global/titel').': '.$user->titelpre.' <br>
|
||||
'.$p->t('global/vorname').': '.$user->vorname.' '.$user->vornamen.'<br>
|
||||
'.$p->t('global/titel').': '.$user->titelpre.' <br>';
|
||||
|
||||
if(!$ansicht)
|
||||
echo $p->t('global/vorname').': '.$user->vorname.' '.$user->vornamen.'<br>';
|
||||
else
|
||||
echo $p->t('global/vorname').': '.$user->vorname.' <br>';
|
||||
|
||||
echo '
|
||||
'.$p->t('global/nachname').': '.$user->nachname.'<br>
|
||||
'.$p->t('global/postnomen').': '.$user->titelpost.'<br><br>';
|
||||
|
||||
|
||||
@@ -161,7 +161,7 @@ foreach($addon->result as $a)
|
||||
echo '<table class="tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="40%">Bezahlen</th>
|
||||
<th width="40%">Zahlung anweisen</th>
|
||||
<th width="60%"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user