added kurzbz to zgv info, optimized responsiveness of panel headers, whole notizenrow clickable

This commit is contained in:
alex
2018-05-11 14:14:16 +02:00
parent 8c00fb7be5
commit 26600dac05
4 changed files with 15 additions and 8 deletions
@@ -221,9 +221,10 @@ class InfoCenter extends VileSci_Controller
$studienordnung = $this->PrestudentstatusModel->getStudienordnungWithZgvText($prestudent_id);
$prestudentdata = $this->_getPersonAndStudiengangFromPrestudent($prestudent_id);
$studiengangkurzbz = $prestudentdata['studiengang_kurzbz'];
$studiengangbezeichnung = $prestudentdata['studiengang_bezeichnung'];
$data = array('studiengang_bezeichnung' => $studiengangbezeichnung, 'data' => null);
$data = array('studiengang_bezeichnung' => $studiengangbezeichnung, 'studiengang_kurzbz' => $studiengangkurzbz, 'data' => null);
if (hasData($studienordnung))
{