Kompatibilitätsanpassungen für andere FHs

This commit is contained in:
Andreas Österreicher
2014-10-14 07:21:26 +00:00
parent 235324b1a4
commit 1b41590d27
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -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)
+8 -2
View File
@@ -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>';
+1 -1
View File
@@ -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>