Fixed select for displaying events

This commit is contained in:
Marc Alexander
2011-03-11 00:15:58 +01:00
parent 92034a009d
commit 3d37f531a5
3 changed files with 9 additions and 7 deletions

View File

@@ -28,6 +28,7 @@
</tr>
<!-- END mini_cal_row -->
</table>
<!-- IF S_DISPLAY_EVENTS -->
<hr class="dashed" />
<div class="menutitle" style="font: bold 12px 'Trebuchet MS','Lucida Grande',Arial,sans-serif; text-decoration: underline;">{L_CURRENT_EVENTS}:</div>
<ul>
@@ -72,4 +73,5 @@
<li><span style="float:left;" class="gensmall"><strong>{L_NO_UPCOMING_EVENTS}</strong></span><br /></li>
<!-- END upcoming_events -->
</ul>
<!-- ENDIF -->
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}

View File

@@ -33,12 +33,12 @@
</table>
</td>
</tr>
<!-- IF S_DISPLAY_EVENTS -->
<tr class="row2">
<td>
<table width="100%" cellspacing="1">
<tr>
<td colspan="3" align="left"><span class="genmed">{L_CURRENT_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_CURRENT_EVENTS}:</span></td>
</tr>
<tr>
@@ -61,7 +61,7 @@
<table width="100%" cellspacing="1">
<tr>
<td colspan="3" align="left"><span class="genmed">{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>
<!-- BEGIN upcoming_events -->
@@ -83,6 +83,6 @@
</td>
</tr>
<!-- ENDIF -->
</table>
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}