Fixed mixup with td and tr in subsilver2 calendar block

This commit is contained in:
Marc Alexander
2011-04-02 12:10:20 +02:00
parent ffeb0a39f3
commit edd20076ed
2 changed files with 8 additions and 4 deletions

View File

@@ -119,6 +119,7 @@ Weitere Sprachen kannst in unserem Internationalen Forum finden: http://www.boar
<change>Added error handling to installation of modules</change>
<change>Fixed timezone handling of calendar</change>
<change>Fixed incorrect handling of links</change>
<change>Fixed mixup with td and tr in subsilver2 calendar block</change>
</changelog>
<changelog lang="de">
<change>Fehlendes IF $S_BLOCK_ICON hinzugefügt</change>
@@ -131,6 +132,7 @@ Weitere Sprachen kannst in unserem Internationalen Forum finden: http://www.boar
<change>Fehlerbehandlung zu Installation von Modulen hinzugefügt</change>
<change>Zeitzonenbehandlung in Kalender korrigiert</change>
<change>Falsche Behandlung von Links korrigiert</change>
<change>Falsche Benutzung von td und tr im subsilver2 Kalender Block beseitigt</change>
</changelog>
</entry>
<entry>

View File

@@ -41,8 +41,8 @@
<td colspan="3" align="left"><span class="genmed" style="font: bold 12px 'Trebuchet MS','Lucida Grande',Arial,sans-serif; text-decoration: underline;">{L_CURRENT_EVENTS}:</span></td>
</tr>
<!-- BEGIN cur_events -->
<tr>
<!-- BEGIN cur_events -->
<td style="width: 100%; padding-left: 0px; padding-bottom: 5px;">
<!-- IF cur_events.EVENT_URL --><a href="{cur_events.EVENT_URL}" title="{cur_events.EVENT_TITLE}"><!-- ENDIF -->
<span style="font-weight: bold;">{cur_events.EVENT_TITLE}:</span><br />
@@ -53,10 +53,12 @@
<!-- IF cur_events.EVENT_DESC --><span style="font-style: italic;">{cur_events.EVENT_DESC}</span><!-- ENDIF -->
<!-- IF cur_events.EVENT_URL --></a><!-- ENDIF -->
</td>
<!-- BEGINELSE -->
<td><span style="float:left;" class="gensmall"><strong>{L_NO_CUR_EVENTS}</strong></span><br /></td>
<!-- END cur_events -->
</tr>
<!-- BEGINELSE -->
<tr>
<td><span style="float:left;" class="gensmall"><strong>{L_NO_CUR_EVENTS}</strong></span><br /></td>
</tr>
<!-- END cur_events -->
</table>
<table width="100%" cellspacing="1">