Fixed missing display of event url;

Fixed XHTML validation error in calendar; 
Added portal block;
This commit is contained in:
Marc Alexander
2010-10-19 12:56:23 +00:00
parent 1ea2f6f3e5
commit 6b49958396
8 changed files with 1084 additions and 4 deletions

View File

@@ -151,7 +151,7 @@
<td style="text-align: center;">{events.EVENT_TITLE}</td>
<td style="text-align: center;">{events.EVENT_DESC}</td>
<td style="text-align: center;"><!-- IF events.EVENT_END -->{L_EVENT_START}:&nbsp;{events.EVENT_START}&nbsp;&#124;&nbsp;{L_EVENT_END}:&nbsp;{events.EVENT_END}<!-- ELSE -->{L_EVENT_TIME}:&nbsp;{events.EVENT_START}<!-- IF events.EVENT_ALL_DAY -->&nbsp;&#124;&nbsp;{L_EVENT_ALL_DAY}<!-- ENDIF --><!-- ENDIF --></td>
<td style="text-align: center;">{events.LINK_URL}</td>
<td style="text-align: center;">{events.EVENT_URL}</td>
<td style="text-align: center;">
<a href="{events.U_EDIT}">{ICON_EDIT}</a> <a href="{events.U_DELETE}">{ICON_DELETE}</a>
</td>