added titelpre and titelpost to infocenter details

This commit is contained in:
alex
2018-11-14 17:41:23 +01:00
parent 9265f8cced
commit 8c3e29a93a
2 changed files with 52 additions and 0 deletions
@@ -1,6 +1,12 @@
<div class="row">
<div class="col-lg-6 table-responsive">
<table class="table">
<?php if (!empty($stammdaten->titelpre)): ?>
<tr>
<td><strong><?php echo ucfirst($this->p->t('person','titelpre')) ?></strong></td>
<td><?php echo $stammdaten->titelpre ?></td>
</tr>
<?php endif; ?>
<tr>
<td><strong><?php echo ucfirst($this->p->t('person','vorname')) ?></strong></td>
<td><?php echo $stammdaten->vorname ?></td>
@@ -10,6 +16,12 @@
<td>
<?php echo $stammdaten->nachname ?></td>
</tr>
<?php if (!empty($stammdaten->titelpost)): ?>
<tr>
<td><strong><?php echo ucfirst($this->p->t('person','titelpost')) ?></strong></td>
<td><?php echo $stammdaten->titelpost ?></td>
</tr>
<?php endif; ?>
<tr>
<td><strong><?php echo ucfirst($this->p->t('person','geburtsdatum')) ?></strong></td>
<td>
+40
View File
@@ -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(