Merge branch 'master' into demo-cis40

This commit is contained in:
Harald Bamberger
2025-08-06 12:17:25 +02:00
2 changed files with 5 additions and 5 deletions
@@ -111,7 +111,7 @@ export default {
],
rowFormatter(row) {
if (row.getData().bnaktiv === false) {
row.getElement().classList.add('text-muted');
row.getElement().classList.add('text-black','text-opacity-50','fst-italic');
}
},
@@ -362,4 +362,4 @@ export default {
</div>
<list-new ref="new" :studiengang-kz="studiengangKz" :studiensemester-kurzbz="studiensemesterKurzbz"></list-new>
</div>`
};
};
+3 -3
View File
@@ -216,13 +216,13 @@ $phrases = array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Feiertag',
'text' => 'Ferien / Feiertag',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Holiday',
'text' => 'Holidays',
'description' => '',
'insertvon' => 'system'
)
@@ -40857,7 +40857,7 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Stundenplan',
'text' => 'LV-Plan',
'description' => '',
'insertvon' => 'system'
),