From d4d447ab8ba6a2a07393965bcf4387c03e692a00 Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Mon, 19 May 2014 14:11:29 +0000 Subject: [PATCH] =?UTF-8?q?Anzeige=20des=20Bewerbungsstatus=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/public/bewerbung.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cis/public/bewerbung.php b/cis/public/bewerbung.php index 8103df867..7e5a4640d 100755 --- a/cis/public/bewerbung.php +++ b/cis/public/bewerbung.php @@ -594,6 +594,7 @@ padding: 5px; Status Datum Aktion + Bewerbungsstatus "; foreach($prestudent->result as $row) { @@ -603,12 +604,13 @@ padding: 5px; $prestudent_status = new prestudent(); $prestatus_help= ($prestudent_status->getLastStatus($row->prestudent_id))?$prestudent_status->status_kurzbz:'Noch kein Status vorhanden'; - + $bewerberstatus =($prestudent_status->bestaetigtam != '' || $prestudent_status->bestaetigtvon != '')?'bestätigt':'noch nicht bestätigt'; echo " ".$stg->bezeichnung." ".$prestatus_help." ".$datum->formatDatum($prestudent_status->datum, 'd.m.Y')." + $bewerberstatus "; }