diff --git a/public/js/components/Calendar/Month.js b/public/js/components/Calendar/Month.js
index 520c4d0d9..ab20e2e03 100644
--- a/public/js/components/Calendar/Month.js
+++ b/public/js/components/Calendar/Month.js
@@ -2,7 +2,7 @@ import CalendarAbstract from './Abstract.js';
import CalendarPane from './Pane.js';
import CalendarMonthPage from './Month/Page.js';
import BsModal from "../Bootstrap/Modal.js";
-import Months from "./Months";
+import Months from "./Months.js";
export default {
mixins: [
CalendarAbstract
diff --git a/public/js/components/Calendar/Week.js b/public/js/components/Calendar/Week.js
index 9e5baac76..4b30a1b79 100644
--- a/public/js/components/Calendar/Week.js
+++ b/public/js/components/Calendar/Week.js
@@ -2,7 +2,7 @@ import CalendarAbstract from './Abstract.js';
import CalendarPane from './Pane.js';
import CalendarWeekPage from './Week/Page.js';
import BsModal from "../Bootstrap/Modal.js";
-import Weeks from "./Weeks";
+import Weeks from "./Weeks.js";
export default {
mixins: [
diff --git a/public/js/components/Cis/Mylv/LvInfo.js b/public/js/components/Cis/Mylv/LvInfo.js
index 18b318b4b..e2a00b5c9 100644
--- a/public/js/components/Cis/Mylv/LvInfo.js
+++ b/public/js/components/Cis/Mylv/LvInfo.js
@@ -56,21 +56,47 @@ export default {
},
template:/*html*/`
-
-
- | {{
- $p.t('global','datum')?
- $p.t('global','datum')+':'
- :''
- }} |
- {{methodFormatDate(event.datum)}} |
-
-
-
+
+
+
+ | {{
+ $p.t('global','datum')?
+ $p.t('global','datum')+':'
+ :''
+ }} |
+ {{methodFormatDate(event.datum)}} |
+
+
| {{$p.t('global','aktivitaet')}}: |
{{event?.assignment}} |
-
-
+
+
+ | {{$p.t('global','typ')}}: |
+ {{event?.purpose}} |
+
+
+ | {{$p.t('fristenmanagement','frist')}}: |
+ {{start_time}} |
+
+
+ | Link: |
+
+
+ |
+
+
+
+
+
+
+ | {{
+ $p.t('global','datum')?
+ $p.t('global','datum')+':'
+ :''
+ }} |
+ {{methodFormatDate(event.datum)}} |
+
+
| {{
$p.t('global','raum')?
$p.t('global','raum')+':'
@@ -80,9 +106,7 @@ export default {
{{event.ort_kurzbz}}
-
- |
-
+
| {{
$p.t('lehre','lehrveranstaltung')?
@@ -91,8 +115,6 @@ export default {
}} |
{{'('+event.lehrform+') ' + event.lehrfach_bez}} |
-
-
| {{
$p.t('lehre','lektor')?
@@ -106,40 +128,24 @@ export default {
|
-
-
-
- | {{$p.t('global','typ')}}: |
- {{event?.purpose}} |
-
-
+
| {{
- $p.t('ui','zeitraum')?
- $p.t('ui','zeitraum')+':'
- :''
- }} |
+ $p.t('ui','zeitraum')?
+ $p.t('ui','zeitraum')+':'
+ :''
+ }}
{{start_time + ' - ' + end_time}} |
-
-
-
-
- | {{$p.t('fristenmanagement','frist')}}: |
- {{start_time}} |
-
-
+
+
| {{
$p.t('lehre','organisationseinheit')?
$p.t('lehre','organisationseinheit')+':'
:''
}} |
{{event.organisationseinheit}} |
-
-
-
- | Link: |
- |
-
-
+
+
+
`
}
diff --git a/public/js/components/Cis/Stundenplan/Stundenplan.js b/public/js/components/Cis/Stundenplan/Stundenplan.js
index 889a3f8bf..c8c4fb91c 100644
--- a/public/js/components/Cis/Stundenplan/Stundenplan.js
+++ b/public/js/components/Cis/Stundenplan/Stundenplan.js
@@ -336,7 +336,7 @@ const Stundenplan = {
-