From: Peter C. <Pet...@me...> - 2006-07-20 13:25:01
|
> From: Matthew Buckett > Then all the outputted date selection boxes have an extra class added: >=20 > <input type=3Dtext name=3Dtest class=3Ddatetime> >=20 > which means that they then get the calendar widget added. Note that this will interact poorly with my mods in 2.8 that add a time field. You may wish to see whether the fix is as simple as altering what's emitted in Facility::outputDateInput - you might just have to add "class=3Ddatetime" to the attributes of the date box for it to Just = Work. - Peter |