Modified RT-menu: Styled logout link

Now the logout link is also integrated in the menu.
This commit is contained in:
Cris
2019-04-25 13:14:57 +02:00
committed by cris-technikum
parent 0738a0aee1
commit 80afb74be9
3 changed files with 22 additions and 4 deletions
+1 -2
View File
@@ -403,7 +403,7 @@ if(isset($_POST['save']) && isset($_SESSION['prestudent_id']))
$sprachwahl = $ablauf->result[0]->sprachwahl;
}
//Prestudent Informationen und Logout
//Prestudent Informationen
echo '<form method="GET">';
echo '<br>'.$p->t('testtool/begruessungstext').' <br/><br/>';
echo '<b>'.$p->t('zeitaufzeichnung/id').'</b>: '.$_SESSION['prestudent_id'].'<br/>';
@@ -462,7 +462,6 @@ if(isset($_POST['save']) && isset($_SESSION['prestudent_id']))
{
echo '<b>'.$p->t('global/studiengang').'</b>: '.$typ->bezeichnung.' '.($sprache_user=='English'?$stg_obj->english:$stg_obj->bezeichnung).'<br/><br/>';
}
echo '<INPUT type="submit" value="Logout" name="logout" />';
echo '</form>';
echo '<br><br>';