diff --git a/application/views/lehre/anrechnung/requestAnrechnung.php b/application/views/lehre/anrechnung/requestAnrechnung.php index 0b11094e4..7e37e9e52 100644 --- a/application/views/lehre/anrechnung/requestAnrechnung.php +++ b/application/views/lehre/anrechnung/requestAnrechnung.php @@ -66,7 +66,7 @@ $this->load->view(
p->t('anrechnung', 'antrag'); ?> - Status: status; ?> + p->t('anrechnung', 'antragdatum'); ?>: anrechnung_id) ? $anrechnungData->insertamum : '-' ?>
@@ -177,11 +177,6 @@ $this->load->view(
Status: status; ?>
- anrechnung_id)): ?> -
- Antrag gestellt am insertamum; ?> -
-
p->t('global', 'bearbeitungGesperrt'); ?> diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index cefdd6844..d6cec5a1e 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -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' + ) + ) ) );