Fixed mixup with td and tr in subsilver2 calendar block

This commit is contained in:
Marc Alexander
2011-04-02 19:53:31 +02:00
parent 4dc0f2d505
commit 7810d55702

View File

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