Closed (fixed)
Project:
Event
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2008 at 18:53 UTC
Updated:
9 Nov 2008 at 19:12 UTC
In the calendar when you hover over a day it displays 2008-07-10T02:45:00Z
how to remove this ?
Comments
Comment #1
dturover commentedFrom viewing the HTML source, this is the title tag generated for the start and end dates inside an event when using the big calendar.
<div class="start dtstart" title="2008-10-07T05:00:00Z">Start: 2008-10-06 21:00</div>
<div class="end dtend" title="2008-10-07T07:59:00Z">End: 2008-10-06 23:59</div>
I don't have the time right now to dig for where exactly in the module this is produced, but that should point you in the right direction.
Comment #2
killes@www.drop.org commentedTHis is part of the template files, e.g. event-node-day.tpl.php
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.