Added Anrechnungsdatum

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-01-18 15:08:16 +01:00
committed by cris-technikum
parent 3ffc5c7d3f
commit e04e584410
2 changed files with 21 additions and 6 deletions
@@ -66,7 +66,7 @@ $this->load->view(
<div class="panel panel-default">
<div class="panel-heading">
<span class="text-uppercase"><b><?php echo $this->p->t('anrechnung', 'antrag'); ?></b></span>
<span class="pull-right">Status: <small><b><span id="requestAnrechnung-status" class="text-uppercase"><?php echo $anrechnungData->status; ?></span></b></small></span>
<span class="pull-right"><?php echo $this->p->t('anrechnung', 'antragdatum'); ?>: <span id="requestAnrechnung-status"><?php echo !empty($anrechnungData->anrechnung_id) ? $anrechnungData->insertamum : '-' ?></span></span>
</div>
<table class="panel-body table table-bordered table-condensed">
<tbody>
@@ -177,11 +177,6 @@ $this->load->view(
<div class="panel panel-default panel-heading text-center">
Status: <span class="text-uppercase"><small><b><?php echo $anrechnungData->status; ?></b></small></span>
</div>
<?php if (!empty($anrechnungData->anrechnung_id)): ?>
<div class="panel panel-default panel-heading">
<span>Antrag gestellt am <?php echo $anrechnungData->insertamum; ?></span>
</div>
<?php endif; ?>
<?php if ($is_expired): ?>
<div class="alert alert-warning">
<?php echo $this->p->t('global', 'bearbeitungGesperrt'); ?>
+20
View File
@@ -8288,6 +8288,26 @@ Any unusual occurrences
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'antragdatum',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Antragsdatum',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Application date',
'description' => '',
'insertvon' => 'system'
)
)
)
);