From 5f5031e8d1ffcae56f72e29b70dbe999d1e95967 Mon Sep 17 00:00:00 2001 From: Cris Date: Wed, 22 Jun 2022 10:54:17 +0200 Subject: [PATCH] Added ECTS Summe to Anrechnung Detail View. --- .../anrechnung/approveAnrechnungDetail.php | 18 +++++++++++----- system/phrasesupdate.php | 21 +++++++++++++++++++ 2 files changed, 34 insertions(+), 5 deletions(-) diff --git a/application/views/lehre/anrechnung/approveAnrechnungDetail.php b/application/views/lehre/anrechnung/approveAnrechnungDetail.php index cd38fd9ac..f909f7e65 100644 --- a/application/views/lehre/anrechnung/approveAnrechnungDetail.php +++ b/application/views/lehre/anrechnung/approveAnrechnungDetail.php @@ -123,12 +123,20 @@ $this->load->view( - p->t('lehre', 'ects'); ?> + p->t('lehre', 'ects'); ?> ects ?> + Bisher angerechnete ECTS + + + + + sumEctsSchulisch + $antragData->sumEctsBeruflich. ' [Schulisch: '. $antragData->sumEctsSchulisch. ' / Beruflich: '. $antragData->sumEctsBeruflich. ']' ?> p->t('lehre', 'lektorInnen'); ?> - + lektoren) - 1 ?> lektoren as $key => $lektor): ?> vorname . ' ' . $lektor->nachname; @@ -138,15 +146,15 @@ $this->load->view( p->t('global', 'zgv')); ?> - zgv ?> + zgv ?> p->t('anrechnung', 'herkunftDerKenntnisse'); ?> - anmerkung ?> + anmerkung ?> p->t('anrechnung', 'nachweisdokumente'); ?> - + dokumentname) ?> diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index d7be2d115..d010d70db 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -10589,6 +10589,27 @@ Any unusual occurrences ) ) ), + + array( + 'app' => 'core', + 'category' => 'anrechnung', + 'phrase' => 'anrechnungEctsTooltipText', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Anzeige aller bisher angerechneten ECTS. Für Quereinsteiger werden die ECTS der angerechneten Semester berechnet.

Vorgabe für Anrechnungen:
Max. 60 ECTS schulische Qualifikation
Max. 60 ECTS berufliche Qualifikation
Max. 90 ECTS INSGESAMT (schulische + berufliche Qualifikation)', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'All previous recognized ECTS. Lateral Entries are calculated with full ECTS of all recognized semester.

Condition for Recognition of Prior Knowledge:
Max. 60 ECTS school qualification
Max. 60 ECTS professional qualification
Max. 90 ECTS OVERALL (school + professional qualification)', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), array( 'app' => 'core', 'category' => 'anrechnung',