PDA

View Full Version : Show Event Date


Hamma
11-06-2001, 01:52 AM
I am looking for somthing that shows the date when u click on an event. If you notice, when you create an event, then click on it.. it does not say the date. Just view event.

Thanx in advance if this can be done :D

christec
11-08-2001, 09:11 PM
Edit the Calendar Templates, calendar_daybits and add this


<tr bgcolor="{secondaltcolor}">
<td valign="top" nowrap><normalfont><b>Date:</b></normalfont></td>
<td><normalfont>$date</normalfont</td>
</tr>


you will need to adjust the firstaltcolor and secondaltcolor bgcolor settings.
:cool:

Hamma
11-08-2001, 10:57 PM
Cool :D