From 1eb3f9620022314213b315b3c7cd3f403361a0cc Mon Sep 17 00:00:00 2001 From: cris-technikum Date: Tue, 22 Jun 2021 12:46:03 +0200 Subject: [PATCH] Added STGL-Notizfeld to Lectors Detail View Signed-off-by: cris-technikum --- .../anrechnung/reviewAnrechnungDetail.php | 89 +++++++++++-------- system/phrasesupdate.php | 20 +++++ 2 files changed, 70 insertions(+), 39 deletions(-) diff --git a/application/views/lehre/anrechnung/reviewAnrechnungDetail.php b/application/views/lehre/anrechnung/reviewAnrechnungDetail.php index 43537a62f..18c70e5af 100644 --- a/application/views/lehre/anrechnung/reviewAnrechnungDetail.php +++ b/application/views/lehre/anrechnung/reviewAnrechnungDetail.php @@ -167,45 +167,56 @@ $this->load->view(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
p->t('anrechnung', 'empfehlungsanfrageAm')); ?> - empfehlungsanfrageAm; ?> -
p->t('anrechnung', 'empfehlungsanfrageAn'); ?> - empfehlungsanfrageAn; ?> -
p->t('anrechnung', 'empfehlungAm')); ?> - empfehlung_am ?> -
p->t('anrechnung', 'empfehlungVon')); ?> - empfehlung_von ?> -
p->t('anrechnung', 'empfehlung'); ?>
p->t('global', 'begruendung'); ?> - begruendung) ?> -
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
p->t('anrechnung', 'empfehlungsanfrageAm')); ?> + empfehlungsanfrageAm; ?> +
p->t('anrechnung', 'empfehlungsanfrageAn'); ?> + empfehlungsanfrageAn; ?> +
p->t('anrechnung', 'empfehlungAm')); ?> + empfehlung_am ?> +
p->t('anrechnung', 'empfehlungVon')); ?> + empfehlung_von ?> +
p->t('anrechnung', 'empfehlung'); ?>
p->t('global', 'begruendung'); ?> + begruendung) ?> +
+
+
+
+ + +
+
+
'core', + 'category' => 'global', + 'phrase' => 'notizDerSTGL', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Notiz der STGL', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Note of the study course director', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), array( 'app' => 'core', 'category' => 'global',