diff --git a/application/views/lehre/anrechnung/reviewAnrechnungDetail.php b/application/views/lehre/anrechnung/reviewAnrechnungDetail.php
index 497fbe635..9028b40e8 100644
--- a/application/views/lehre/anrechnung/reviewAnrechnungDetail.php
+++ b/application/views/lehre/anrechnung/reviewAnrechnungDetail.php
@@ -66,6 +66,11 @@ $this->load->view(
p->t('anrechnung', 'antrag'); ?>
+
+
+
+
p->t('anrechnung', 'antragdatum'); ?>: anrechnung_id) ? $anrechnungData->insertamum : '-' ?>
diff --git a/public/js/lehre/anrechnung/approveAnrechnungDetail.js b/public/js/lehre/anrechnung/approveAnrechnungDetail.js
index b211192a5..e72a781d7 100644
--- a/public/js/lehre/anrechnung/approveAnrechnungDetail.js
+++ b/public/js/lehre/anrechnung/approveAnrechnungDetail.js
@@ -20,6 +20,9 @@ $(function(){
// Set status alert color
approveAnrechnungDetail.setStatusAlertColor();
+ // Init tooltips
+ approveAnrechnungDetail.initTooltips();
+
// Approve Anrechnungen
$("#approve-anrechnung").click(function(){
let genehmigung_panel = $('#approveAnrechnungDetail-genehmigung-panel');
@@ -234,6 +237,13 @@ var approveAnrechnungDetail = {
$('#approveAnrechnung-status_kurzbz').closest('div').addClass('alert-warning');
}
},
+ initTooltips: function (){
+ $('[data-toggle="tooltip"]').tooltip({
+ delay: { "show": 200, "hide": 200 },
+ html: true
+ }
+ );
+ },
copyIntoTextarea: function(elem){
// Find closest textarea
diff --git a/public/js/lehre/anrechnung/requestAnrechnung.js b/public/js/lehre/anrechnung/requestAnrechnung.js
index 71ad2e51f..1f9f8b51b 100644
--- a/public/js/lehre/anrechnung/requestAnrechnung.js
+++ b/public/js/lehre/anrechnung/requestAnrechnung.js
@@ -4,6 +4,11 @@ const ANRECHNUNGSTATUS_REJECTED = 'rejected';
$(function(){
// Set status alert color
requestAnrechnung.setStatusAlertColor();
+
+ // Init tooltips
+ requestAnrechnung.initTooltips();
+
+
})
var requestAnrechnung = {
@@ -23,5 +28,12 @@ var requestAnrechnung = {
default:
$('#requestAnrechnung-status_kurzbz').closest('div').addClass('alert-warning');
}
+ },
+ initTooltips: function (){
+ $('[data-toggle="tooltip"]').tooltip({
+ delay: { "show": 200, "hide": 200 },
+ html: true
+ }
+ );
}
}
\ No newline at end of file
diff --git a/public/js/lehre/anrechnung/reviewAnrechnungDetail.js b/public/js/lehre/anrechnung/reviewAnrechnungDetail.js
index 2df53a482..31ee7e6ac 100644
--- a/public/js/lehre/anrechnung/reviewAnrechnungDetail.js
+++ b/public/js/lehre/anrechnung/reviewAnrechnungDetail.js
@@ -21,6 +21,9 @@ $(function(){
// Set status alert color
reviewAnrechnung.setStatusAlertColor();
+ // Init tooltips
+ reviewAnrechnung.initTooltips();
+
// Copy Begruendung into textarea
$(".btn-copyIntoTextarea").click(function(){
reviewAnrechnung.copyIntoTextarea(this);
@@ -195,6 +198,14 @@ var reviewAnrechnung = {
$('#reviewAnrechnung-status_kurzbz').closest('div').addClass('alert-warning');
}
},
+ initTooltips: function (){
+ $('[data-toggle="tooltip"]').tooltip({
+ delay: { "show": 200, "hide": 200 },
+ html: true
+ }
+ );
+
+ },
copyIntoTextarea: function(elem){
// Find closest textarea
diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php
index dfde89cdc..fac59b210 100644
--- a/system/phrasesupdate.php
+++ b/system/phrasesupdate.php
@@ -9308,6 +9308,86 @@ Any unusual occurrences
'insertvon' => 'system'
)
)
+ ),
+ array(
+ 'app' => 'core',
+ 'category' => 'ui',
+ 'phrase' => 'uploadTooltipText',
+ 'insertvon' => 'system',
+ 'phrases' => array(
+ array(
+ 'sprache' => 'German',
+ 'text' => '
Max. Uploadvolumen: 2MB
Max. Anzahl Dokumente: 1
Tipp: Um mehrere Einzelseiten zu einer Datei zusammenfügen zu können, empfehlen wir Ihnen kostenlose Programme wie bspw. PDF Merge.
',
+ 'description' => '',
+ 'insertvon' => 'system'
+ ),
+ array(
+ 'sprache' => 'English',
+ 'text' => 'Max. Uploadvolume: 2MG
Max. document amount: 1
Hint: To join more pages to one document we recommend using free software like e.g. PDF Merge.',
+ 'description' => '',
+ 'insertvon' => 'system'
+ )
+ )
+ ),
+ array(
+ 'app' => 'core',
+ 'category' => 'anrechnung',
+ 'phrase' => 'anrechnungInfoTooltipText',
+ 'insertvon' => 'system',
+ 'phrases' => array(
+ array(
+ 'sprache' => 'German',
+ 'text' => '
Wichtig: Bitte die Fristen, Voraussetzungen und Formvorgaben rechts in den Infoboxen beachten.
',
+ 'description' => '',
+ 'insertvon' => 'system'
+ ),
+ array(
+ 'sprache' => 'English',
+ 'text' => '',
+ 'description' => '
Important: Please pay attention to the information about deadlines and conditions provided in the right infobox.
',
+ 'insertvon' => 'system'
+ )
+ )
+ ),
+ array(
+ 'app' => 'core',
+ 'category' => 'anrechnung',
+ 'phrase' => 'empfehlungInfoTooltipText',
+ 'insertvon' => 'system',
+ 'phrases' => array(
+ array(
+ 'sprache' => 'German',
+ 'text' => '
Optionen für die Empfehlung werden rechts in den Infoboxen näher erläutert.
',
+ 'description' => '',
+ 'insertvon' => 'system'
+ ),
+ array(
+ 'sprache' => 'English',
+ 'text' => '',
+ 'description' => '
',
+ 'insertvon' => 'system'
+ )
+ )
+ ),
+ array(
+ 'app' => 'core',
+ 'category' => 'anrechnung',
+ 'phrase' => 'genehmigungInfoTooltipText',
+ 'insertvon' => 'system',
+ 'phrases' => array(
+ array(
+ 'sprache' => 'German',
+ 'text' => '
Optionen zur Genehmigung werden rechts in den Infoboxen näher erläutert.
',
+ 'description' => '',
+ 'insertvon' => 'system'
+ ),
+ array(
+ 'sprache' => 'English',
+ 'text' => '',
+ 'description' => '',
+ 'insertvon' => 'system'
+ )
+ )
)
);