From 1544653fa375eac8d7671c15cb16243809c006de Mon Sep 17 00:00:00 2001 From: Cris Date: Mon, 18 Jul 2022 17:33:50 +0200 Subject: [PATCH] =?UTF-8?q?Added=20Begr=C3=BCndungstext=20'Max=20ECTS=20?= =?UTF-8?q?=C3=BCberschritten'=20als=20Ablehnungsgrund?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../anrechnung/approveAnrechnungDetail.php | 8 ++++++++ .../approveAnrechnungUebersicht.php | 6 ++++++ system/phrasesupdate.php | 20 +++++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/application/views/lehre/anrechnung/approveAnrechnungDetail.php b/application/views/lehre/anrechnung/approveAnrechnungDetail.php index b44da925b..69456ab75 100644 --- a/application/views/lehre/anrechnung/approveAnrechnungDetail.php +++ b/application/views/lehre/anrechnung/approveAnrechnungDetail.php @@ -325,6 +325,14 @@ $this->load->view( +
  • + p->t('anrechnung', 'genehmigungNegativEctsHoechstgrenzeUeberschritten'); ?> + + + +
  • p->t('anrechnung', 'genehmigungNegativEmpfehlungstextUebernehmen'); ?> load->view(
  • +
  • p->t('anrechnung', 'genehmigungNegativEctsHoechstgrenzeUeberschritten'); ?> + + + +
  • p->t('anrechnung', 'andereBegruendung'); ?>

  • diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 786caa47d..19b1b2f6a 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -11630,6 +11630,26 @@ Any unusual occurrences ) ) ), + array( + 'app' => 'core', + 'category' => 'anrechnung', + 'phrase' => 'genehmigungNegativEctsHoechstgrenzeUeberschritten', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Anrechnung wird nicht genehmigt aufgrund einer Überschreitung der Höchstgrenzen für Anrechnungen gem. § 12 Abs. 3 Fachhochschulgesetz.', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Recognition and exemption is rejected because of exceedance of maximum limit for exemption (see § 12 para. 3, Regulations of the UASTW).', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), array( 'app' => 'core', 'category' => 'anrechnung',