From 8c3e29a93aa526a8f1c566aab2180adca8e50b91 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 14 Nov 2018 17:41:23 +0100 Subject: [PATCH] added titelpre and titelpost to infocenter details --- .../views/system/infocenter/stammdaten.php | 12 ++++++ system/phrasesupdate.php | 40 +++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/application/views/system/infocenter/stammdaten.php b/application/views/system/infocenter/stammdaten.php index cab839bd9..6681e29d3 100755 --- a/application/views/system/infocenter/stammdaten.php +++ b/application/views/system/infocenter/stammdaten.php @@ -1,6 +1,12 @@
+ titelpre)): ?> + + + + + @@ -10,6 +16,12 @@ + titelpost)): ?> + + + + +
p->t('person','titelpre')) ?>titelpre ?>
p->t('person','vorname')) ?> vorname ?> nachname ?>
p->t('person','titelpost')) ?>titelpost ?>
p->t('person','geburtsdatum')) ?> diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 210149cfa..636832b5a 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -1845,6 +1845,46 @@ $phrases = array( ) ) ), + array( + 'app' => 'core', + 'category' => 'person', + 'phrase' => 'titelpre', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'TitelPre', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'TitlePre', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'person', + 'phrase' => 'titelpost', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'TitelPost', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'TitlePost', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), //**************** CORE/lehre array(