From 8bbe26a365d12b41370f9d7307fefbc5a6dd522d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Tue, 4 Dec 2018 14:41:40 +0100 Subject: [PATCH] Infocenter: Added Gender Column to Filter Pages --- application/views/system/infocenter/infocenterData.php | 2 ++ .../views/system/infocenter/infocenterFreigegebenData.php | 2 ++ .../system/infocenter/infocenterReihungstestAbsolviertData.php | 2 ++ 3 files changed, 6 insertions(+) diff --git a/application/views/system/infocenter/infocenterData.php b/application/views/system/infocenter/infocenterData.php index 48090bb7c..026556615 100755 --- a/application/views/system/infocenter/infocenterData.php +++ b/application/views/system/infocenter/infocenterData.php @@ -24,6 +24,7 @@ p.vorname AS "Vorname", p.nachname AS "Nachname", p.gebdatum AS "Gebdatum", + p.geschlecht AS "Geschlecht", p.staatsbuergerschaft AS "Nation", pl.zeitpunkt AS "LockDate", pl.lockuser AS "LockUser", @@ -219,6 +220,7 @@ ucfirst($this->p->t('person', 'vorname')) , ucfirst($this->p->t('person', 'nachname')), ucfirst($this->p->t('person', 'geburtsdatum')), + ucfirst($this->p->t('person', 'geschlecht')), ucfirst($this->p->t('person', 'nation')), ucfirst($this->p->t('global', 'sperrdatum')), ucfirst($this->p->t('global', 'gesperrtVon')), diff --git a/application/views/system/infocenter/infocenterFreigegebenData.php b/application/views/system/infocenter/infocenterFreigegebenData.php index 6f41f79ca..d8744dad8 100644 --- a/application/views/system/infocenter/infocenterFreigegebenData.php +++ b/application/views/system/infocenter/infocenterFreigegebenData.php @@ -12,6 +12,7 @@ p.vorname AS "Vorname", p.nachname AS "Nachname", p.gebdatum AS "Gebdatum", + p.geschlecht AS "Geschlecht", p.staatsbuergerschaft AS "Nation", pl.zeitpunkt AS "LockDate", pl.lockuser AS "LockUser", @@ -168,6 +169,7 @@ 'Vorname', 'Nachname', 'GebDatum', + 'Geschlecht', 'Nation', 'Sperrdatum', 'GesperrtVon', diff --git a/application/views/system/infocenter/infocenterReihungstestAbsolviertData.php b/application/views/system/infocenter/infocenterReihungstestAbsolviertData.php index 7c356e138..6b38f6de3 100644 --- a/application/views/system/infocenter/infocenterReihungstestAbsolviertData.php +++ b/application/views/system/infocenter/infocenterReihungstestAbsolviertData.php @@ -12,6 +12,7 @@ p.vorname AS "Vorname", p.nachname AS "Nachname", p.gebdatum AS "Gebdatum", + p.geschlecht AS "Geschlecht", p.staatsbuergerschaft AS "Nation", pl.zeitpunkt AS "LockDate", pl.lockuser AS "LockUser", @@ -186,6 +187,7 @@ 'Vorname', 'Nachname', 'GebDatum', + 'Geschlecht', 'Nation', 'Sperrdatum', 'GesperrtVon',