diff --git a/install.xml b/install.xml index 29d2de32..572472b7 100644 --- a/install.xml +++ b/install.xml @@ -119,6 +119,7 @@ Weitere Sprachen kannst in unserem Internationalen Forum finden: http://www.boar Added error handling to installation of modules Fixed timezone handling of calendar Fixed incorrect handling of links + Fixed mixup with td and tr in subsilver2 calendar block Fehlendes IF $S_BLOCK_ICON hinzugefügt @@ -131,6 +132,7 @@ Weitere Sprachen kannst in unserem Internationalen Forum finden: http://www.boar Fehlerbehandlung zu Installation von Modulen hinzugefügt Zeitzonenbehandlung in Kalender korrigiert Falsche Behandlung von Links korrigiert + Falsche Benutzung von td und tr im subsilver2 Kalender Block beseitigt diff --git a/root/styles/subsilver2/template/portal/modules/calendar_side.html b/root/styles/subsilver2/template/portal/modules/calendar_side.html index 3d0f45f7..ffb011e1 100644 --- a/root/styles/subsilver2/template/portal/modules/calendar_side.html +++ b/root/styles/subsilver2/template/portal/modules/calendar_side.html @@ -41,8 +41,8 @@ {L_CURRENT_EVENTS}: + - {cur_events.EVENT_TITLE}:
@@ -53,10 +53,12 @@ {cur_events.EVENT_DESC}
- - {L_NO_CUR_EVENTS}
- + + + {L_NO_CUR_EVENTS}
+ +