Modified style of calendar in subsilver2
This commit is contained in:
@@ -35,17 +35,15 @@
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- IF minical.S_DISPLAY_EVENTS -->
|
||||
<tr class="row2">
|
||||
<td>
|
||||
<table width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr class="row3">
|
||||
<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>
|
||||
<td style="width: 100%; padding-left: 0px; padding-bottom: 5px;">
|
||||
<tr class="row1">
|
||||
<td style="width: 100%; padding-left: 5px; padding-bottom: 5px;">
|
||||
<!-- IF minical.cur_events.EVENT_URL --><a href="{minical.cur_events.EVENT_URL}" title="{minical.cur_events.EVENT_TITLE}" <!-- IF minical.cur_events.EVENT_URL_NEW_WINDOW -->onclick="window.open('{minical.cur_events.EVENT_URL}'); return false;"<!-- ENDIF -->><!-- ENDIF -->
|
||||
<span style="font-weight: bold;">{minical.cur_events.EVENT_TITLE}:</span><br />
|
||||
<!-- IF not minical.cur_events.ALL_DAY and not minical.cur_events.END_TIME -->{L_EVENT_TIME}: {minical.cur_events.START_TIME}<br />
|
||||
@@ -57,19 +55,17 @@
|
||||
</td>
|
||||
</tr>
|
||||
<!-- BEGINELSE -->
|
||||
<tr>
|
||||
<tr class="row1">
|
||||
<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">
|
||||
<tr>
|
||||
<tr class="row3">
|
||||
<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>
|
||||
<!-- BEGIN upcoming_events -->
|
||||
<tr>
|
||||
<td style="width: 100%; padding-left: 0px; padding-bottom: 5px;">
|
||||
<tr class="row1">
|
||||
<td style="width: 100%; padding-left: 5px; padding-bottom: 5px;">
|
||||
<!-- IF minical.upcoming_events.EVENT_URL --><a href="{minical.upcoming_events.EVENT_URL}" title="{minical.upcoming_events.EVENT_TITLE}" <!-- IF minical.upcoming_events.EVENT_URL_NEW_WINDOW -->onclick="window.open('{minical.upcoming_events.EVENT_URL}'); return false;"<!-- ENDIF -->><!-- ENDIF -->
|
||||
<span style="font-weight: bold;">{minical.upcoming_events.EVENT_TITLE}:</span><br />
|
||||
<!-- IF not minical.upcoming_events.ALL_DAY and not minical.upcoming_events.END_TIME -->{L_EVENT_TIME}: {minical.upcoming_events.START_TIME}<br />
|
||||
@@ -81,16 +77,12 @@
|
||||
</td>
|
||||
</tr>
|
||||
<!-- BEGINELSE -->
|
||||
<tr>
|
||||
<tr class="row1">
|
||||
<td><span style="float:left;" class="gensmall"><strong>{L_NO_UPCOMING_EVENTS}</strong></span><br /></td>
|
||||
</tr>
|
||||
<!-- END upcoming_events -->
|
||||
</table>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
</table>
|
||||
<!-- ENDIF -->
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
<!-- ENDIF -->
|
||||
<!-- END minical -->
|
||||
Reference in New Issue
Block a user